mingw-w64/mingw-w64-libraries
nightstrike 2aea2526c2 Uglify function parameter names in public headers
For a long time, we have used unprefixed symbols like "a" in public
facing headers.  These are caught by the libstdc++ testsuite, so fix
them globally where possible.  The general technique applied is:

1) Default to just removing the parameter entirely if it provides no
additional information to the reader.  For instance:

  void f(struct timespec *t); // The letter 't' there is not helpful

2) In cases where the data type is generic and the parameter name has
added documentation value, replace it with a prefixed version, either
two underscores, or one underscore and an uppercase letter.  It seems
that much existing code uses the latter, so this patch does likewise.
For instance:

  void f(int signal);
  void f(int _Signal);
2021-08-25 19:12:52 -07:00
..
libmangle Update to autoconf v2.69 (aka automake 1.15) 2016-10-17 22:02:44 -07:00
pseh Update to autoconf v2.69 (aka automake 1.15) 2016-10-17 22:02:44 -07:00
winpthreads Uglify function parameter names in public headers 2021-08-25 19:12:52 -07:00
winstorecompat winstorecompat/Crypto: Use proper namespaced Release method. 2021-02-06 10:10:20 +08:00