| 11 hours ago |
Jim Meyering | maint.mk: fix sc_Wundef_boolean race with parallel... master |
commit | commitdiff | tree | snapshot |
| 19 hours ago |
Paul Eggert | regex tests: pacify -Wshadow |
commit | commitdiff | tree | snapshot |
| 19 hours ago |
Paul Eggert | readutmp: greeters are not users |
commit | commitdiff | tree | snapshot |
| 21 hours ago |
Jim Meyering | regex: avoid a UBSAN failure: remove an unnecessary... |
commit | commitdiff | tree | snapshot |
| 24 hours ago |
Bruno Haible | regex tests: Add a test case that triggers an assertion... |
commit | commitdiff | tree | snapshot |
| 35 hours ago |
Collin Funk | readutmp: Silence -Wzero-as-null-pointer-constant warning. |
commit | commitdiff | tree | snapshot |
| 2 days ago |
Paul Eggert | doc: doc FTS_NOSTAT with FIFO, not directory |
commit | commitdiff | tree | snapshot |
| 3 days ago |
Collin Funk | regex: Silence -Wzero-as-null-pointer-constant warning. |
commit | commitdiff | tree | snapshot |
| 3 days ago |
Bruno Haible | byteswap: Fix compilation on Solaris OpenIndiana (regr... |
commit | commitdiff | tree | snapshot |
| 4 days ago |
Bruno Haible | sigdelay: Don't use out-of-range signal numbers. |
commit | commitdiff | tree | snapshot |
| 4 days ago |
Bruno Haible | sigdelay, posix-spawn-internal: Ignore out-of-range... |
commit | commitdiff | tree | snapshot |
| 4 days ago |
Bruno Haible | sigprocmask: Fix sigismember function. |
commit | commitdiff | tree | snapshot |
| 4 days ago |
Bruno Haible | pthread_sigmask tests: Fix test failure on Solaris... |
commit | commitdiff | tree | snapshot |
| 4 days ago |
Paul Eggert | doc: doc FTS_NOSTAT similarity to FTS_DEFER_STAT |
commit | commitdiff | tree | snapshot |
| 4 days ago |
Paul Eggert | fts: match doc for FTS_DEFER_STAT mode |
commit | commitdiff | tree | snapshot |
| 5 days ago |
Bruno Haible | sigdelay: Add tests. |
commit | commitdiff | tree | snapshot |
| 5 days ago |
Bruno Haible | sigdelay: New module. |
commit | commitdiff | tree | snapshot |
| 5 days ago |
Bruno Haible | pthread_sigmask tests: Enhance test. |
commit | commitdiff | tree | snapshot |
| 5 days ago |
Bruno Haible | pthread_sigmask tests: More details about VirtualBox... |
commit | commitdiff | tree | snapshot |
| 5 days ago |
Bruno Haible | sigprocmask: On mingw, avoid dependency on libwinpthread. |
commit | commitdiff | tree | snapshot |
| 5 days ago |
Bruno Haible | sigaction: Fix test failure on native Windows. |
commit | commitdiff | tree | snapshot |
| 6 days ago |
Paul Eggert | error_h: fix icx version in commentary |
commit | commitdiff | tree | snapshot |
| 6 days ago |
Bruno Haible | stdbit-h: Port to Intel icpx C++ compiler. |
commit | commitdiff | tree | snapshot |
| 6 days ago |
Paul Eggert | error-h: port to Intel OneAPI icx 2026.0.0 |
commit | commitdiff | tree | snapshot |
| 6 days ago |
Paul Eggert | regex: omit unnecessary check_halt_state_context |
commit | commitdiff | tree | snapshot |
| 6 days ago |
Bruno Haible | regex: Fix use of uninitialized variable (regression... |
commit | commitdiff | tree | snapshot |
| 7 days ago |
Jim Meyering | regex: small simplification |
commit | commitdiff | tree | snapshot |
| 7 days ago |
Jim Meyering | regex: fix missed short match with backrefs |
commit | commitdiff | tree | snapshot |
| 7 days ago |
Collin Funk | doc: update documentation about fopen with the 'e'... |
commit | commitdiff | tree | snapshot |
| 7 days ago |
Jim Meyering | regex: fix false match with backrefs and $ anchor |
commit | commitdiff | tree | snapshot |
| 8 days ago |
Paul Eggert | tempname: call ‘clock’ only if !CLOCK_REALTIME |
commit | commitdiff | tree | snapshot |
| 8 days ago |
Paul Eggert | doc: fix typos in previous doc patch |
commit | commitdiff | tree | snapshot |
| 8 days ago |
Paul Eggert | doc: be more like POSIX in threading terms |
commit | commitdiff | tree | snapshot |
| 8 days ago |
Paul Eggert | sigprocmask: clarify GNULIB_SIGPROCMASK_SINGLE_THREAD doc |
commit | commitdiff | tree | snapshot |
| 9 days ago |
Bruno Haible | fenv-exceptions-trapping tests: Make test more debuggin... |
commit | commitdiff | tree | snapshot |
| 9 days ago |
Bruno Haible | sigprocmask: Allow single-thread optimization again. |
commit | commitdiff | tree | snapshot |
| 9 days ago |
Bruno Haible | sigprocmask: Fix a signal-handler hang in case of a... |
commit | commitdiff | tree | snapshot |
| 9 days ago |
Bruno Haible | sigprocmask: Support multithreaded applications on... |
commit | commitdiff | tree | snapshot |
| 2026-04-06 |
Bruno Haible | stat: Update doc regarding mingw bug. |
commit | commitdiff | tree | snapshot |
| 2026-04-06 |
Bruno Haible | mbrtowc, mbrtoc32: Silence -Wshadow warnings (regr... |
commit | commitdiff | tree | snapshot |
| 2026-04-05 |
Paul Eggert | sigprocmask: add NEWS entry |
commit | commitdiff | tree | snapshot |
| 2026-04-05 |
Paul Eggert | term-style-control: use pthread_sigmask |
commit | commitdiff | tree | snapshot |
| 2026-04-05 |
Paul Eggert | fatal-signal: use pthread_sigmask |
commit | commitdiff | tree | snapshot |
| 2026-04-05 |
Paul Eggert | sigaction: use pthread_sigmask |
commit | commitdiff | tree | snapshot |
| 2026-04-05 |
Paul Eggert | pthread_sigmask: lock here, not in sigprocmask |
commit | commitdiff | tree | snapshot |
| 2026-04-05 |
Pádraig Brady | mcel: remove forced use of GLIBC's mbrtoc32 |
commit | commitdiff | tree | snapshot |
| 2026-04-04 |
Bruno Haible | posix_spawn-internal: Remove a FIXME. |
commit | commitdiff | tree | snapshot |
| 2026-04-04 |
Bruno Haible | linked-list-unportable-tests: Prefer pthread_sigmask... |
commit | commitdiff | tree | snapshot |
| 2026-04-04 |
Bruno Haible | asyncsafe-spin: Prefer pthread_sigmask over sigprocmask. |
commit | commitdiff | tree | snapshot |
| 2026-04-04 |
Bruno Haible | spawn-pipe: Prefer pthread_sigmask over sigprocmask. |
commit | commitdiff | tree | snapshot |
| 2026-04-04 |
Bruno Haible | execute: Prefer pthread_sigmask over sigprocmask. |
commit | commitdiff | tree | snapshot |
| 2026-04-04 |
Bruno Haible | sigpipe-die: Relax specification. |
commit | commitdiff | tree | snapshot |
| 2026-04-04 |
Bruno Haible | pthread_sigmask: Make it usable without -lpthread on... |
commit | commitdiff | tree | snapshot |
| 2026-04-04 |
Bruno Haible | pthread_sigmask: Don't force an override on NetBSD. |
commit | commitdiff | tree | snapshot |
| 2026-04-04 |
Bruno Haible | pthread_sigmask tests: Enable all tests on NetBSD. |
commit | commitdiff | tree | snapshot |
| 2026-04-04 |
Paul Eggert | sigprocmask: document race bugs on macOS |
commit | commitdiff | tree | snapshot |
| 2026-04-03 |
Paul Eggert | sigprocmask: single-thread optimization typo fix |
commit | commitdiff | tree | snapshot |
| 2026-04-02 |
Bruno Haible | mbrtoc32: Optimize single-locale case on glibc systems. |
commit | commitdiff | tree | snapshot |
| 2026-04-02 |
Bruno Haible | mbrtowc: Optimize single-locale case on glibc systems. |
commit | commitdiff | tree | snapshot |
| 2026-04-01 |
Bruno Haible | sigprocmask: Allow single-thread optimization in a... |
commit | commitdiff | tree | snapshot |
| 2026-04-01 |
Bruno Haible | lock: Document backward-incompatible change from yesterday. |
commit | commitdiff | tree | snapshot |
| 2026-04-01 |
Bruno Haible | gettext-h: Revert most of last change. |
commit | commitdiff | tree | snapshot |
| 2026-04-01 |
Paul Eggert | mbs_endswith, mbs_startswith: port to mcel-prefer |
commit | commitdiff | tree | snapshot |
| 2026-04-01 |
Paul Eggert | yesno: treat unlocking similarly if !ENABLE_NLS |
commit | commitdiff | tree | snapshot |
| 2026-04-01 |
Karl Berry | autoupdate |
commit | commitdiff | tree | snapshot |
| 2026-04-01 |
Paul Eggert | sigprocmask: allow --avoid=lock |
commit | commitdiff | tree | snapshot |
| 2026-04-01 |
Paul Eggert | thread: lessen glthread namespace pollution |
commit | commitdiff | tree | snapshot |
| 2026-04-01 |
Paul Eggert | gettext-h: don’t depend on locale-h |
commit | commitdiff | tree | snapshot |
| 2026-03-31 |
Bruno Haible | fenv-exceptions-trapping: Work around mingw 14.0.0... |
commit | commitdiff | tree | snapshot |
| 2026-03-30 |
Bruno Haible | fenv-exceptions-trapping: Work around mingw 14.0.0... |
commit | commitdiff | tree | snapshot |
| 2026-03-30 |
Bruno Haible | renameatu tests: Enhance test of the RENAME_* macros. |
commit | commitdiff | tree | snapshot |
| 2026-03-30 |
Collin Funk | renameatu tests: Test that the RENAME_* macros are... |
commit | commitdiff | tree | snapshot |
| 2026-03-30 |
Collin Funk | renameatu: Ensure all RENAME_* macros are defined. |
commit | commitdiff | tree | snapshot |
| 2026-03-27 |
Collin Funk | gnu-web-doc-update: Add an environment variable for... |
commit | commitdiff | tree | snapshot |
| 2026-03-25 |
Collin Funk | doc: Mention a Solaris 11.4 bug. |
commit | commitdiff | tree | snapshot |
| 2026-03-21 |
Bruno Haible | Fix typos in recent ChangeLog entry. |
commit | commitdiff | tree | snapshot |
| 2026-03-21 |
Collin Funk | vasprintf-posix, vasprintf, stdio-windows: Prefer AC_CH... |
commit | commitdiff | tree | snapshot |
| 2026-03-20 |
Paul Eggert | nstrftime: revert size typo non-fix |
commit | commitdiff | tree | snapshot |
| 2026-03-20 |
Paul Eggert | byteswap: depend on stdbit-h, not stdint-h |
commit | commitdiff | tree | snapshot |
| 2026-03-20 |
Paul Eggert | countof-h: use countof, part 3 |
commit | commitdiff | tree | snapshot |
| 2026-03-20 |
Paul Eggert | boot-time: remove SIZEOF |
commit | commitdiff | tree | snapshot |
| 2026-03-20 |
Paul Eggert | nstrftime: fix size typo when compiling for glibc |
commit | commitdiff | tree | snapshot |
| 2026-03-16 |
Paul Eggert | stdbit-h: don’t generate some dummy .o files |
commit | commitdiff | tree | snapshot |
| 2026-03-16 |
Collin Funk | cygpath: Add reminder to include <config.h>. |
commit | commitdiff | tree | snapshot |
| 2026-03-16 |
Bruno Haible | stdc_memrevers8u: Add comment. |
commit | commitdiff | tree | snapshot |
| 2026-03-16 |
Bruno Haible | stdbit-h: Make code more readable and typo-proof. |
commit | commitdiff | tree | snapshot |
| 2026-03-16 |
Paul Eggert | stdbit-h: don’t memcpy on oddball hosts |
commit | commitdiff | tree | snapshot |
| 2026-03-16 |
Paul Eggert | stdbit-h: be clearer about castless conversion |
commit | commitdiff | tree | snapshot |
| 2026-03-16 |
Bruno Haible | stdc_rotate_left, stdc_rotate_right: Update documentation. |
commit | commitdiff | tree | snapshot |
| 2026-03-16 |
Bruno Haible | stdbit-h: Reorder definitions. |
commit | commitdiff | tree | snapshot |
| 2026-03-16 |
Bruno Haible | stdbit-h: Fix syntax error in C++ mode (regression... |
commit | commitdiff | tree | snapshot |
| 2026-03-16 |
Paul Eggert | stdbit-h: remove stdbit.c |
commit | commitdiff | tree | snapshot |
| 2026-03-16 |
Paul Eggert | stdbit-h: test without <stdint.h> |
commit | commitdiff | tree | snapshot |
| 2026-03-16 |
Paul Eggert | stdbit-h: don’t depend on stdint-h |
commit | commitdiff | tree | snapshot |
| 2026-03-16 |
Paul Eggert | stdbit-h: namespace cleanup on recent GNU |
commit | commitdiff | tree | snapshot |
| 2026-03-16 |
Collin Funk | test-stdc_rotate_right tests: Fix whitespace. |
commit | commitdiff | tree | snapshot |
| 2026-03-16 |
Collin Funk | doc: add missing module indexes. |
commit | commitdiff | tree | snapshot |
| 2026-03-16 |
Collin Funk | stdc_rotate_right: Add tests. |
commit | commitdiff | tree | snapshot |
| 2026-03-16 |
Collin Funk | stdc_rotate_right: New module. |
commit | commitdiff | tree | snapshot |
| 2026-03-16 |
Collin Funk | stdc_rotate_left: Add tests. |
commit | commitdiff | tree | snapshot |
| next |