Go to file
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
build-aux Update to autoconf v2.69 (aka automake 1.15) 2016-10-17 22:02:44 -07:00
COPYING.MinGW-w64 Remove Fixme about csq.h 2010-02-23 15:17:58 +00:00
COPYING.MinGW-w64-runtime Add 2011-2013 to copyright years 2013-02-26 20:28:23 +00:00
mingw-w64-crt crt: Regenerate Makefile.in 2021-08-18 22:27:52 +08:00
mingw-w64-doc Update trunk prefix behavior docs 2013-01-27 00:26:50 +00:00
mingw-w64-headers Uglify function parameter names in public headers 2021-08-25 19:12:52 -07:00
mingw-w64-libraries Uglify function parameter names in public headers 2021-08-25 19:12:52 -07:00
mingw-w64-tools genpeimg: fix mistaken section header size. 2021-08-17 22:29:18 +03:00
.gitignore Added .gitignore file. 2015-12-03 12:23:21 +01:00
aclocal.m4 Update to autoconf v2.69 (aka automake 1.15) 2016-10-17 22:02:44 -07:00
AUTHORS Merge commit '954b97bcfc515152cb5e666411d3ca0b256d589b' 2019-06-03 10:37:03 +02:00
config.h.in Add top level configury system 2010-02-24 17:55:02 +00:00
configure Regenerate configure 2017-11-06 23:08:57 +00:00
configure.ac build: enable specific tools and libraries 2017-11-06 23:05:00 +00:00
COPYING Add 2013 as copyright year. 2013-02-26 20:29:09 +00:00
DISCLAIMER removed svn:executable property. 2010-01-15 20:22:39 +00:00
DISCLAIMER.PD Replace 'w64 mingw-runtime' by 'mingw-w64 runtime' 2012-06-28 15:40:59 +00:00
Makefile.am build: autoconf: support winpthreads library 2017-10-07 23:36:26 +00:00
Makefile.in Regenerate configure and Makefile.in. 2017-10-07 23:36:40 +00:00