2017-10-29 Bruno Haible <bruno@clisp.org>
gnulib-tool: Avoid unnecessary config.h.in remaking in testdirs.
* pygnulib/GLTestDir.py (GLTestDir.execute): Touch the 'config.h.in'
- file after executing 'autoheader' to update it's timestamps.
+ file after executing 'autoheader' to update its timestamps.
2024-03-16 Collin Funk <collin.funk1@gmail.com>
pthread_sigmask: Avoid compilation error on mingw.
Reported by Tim Rühsen <tim.ruehsen@gmx.de>.
- * lib/signal.in.h (pthread_sigmask): Don't declare it it's defined as a
- macro.
+ * lib/signal.in.h (pthread_sigmask): Don't declare it if it's
+ defined as a macro.
2018-01-03 Paul Eggert <eggert@cs.ucla.edu>
These are like the standard macros introduced in C23, except that
arguments should not have side effects. The C++26 standard is
- expected to add this header and it's macros. */
+ expected to add this header and its macros. */
# define ckd_add(r, a, b) ((bool) _GL_INT_ADD_WRAPV (a, b, r))
# define ckd_sub(r, a, b) ((bool) _GL_INT_SUBTRACT_WRAPV (a, b, r))