OSDN Git Service

Correct project name references in mingwrt source files.
authorKeith Marshall <keith@users.osdn.me>
Mon, 15 Aug 2022 20:49:22 +0000 (21:49 +0100)
committerKeith Marshall <keith@users.osdn.me>
Mon, 15 Aug 2022 20:49:22 +0000 (21:49 +0100)
120 files changed:
mingwrt/CRT_fenv.c
mingwrt/ChangeLog
mingwrt/Makefile.in
mingwrt/README
mingwrt/configure.ac
mingwrt/cpu_features.sx
mingwrt/crt1.c
mingwrt/include/_mingw.h.in
mingwrt/include/alloca.h
mingwrt/include/conio.h
mingwrt/include/ctype.h
mingwrt/include/dir.h
mingwrt/include/direct.h
mingwrt/include/dlfcn.h
mingwrt/include/dos.h
mingwrt/include/errno.h
mingwrt/include/excpt.h
mingwrt/include/fenv.h
mingwrt/include/float.h
mingwrt/include/getopt.h
mingwrt/include/glob.h
mingwrt/include/io.h
mingwrt/include/libgen.h
mingwrt/include/limits.h
mingwrt/include/locale.h
mingwrt/include/malloc.h
mingwrt/include/math.h
mingwrt/include/msvcrtver.h
mingwrt/include/process.h
mingwrt/include/stdint.h
mingwrt/include/stdio.h
mingwrt/include/stdlib.h
mingwrt/include/string.h
mingwrt/include/strings.h
mingwrt/include/sys/bsdtypes.h
mingwrt/include/sys/stat.h
mingwrt/include/sys/time.h
mingwrt/include/sys/timeb.h
mingwrt/include/sys/types.h
mingwrt/include/sys/utime.h
mingwrt/include/time.h
mingwrt/include/unistd.h
mingwrt/include/wchar.h
mingwrt/include/wctype.h
mingwrt/mingwex/basename.c
mingwrt/mingwex/btowc.c
mingwrt/mingwex/clockapi.c
mingwrt/mingwex/clockapi.h
mingwrt/mingwex/clockres.c
mingwrt/mingwex/clockset.c
mingwrt/mingwex/clocktime.c
mingwrt/mingwex/codeset.c
mingwrt/mingwex/complex/cabs_generic.c
mingwrt/mingwex/complex/casin_generic.c
mingwrt/mingwex/complex/catan_generic.c
mingwrt/mingwex/complex/clog_generic.c
mingwrt/mingwex/complex/cpow_generic.c
mingwrt/mingwex/complex/csqrt_generic.c
mingwrt/mingwex/cryptnam.c
mingwrt/mingwex/dirent.c
mingwrt/mingwex/dirname.c
mingwrt/mingwex/dlfcn.c
mingwrt/mingwex/fesetenv.c
mingwrt/mingwex/ftruncate.c
mingwrt/mingwex/glob.c
mingwrt/mingwex/imaxdiv.c
mingwrt/mingwex/insque.c
mingwrt/mingwex/jmpstub.sx
mingwrt/mingwex/math/asinh_generic.c
mingwrt/mingwex/math/errno.sx
mingwrt/mingwex/math/fmod_generic.sx.in
mingwrt/mingwex/math/hypot_generic.c
mingwrt/mingwex/math/log10_generic.sx
mingwrt/mingwex/math/log1p_generic.sx
mingwrt/mingwex/math/log2_generic.sx
mingwrt/mingwex/math/log_generic.sx
mingwrt/mingwex/math/pow_generic.sx
mingwrt/mingwex/math/random.c
mingwrt/mingwex/math/remquo_generic.sx
mingwrt/mingwex/math/x87cvt_generic.sx
mingwrt/mingwex/mbrconv.c
mingwrt/mingwex/mbrlen.c
mingwrt/mingwex/mbrscan.c
mingwrt/mingwex/mbrtowc.c
mingwrt/mingwex/mbsrtowcs.c
mingwrt/mingwex/memalign.c
mingwrt/mingwex/memcrypt.c
mingwrt/mingwex/mkdtemp.c
mingwrt/mingwex/mkstemp.c
mingwrt/mingwex/nsleep.c
mingwrt/mingwex/ofmt.c
mingwrt/mingwex/ofmtctl.c
mingwrt/mingwex/remque.c
mingwrt/mingwex/setenv.c
mingwrt/mingwex/stdio/fseeki64.c
mingwrt/mingwex/stdio/ftelli64.c
mingwrt/mingwex/stdio/fwrite.c
mingwrt/mingwex/stdio/getdelim.c
mingwrt/mingwex/stdio/pformat.c
mingwrt/mingwex/stdio/snprintf.c
mingwrt/mingwex/stdio/vsnprintf.c
mingwrt/mingwex/strerror_r.c
mingwrt/mingwex/strnlen.sx
mingwrt/mingwex/strtok_r.c
mingwrt/mingwex/wcharmap.c
mingwrt/mingwex/wcharmap.h
mingwrt/mingwex/wcrtomb.c
mingwrt/mingwex/wcsrtombs.c
mingwrt/mingwex/wcstofp.c
mingwrt/mingwex/wctob.c
mingwrt/setargv.c
mingwrt/tests/Makefile.in
mingwrt/tests/ansiprintf.at
mingwrt/tests/atlocal.in
mingwrt/tests/clockapi.at
mingwrt/tests/headers.at
mingwrt/tests/logarithms.at
mingwrt/tests/memalign.at
mingwrt/tests/powerfunc.at
mingwrt/tests/testsuite.at.in

index ac7dfbc..e608e74 100644 (file)
@@ -8,8 +8,8 @@
  *
  * $Id$
  *
- * Written by Keith Marshall <keithmarshall@users.sourceforge.net>
- * Copyright (C) 2017, MinGW.org Project.
+ * Written by Keith Marshall <keith@users.osdn.me>
+ * Copyright (C) 2017, 2022, MinGW.OSDN Project.
  *
  *
  * Permission is hereby granted, free of charge, to any person obtaining a
index b89a791..40fe1d5 100644 (file)
@@ -1,3 +1,49 @@
+2022-08-15  Keith Marshall  <keith@users.osdn.me>
+
+       Correct project name references in mingwrt source files.
+
+       * README CRT_fenv.c Makefile.in configure.ac cpu_features.sx crt1.c
+       * setargv.c include/_mingw.h.in include/alloca.h include/conio.h
+       * include/ctype.h include/dir.h include/direct.h include/dlfcn.h
+       * include/dos.h include/errno.h include/excpt.h include/fenv.h
+       * include/float.h include/getopt.h include/glob.h include/io.h
+       * include/libgen.h include/limits.h include/locale.h include/malloc.h
+       * include/math.h include/msvcrtver.h include/process.h
+       * include/stdint.h include/stdio.h include/stdlib.h include/string.h
+       * include/strings.h include/time.h include/unistd.h include/wchar.h
+       * include/wctype.h include/sys/bsdtypes.h include/sys/stat.h
+       * include/sys/time.h include/sys/timeb.h include/sys/types.h
+       * include/sys/utime.h mingwex/basename.c mingwex/btowc.c
+       * mingwex/clockapi.c mingwex/clockapi.h mingwex/clockres.c
+       * mingwex/clockset.c mingwex/clocktime.c mingwex/codeset.c
+       * mingwex/complex/cabs_generic.c mingwex/complex/casin_generic.c
+       * mingwex/complex/catan_generic.c mingwex/complex/clog_generic.c
+       * mingwex/complex/cpow_generic.c mingwex/complex/csqrt_generic.c
+       * mingwex/cryptnam.c mingwex/dirent.c mingwex/dirname.c
+       * mingwex/dlfcn.c mingwex/fesetenv.c mingwex/ftruncate.c
+       * mingwex/glob.c mingwex/imaxdiv.c mingwex/insque.c mingwex/jmpstub.sx
+       * mingwex/math/asinh_generic.c mingwex/math/errno.sx
+       * mingwex/math/fmod_generic.sx.in mingwex/math/hypot_generic.c
+       * mingwex/math/log10_generic.sx mingwex/math/log1p_generic.sx
+       * mingwex/math/log2_generic.sx mingwex/math/log_generic.sx
+       * mingwex/math/pow_generic.sx mingwex/math/random.c
+       * mingwex/math/remquo_generic.sx mingwex/math/x87cvt_generic.sx
+       * mingwex/mbrconv.c mingwex/mbrlen.c mingwex/mbrscan.c
+       * mingwex/mbrtowc.c mingwex/mbsrtowcs.c mingwex/memalign.c
+       * mingwex/memcrypt.c mingwex/mkdtemp.c mingwex/mkstemp.c
+       * mingwex/nsleep.c mingwex/ofmt.c mingwex/ofmtctl.c mingwex/remque.c
+       * mingwex/setenv.c mingwex/stdio/fseeki64.c mingwex/stdio/ftelli64.c
+       * mingwex/stdio/fwrite.c mingwex/stdio/getdelim.c
+       * mingwex/stdio/pformat.c mingwex/stdio/snprintf.c
+       * mingwex/stdio/vsnprintf.c mingwex/strerror_r.c mingwex/strnlen.sx
+       * mingwex/strtok_r.c mingwex/wcharmap.c mingwex/wcharmap.h
+       * mingwex/wcrtomb.c mingwex/wcsrtombs.c mingwex/wcstofp.c
+       * mingwex/wctob.c tests/Makefile.in tests/ansiprintf.at
+       * tests/atlocal.in tests/clockapi.at tests/headers.at
+       * tests/logarithms.at tests/memalign.at tests/powerfunc.at
+       * tests/testsuite.at.in: Replace all references to defunct "MinGW.org"
+       project name; refer to "MinGW.OSDN" instead.
+
 2022-01-29  Keith Marshall  <keith@users.osdn.me>
 
        Stop creating redundant "include/parts" directory.
index 5975158..8a0cf57 100644 (file)
@@ -1,13 +1,13 @@
 # @configure_input@
 # $Id$
 #
-# Makefile template for MinGW.org Runtime Library Package
+# Makefile template for MinGW.OSDN Runtime Library Package
 
 PACKAGE_TARNAME := @PACKAGE_TARNAME@
 PACKAGE_VERSION := @PACKAGE_VERSION@
 
 # Written by Keith Marshall <keith@users.osdn.me>
-# Copyright (C) 2014-2022, MinGW.org Project
+# Copyright (C) 2014-2022, MinGW.OSDN Project
 #
 #
 # Permission is hereby granted, free of charge, to any person obtaining a
@@ -544,7 +544,7 @@ remainder_generic_subst = s:%name%:$*:;s:%fprem%:fprem1:
 x87%.$(OBJEXT): %_generic.sx
        $(COMPILE.sx) -o $@ $<
 
-# Historically, MinGW.org's libm.a has been a dummy, delivering
+# Historically, MinGW.OSDN's libm.a has been a dummy, delivering
 # nothing of value; FIXME: IMO, this sucks; it should deliver the
 # non-MSVCRT.DLL math functions, as noted above.
 #
index 613ebab..7c7edd3 100644 (file)
@@ -1,10 +1,17 @@
-       Free Microsoft C Runtime and import library definitions
+Free Microsoft C Runtime and import library definitions
 
-       Maintained by MinGW Developers
-       Send bug reports and questions to MinGW-users@lists.sourceforge.net
-       URL: http://www.mingw.org
+ - Maintained by MinGW.OSDN Developers
+
+ - URL: https://mingw.osdn.io
+
+ - Ask questions at https://lists.osdn.me/mailman/listinfo/mingw-users;
+   see https://mingw.osdn.io/index.html?page=mailing.html#list-etiquette
+   for posting guidelines.
+
+ - File bug reports at https://osdn.net/projects/mingw/ticket/; see
+   https://mingw.osdn.io/index.html?page=contact.html#bug-report for
+   submission guidelines.
 
 A historical readme.txt exists and is distributed for your edification.  The
-references within may or may not be correct.  Please do not rely on them.  See
-http://www.mingw.org for a list of valid references.
+references within may or may not be correct.  Please do not rely on them.
 
index 117b3e4..dd53f6a 100644 (file)
@@ -1,12 +1,12 @@
 # configure.ac -*- Autoconf -*- vim: filetype=config
 #
 # Process this file with autoconf, to create a configure script for
-# the MinGW.org Runtime Library package.
+# the MinGW.OSDN Runtime Library package.
 #
 # $Id$
 #
 # Written by Keith Marshall <keithmarshall@users.sourceforge.net>
-# Copyright (C) 2014-2017, MinGW.org Project
+# Copyright (C) 2014-2017, 2022, MinGW.OSDN Project
 #
 #
 # Permission is hereby granted, free of charge, to any person obtaining a
index 8d4e61f..c453e1f 100644 (file)
@@ -5,11 +5,11 @@
  * $Id$
  *
  * Written by Keith Marshall <keith@users.osdn.me>
- * Copyright (C) 2017, MinGW.org Project
+ * Copyright (C) 2017, 2022, MinGW.OSDN Project
  *
  * Adapted from an original C language implementation.
  * Written by Danny Smith <dannysmith@users.sourceforge.net>
- * Copyright (C) 2006, 2008, 2009, MinGW.org Project
+ * Copyright (C) 2006, 2008, 2009, MinGW.OSDN Project
  *
  *
  * Permission is hereby granted, free of charge, to any person obtaining a
index dfed41c..f507e21 100644 (file)
@@ -8,7 +8,7 @@
  *
  * Written by Colin Peters <colin@bird.fu.is.saga-u.ac.jp>
  * Copyright (C) 1997, 1999, 2002-2007, 2009, 2010, 2014, 2016,
- *   2017, 2020, MinGW.org Project.
+ *  2017, 2020, 2022, MinGW.OSDN Project.
  *
  *
  * Permission is hereby granted, free of charge, to any person obtaining a
index a8a972d..c6a94a7 100644 (file)
@@ -7,7 +7,7 @@
  * $Id$
  *
  * Written by Mumit Khan  <khan@xraylith.wisc.edu>
- * Copyright (C) 1999, 2001-2011, 2014-2020, MinGW.org Project
+ * Copyright (C) 1999, 2001-2011, 2014-2020, 2022, MinGW.OSDN Project
  *
  *
  * Permission is hereby granted, free of charge, to any person obtaining a
index 6d13f6f..cc400a6 100644 (file)
@@ -8,7 +8,7 @@
  * $Id$
  *
  * Written by Keith Marshall <keith@users.osdn.me>
- * Copyright (C) 2018, 2019, MinGW.org Project.
+ * Copyright (C) 2018, 2019, 2022, MinGW.OSDN Project
  *
  *
  * Permission is hereby granted, free of charge, to any person obtaining a
index 7e27910..7b6dbde 100644 (file)
@@ -7,7 +7,8 @@
  * $Id$
  *
  * Written by Colin Peters <colin@bird.fu.is.saga-u.ac.jp>
- * Copyright (C) 1997, 1999-2001, 2003, 2004, 2007, 2018, MinGW.org Project.
+ * Copyright (C) 1997, 1999-2001, 2003, 2004, 2007, 2018, 2022,
+ *  MinGW.OSDN Project
  *
  *
  * Permission is hereby granted, free of charge, to any person obtaining a
@@ -45,7 +46,7 @@
   */
 #define _CONIO_H
 
-/* All MinGW.org headers are expected to include <_mingw.h>; when
+/* All MinGW.OSDN headers are expected to include <_mingw.h>; when
  * selectively included by <wchar.h>, that responsibility has already
  * been addressed, but for free-standing inclusion we do so now.
  */
index 58fb2fd..ec88776 100644 (file)
@@ -6,7 +6,7 @@
  * $Id$
  *
  * Written by Colin Peters <colin@bird.fu.is.saga-u.ac.jp>
- * Copyright (C) 1997-2008, 2016, 2017, MinGW.org Project
+ * Copyright (C) 1997-2008, 2016, 2017, 2022, MinGW.OSDN Project
  *
  *
  * Permission is hereby granted, free of charge, to any person obtaining a
index 68322a5..c2af52e 100644 (file)
@@ -7,7 +7,7 @@
  * $Id$
  *
  * Written by Colin Peters <colin@bird.fu.is.saga-u.ac.jp>
- * Copyright (C) 1997-1999, 2001, 2016, MinGW.org Project
+ * Copyright (C) 1997-1999, 2001, 2016, 2022, MinGW.OSDN Project
  *
  *
  * Permission is hereby granted, free of charge, to any person obtaining a
index 5ce43a6..63e6624 100644 (file)
@@ -7,7 +7,8 @@
  * $Id$
  *
  * Written by Colin Peters <colin@bird.fu.is.saga-u.ac.jp>
- * Copyright (C) 1997, 1999-2001, 2003, 2004, 2007, 2016, MinGW.org Project.
+ * Copyright (C) 1997, 1999-2001, 2003, 2004, 2007, 2016, 2022,
+ *   MinGW.OSDN Project.
  *
  *
  * Permission is hereby granted, free of charge, to any person obtaining a
index 3653579..d866d5f 100644 (file)
@@ -6,8 +6,8 @@
  *
  * $Id$
  *
- * Written by Keith Marshall <keithmarshall@users.sourceforge.net>
- * Copyright (C) 2014, MinGW.org Project
+ * Written by Keith Marshall <keith@users.osdn.me>
+ * Copyright (C) 2014, 2022, MinGW.OSDN Project
  *
  *
  * Permission is hereby granted, free of charge, to any person obtaining a
index ec748e1..36bba6f 100644 (file)
@@ -6,7 +6,7 @@
  * $Id$
  *
  * Written by Jan-Jaap van der Heijden
- * Copyright (C) 1997-1999, 2001-2004, 2007, 2016, MinGW.org Project.
+ * Copyright (C) 1997-1999, 2001-2004, 2007, 2016, 2022, MinGW.OSDN Project.
  *
  *
  * Permission is hereby granted, free of charge, to any person obtaining a
index 2f96053..6b553d8 100644 (file)
@@ -6,8 +6,8 @@
  * $Id$
  *
  * Written by Colin Peters <colin@bird.fu.is.saga-u.ac.jp>
- * Copyright (C) 1997-1999, 2001, 2003-2005, 2007, 2016, 2020,
- *   MinGW.org Project.
+ * Copyright (C) 1997-1999, 2001, 2003-2005, 2007, 2016, 2020, 2022,
+ *   MinGW.OSDN Project.
  *
  *
  * Permission is hereby granted, free of charge, to any person obtaining a
@@ -162,7 +162,7 @@ _END_C_DECLS
  * header is subsequently included.
  *
  * NOTE: this assumes pthreads-win32-2.10 or later, with corresponding
- * MinGW.org patches applied; it will favour "ptw32_errno.h" installed
+ * MinGW.OSDN patches applied; it will favour "ptw32_errno.h" installed
  * in the mingwrt system include directory.
  */
 #include "ptw32_errno.h"
index c5eebbb..ed4374d 100644 (file)
@@ -8,8 +8,8 @@
  *
  * Written by Colin Peters <colin@bird.fu.is.saga-u.ac.jp>
  * Revised by Keith Marshall <keithmarshall@users.sourceforge.net>
- * Copyright (C) 1997, 1999, 2001-2002, 2004, 2007, 2012, 2016,
- *  MinGW.org Project.
+ * Copyright (C) 1997, 1999, 2001-2002, 2004, 2007, 2012, 2016, 2022,
+ *  MinGW.OSDN Project.
  *
  *
  * Permission is hereby granted, free of charge, to any person obtaining a
index 58e470a..b92a87b 100644 (file)
@@ -7,7 +7,7 @@
  * $Id$
  *
  * Written by Danny Smith <dannysmith@users.sourceforge.net>
- * Copyright (C) 2002, 2003, 2005-2007, 2017, MinGW.org Project
+ * Copyright (C) 2002, 2003, 2005-2007, 2017, 2022, MinGW.OSDN Project
  *
  *
  * Permission is hereby granted, free of charge, to any person obtaining a
index ac5e77b..63d84cd 100644 (file)
@@ -7,7 +7,8 @@
  * $Id$
  *
  * Written by Colin Peters <colin@bird.fu.is.saga-u.ac.jp>
- * Copyright (C) 1997, 1999-2005, 2007, 2010, 2011, 2017, MinGW.org Project
+ * Copyright (C) 1997, 1999-2005, 2007, 2010, 2011, 2017, 2022,
+ *  MinGW.OSDN Project
  *
  *
  * Permission is hereby granted, free of charge, to any person obtaining a
index 28f02d4..dec22ca 100644 (file)
@@ -6,8 +6,8 @@
  *
  * $Id$
  *
- * Written by Keith Marshall <keithmarshall@users.sourceforge.net>
- * Copyright (C) 2003, 2008, 2009, 2017, MinGW.org Project.
+ * Written by Keith Marshall <keith@users.osdn.me>
+ * Copyright (C) 2003, 2008, 2009, 2017, 2022, MinGW.OSDN Project.
  *
  *
  * Permission is hereby granted, free of charge, to any person obtaining a
index b73302a..15d7704 100644 (file)
@@ -1,4 +1,3 @@
-#ifndef _GLOB_H
 /*
  * glob.h
  *
@@ -8,7 +7,7 @@
  * $Id$
  *
  * Written by Keith Marshall <keithmarshall@users.sourceforge.net>
- * Copyright (C) 2011, 2012, 2014, 2016, 2017, MinGW.org Project.
+ * Copyright (C) 2011, 2012, 2014, 2016, 2017, 2022, MinGW.OSDN Project.
  *
  *
  * Permission is hereby granted, free of charge, to any person obtaining a
  * DEALINGS IN THE SOFTWARE.
  *
  */
-#define _GLOB_H  1
+#ifndef _GLOB_H
 #pragma GCC system_header
+#define _GLOB_H  1
 
-/* All MinGW.org system headers are required to include <_mingw.h>.
+/* All MinGW.OSDN system headers are required to include <_mingw.h>.
  */
 #include <_mingw.h>
 
index 9ada662..70e5137 100644 (file)
@@ -6,8 +6,8 @@
  * $Id$
  *
  * Written by Colin Peters <colin@bird.fu.is.saga-u.ac.jp>
- * Copyright (C) 1997-2004, 2007, 2009, 2010, 2014-2016, 2019,
- *   MinGW.org Project.
+ * Copyright (C) 1997-2004, 2007, 2009, 2010, 2014-2016, 2019, 2022,
+ *  MinGW.OSDN Project
  *
  *
  * Permission is hereby granted, free of charge, to any person obtaining a
index bd287ce..5bb6277 100644 (file)
@@ -1,4 +1,3 @@
-#ifndef _LIBGEN_H_
 /*
  * libgen.h
  *
@@ -6,8 +5,8 @@
  *
  * $Id$
  *
- * Written by Keith Marshall <keithmarshall@users.sourceforge.net>
- * Copyright (C) 2006, 2007, 2014, MinGW.org Project
+ * Written by Keith Marshall <keith@users.osdn.me>
+ * Copyright (C) 2006, 2007, 2014, 2022, MinGW.OSDN Project
  *
  *
  * Permission is hereby granted, free of charge, to any person obtaining a
@@ -30,7 +29,9 @@
  * DEALINGS IN THE SOFTWARE.
  *
  */
-#define _LIBGEN_H_
+#ifndef _LIBGEN_H
+#pragma GCC system_header
+#define _LIBGEN_H
 
 /* All the headers include this file. */
 #include <_mingw.h>
@@ -51,4 +52,4 @@ __cdecl char *dirname (char *__path){ return __mingw_dirname (__path); }
 
 _END_C_DECLS
 
-#endif /* _LIBGEN_H_: end of file */
+#endif /* !_LIBGEN_H: $RCSfile$: end of file */
index 4ab1c59..d78b06a 100644 (file)
@@ -6,8 +6,8 @@
  * $Id$
  *
  * Written by Colin Peters <colin@bird.fu.is.saga-u.ac.jp>
- * Copyright (C) 1997, 1999-2001, 2004, 2005, 2010, 2012, 2017, 2020,
- *   MinGW.org Project
+ * Copyright (C) 1997, 1999-2001, 2004, 2005, 2010, 2012, 2017, 2020, 2022,
+ *  MinGW.OSDN Project
  *
  *
  * Permission is hereby granted, free of charge, to any person obtaining a
index aca049b..f9e55b0 100644 (file)
@@ -7,7 +7,8 @@
  * $Id$
  *
  * Written by Colin Peters <colin@bird.fu.is.saga-u.ac.jp>
- * Copyright (C) 1997, 1999-2001, 2003, 2004, 2007, 2016, MinGW.org Project.
+ * Copyright (C) 1997, 1999-2001, 2003, 2004, 2007, 2016, 2022,
+ *  MinGW.OSDN Project
  *
  *
  * Permission is hereby granted, free of charge, to any person obtaining a
index 84133d2..4b0edda 100644 (file)
@@ -8,7 +8,7 @@
  * $Id$
  *
  * Written by Colin Peters <colin@bird.fu.is.saga-u.ac.jp>
- * Copyright (C) 1997-1999, 2001-2005, 2007, 2018, MinGW.org Project.
+ * Copyright (C) 1997-1999, 2001-2005, 2007, 2018, 2022, MinGW.OSDN Project
  *
  *
  * Permission is hereby granted, free of charge, to any person obtaining a
index ac30253..f208f3d 100644 (file)
@@ -7,7 +7,7 @@
  * $Id$
  *
  * Written by Colin Peters <colin@bird.fu.is.saga-u.ac.jp>
- * Copyright (C) 1997-2009, 2014-2016, MinGW.org Project.
+ * Copyright (C) 1997-2009, 2014-2016, 2022, MinGW.OSDN Project
  *
  *
  * Permission is hereby granted, free of charge, to any person obtaining a
index 5e1c638..e455cc5 100644 (file)
@@ -7,7 +7,7 @@
  * $Id$
  *
  * Written by Keith Marshall <keithmarshall@users.sourceforge.net>
- * Copyright (C) 2015, MinGW.org Project
+ * Copyright (C) 2015, 2022, MinGW.OSDN Project
  *
  *
  * Permission is hereby granted, free of charge, to any person obtaining a
@@ -31,8 +31,8 @@
  *
  */
 #ifndef _MSVCRTVER_H
-#define _MSVCRTVER_H
 #pragma GCC system_header
+#define _MSVCRTVER_H
 
 /* When it is intended to link an application with any one of the
  * MSVC version specific MSVCRxx.DLL libraries, rather than with the
index a5fa62f..ddca50a 100644 (file)
@@ -6,7 +6,8 @@
  * $Id$
  *
  * Written by Colin Peters <colin@bird.fu.is.saga-u.ac.jp>
- * Copyright (C) 1997-2001, 2003-2004, 2007-2008, 2016, MinGW.org Project.
+ * Copyright (C) 1997-2001, 2003-2004, 2007-2008, 2016, 2022,
+ *  MinGW.OSDN Project
  *
  *
  * Permission is hereby granted, free of charge, to any person obtaining a
index ae89629..c15c4cc 100644 (file)
@@ -7,7 +7,8 @@
  * $Id$
  *
  * Written by Danny Smith <danny_r_smith_2001@yahoo.co.nz>
- * Copyright (C) 2000-2002, 2004, 2005, 2007, 2009, 2016, MinGW.org Project.
+ * Copyright (C) 2000-2002, 2004, 2005, 2007, 2009, 2016, 2022,
+ *  MinGW.OSDN Project
  *
  *
  * Permission is hereby granted, free of charge, to any person obtaining a
index 124d752..2ee605c 100644 (file)
@@ -7,7 +7,7 @@
  * $Id$
  *
  * Written by Colin Peters <colin@bird.fu.is.saga-u.ac.jp>
- * Copyright (C) 1997-2005, 2007-2010, 2014-2019, MinGW.org Project.
+ * Copyright (C) 1997-2005, 2007-2010, 2014-2019, 2022, MinGW.OSDN Project
  *
  *
  * Permission is hereby granted, free of charge, to any person obtaining a
@@ -318,7 +318,7 @@ _CRTIMP __cdecl __MINGW_NOTHROW  void   setbuf (FILE *, char *);
 #define __Wformat(F)           __mingw_##F
 
 /* ...while degrading to gnu_printf checking for snprintf()
- * and vsnprintf(), (which are ALWAYS MinGW.org variants).
+ * and vsnprintf(), (which are ALWAYS MinGW.OSDN variants).
  */
 #define __mingw_printf__       __gnu_printf__
 #endif
@@ -333,7 +333,7 @@ _CRTIMP __cdecl __MINGW_NOTHROW  void   setbuf (FILE *, char *);
 #define __Wformat_vfprintf     __Wformat_mingw_printf(2,0)
 #define __Wformat_vsprintf     __Wformat_mingw_printf(2,0)
 
-/* ...while this pair are specific to the two MinGW.org
+/* ...while this pair are specific to the two MinGW.OSDN
  * only functions.
  */
 #define __Wformat_snprintf     __Wformat_mingw_printf(3,4)
index a5cfae6..28762be 100644 (file)
@@ -7,8 +7,8 @@
  * $Id$
  *
  * Written by Colin Peters <colin@bird.fu.is.saga-u.ac.jp>
- * Copyright (C) 1997-2009, 2011, 2014-2016, 2018, 2020, 2021,
- *   MinGW.org Project.
+ * Copyright (C) 1997-2009, 2011, 2014-2016, 2018, 2020-2022,
+ *  MinGW.OSDN Project
  *
  *
  * Permission is hereby granted, free of charge, to any person obtaining a
index c982a30..5f640e1 100644 (file)
@@ -6,8 +6,8 @@
  * $Id$
  *
  * Written by Colin Peters <colin@bird.fu.is.saga-u.ac.jp>
- * Copyright (C) 1997-2000, 2002-2004, 2007, 2009, 2015-2017,
- *  MinGW.org Project.
+ * Copyright (C) 1997-2000, 2002-2004, 2007, 2009, 2015-2017, 2022,
+ *  MinGW.OSDN Project
  *
  *
  * Permission is hereby granted, free of charge, to any person obtaining a
index 0d10628..b96e8bf 100644 (file)
@@ -5,8 +5,8 @@
  *
  * $Id$
  *
- * Written by Keith Marshall <keithmarshall@users.sourceforge.net>
- * Copyright (C) 2015-2017, MinGW.org Project.
+ * Written by Keith Marshall <keith@users.osdn.me>
+ * Copyright (C) 2015-2017, 2022, MinGW.OSDN Project
  *
  *
  * Permission is hereby granted, free of charge, to any person obtaining a
index 3d031d8..5feb42d 100644 (file)
@@ -7,8 +7,8 @@
  *
  * $Id$
  *
- * Abstracted from MinGW.org's WinSock implementation
- * Copyright (C) 2017, MinGW.org Project
+ * Abstracted from MinGW.OSDN's WinSock implementation
+ * Copyright (C) 2017, 2022, MinGW.OSDN Project
  *
  *
  * Permission is hereby granted, free of charge, to any person obtaining a
@@ -40,7 +40,7 @@
  */
 #ifndef _BSDTYPES_DEFINED
 
-/* All MinGW.org headers are required to include <_mingw.h>
+/* All MinGW.OSDN headers are required to include <_mingw.h>
  */
 #include <_mingw.h>
 
index f81bfb4..0bf3835 100644 (file)
@@ -7,7 +7,7 @@
  * $Id$
  *
  * Written by Colin Peters <colin@bird.fu.is.saga-u.ac.jp>
- * Copyright (C) 1997-2001, 2003-2005, 2007, 2016, MinGW.org Project.
+ * Copyright (C) 1997-2001, 2003-2005, 2007, 2016, 2022, MinGW.OSDN Project
  *
  *
  * Permission is hereby granted, free of charge, to any person obtaining a
index 6cc8da3..d4a080f 100644 (file)
@@ -7,7 +7,7 @@
  * $Id$
  *
  * Written by Danny Smith <dannysmith@users.sourceforge.net>
- * Copyright (C) 2002, 2004, 2006, 2007, 2017, MinGW.org Project
+ * Copyright (C) 2002, 2004, 2006, 2007, 2017, 2022, MinGW.OSDN Project
  *
  *
  * Permission is hereby granted, free of charge, to any person obtaining a
index 36ac9d5..4429014 100644 (file)
@@ -8,7 +8,7 @@
  * $Id$
  *
  * Written by Colin Peters <colin@bird.fu.is.saga-u.ac.jp>
- * Copyright (C) 1997-2001, 2003, 2004, 2007, 2018, MinGW.org Project
+ * Copyright (C) 1997-2001, 2003, 2004, 2007, 2018, 2022, MinGW.OSDN Project
  *
  *
  * Permission is hereby granted, free of charge, to any person obtaining a
index 7a5cf3d..68ada72 100644 (file)
@@ -7,7 +7,7 @@
  *
  * Written by Colin Peters <colin@bird.fu.is.saga-u.ac.jp>
  * Copyright (C) 1997-1999, 2001, 2003, 2004, 2008, 2011, 2014-2016,
- *   MinGW.org Project.
+ *  2022, MinGW.OSDN Project
  *
  *
  * Permission is hereby granted, free of charge, to any person obtaining a
index 27086c6..e7504c3 100644 (file)
@@ -8,7 +8,7 @@
  * $Id$
  *
  * Written by Colin Peters <colin@bird.fu.is.saga-u.ac.jp>
- * Copyright (C) 1997-2001, 2003, 2004, 2007, 2018, MinGW.org Project
+ * Copyright (C) 1997-2001, 2003, 2004, 2007, 2018, 2022, MinGW.OSDN Project
  *
  *
  * Permission is hereby granted, free of charge, to any person obtaining a
index 69186f6..47d60b2 100644 (file)
@@ -6,7 +6,7 @@
  * $Id$
  *
  * Written by Colin Peters <colin@bird.fu.is.saga-u.ac.jp>
- * Copyright (C) 1997-2007, 2011, 2015-2018, MinGW.org Project.
+ * Copyright (C) 1997-2007, 2011, 2015-2018, 2022, MinGW.OSDN Project
  *
  *
  * Permission is hereby granted, free of charge, to any person obtaining a
@@ -54,7 +54,7 @@
 
 #if defined __SCHED_H_SOURCED__
 /* This is selective inclusion by <sched.h>; although not a standard
- * MinGW.org header, we provide this hook to grant access from third
+ * MinGW.OSDN header, we provide this hook to grant access from third
  * party implementations, (e.g. pthreads-win32), to get a definition
  * for struct timespec, which POSIX requires it to provide.
  *
index 71ae336..63c2fd5 100644 (file)
@@ -11,8 +11,8 @@
  *   Ramiro Polla <ramiro@lisha.ufsc.br>
  *   Gregory McGarry  <gregorymcgarry@users.sourceforge.net>
  *   Keith Marshall  <keith@users.osdn.me>
- * Copyright (C) 1997, 1999, 2002-2004, 2007-2009, 2014-2017, 2020,
- *   2021, MinGW.org Project.
+ * Copyright (C) 1997, 1999, 2002-2004, 2007-2009, 2014-2017, 2020-2022,
+ *  MinGW.OSDN Project
  *
  *
  * Permission is hereby granted, free of charge, to any person obtaining a
index 56660a5..b5a2678 100644 (file)
@@ -8,8 +8,8 @@
  *
  * Unattributed original source.
  * Adapted by Rob Savoye <rob@cygnus.com>
- * Copyright (C) 1997, 1999-2009, 2011, 2015, 2016, 2018-2020,
- *   MinGW.org Project.
+ * Copyright (C) 1997, 1999-2009, 2011, 2015, 2016, 2018-2020, 2022,
+ *  MinGW.OSDN Project
  *
  *
  * Permission is hereby granted, free of charge, to any person obtaining a
index 7b7ed20..2e35d29 100644 (file)
@@ -6,7 +6,7 @@
  * $Id$
  *
  * Written by Mumit Khan <khan@xraylith.wisc.edu>
- * Copyright (C) 1999-2003, 2005-2007, 2016, 2017, MinGW.org Project
+ * Copyright (C) 1999-2003, 2005-2007, 2016, 2017, 2022, MinGW.OSDN Project
  *
  *
  * Permission is hereby granted, free of charge, to any person obtaining a
index 859a615..da76836 100644 (file)
@@ -7,7 +7,7 @@
  * $Id$
  *
  * Written by Keith Marshall <keithmarshall@users.sourceforge.net>
- * Copyright (C) 2006, 2007, 2014, MinGW.org Project
+ * Copyright (C) 2006, 2007, 2014, 2022, MinGW.OSDN Project
  *
  *
  * Permission is hereby granted, free of charge, to any person obtaining a
index b9e1da9..bf1f564 100644 (file)
@@ -8,10 +8,10 @@
  * as mbrtowc(), which may need to return surrogate pairs.
  *
  *
- * $Id: btowc.c,v 28b17d1c4eab 2020/07/07 21:02:51 keith $
+ * $Id$
  *
  * Written by Keith Marshall <keith@users.osdn.me>
- * Copyright (C) 2020, MinGW.org Project
+ * Copyright (C) 2020, 2022, MinGW.OSDN Project
  *
  *
  * Permission is hereby granted, free of charge, to any person obtaining a
@@ -55,4 +55,4 @@ wint_t btowc( int c )
   return WEOF;
 }
 
-/* $RCSfile: btowc.c,v $: end of file */
+/* $RCSfile$: end of file */
index 9d122ae..11be632 100644 (file)
@@ -6,7 +6,7 @@
  * $Id$
  *
  * Written by Keith Marshall <keithmarshall@users.sourceforge.net>
- * Copyright (C) 2017, 2018, MinGW.org Project
+ * Copyright (C) 2017, 2018, 2022, MinGW.OSDN Project
  *
  *
  * Permission is hereby granted, free of charge, to any person obtaining a
index cf68f86..0f6379b 100644 (file)
@@ -6,7 +6,7 @@
  * $Id$
  *
  * Written by Keith Marshall <keithmarshall@users.sourceforge.net>
- * Copyright (C) 2017, 2018, MinGW.org Project
+ * Copyright (C) 2017, 2018, 2022, MinGW.OSDN Project
  *
  *
  * Permission is hereby granted, free of charge, to any person obtaining a
index 9216296..638a06f 100644 (file)
@@ -6,7 +6,7 @@
  * $Id$
  *
  * Written by Keith Marshall <keithmarshall@users.sourceforge.net>
- * Copyright (C) 2017, 2018, MinGW.org Project
+ * Copyright (C) 2017, 2018, 2022, MinGW.OSDN Project
  *
  *
  * Permission is hereby granted, free of charge, to any person obtaining a
index b82d8b8..aaf30db 100644 (file)
@@ -6,7 +6,7 @@
  * $Id$
  *
  * Written by Keith Marshall <keithmarshall@users.sourceforge.net>
- * Copyright (C) 2017, 2018, MinGW.org Project
+ * Copyright (C) 2017, 2018, 2022, MinGW.OSDN Project
  *
  *
  * Permission is hereby granted, free of charge, to any person obtaining a
index 46ea9ab..04384b5 100644 (file)
@@ -6,7 +6,7 @@
  * $Id$
  *
  * Written by Keith Marshall <keithmarshall@users.sourceforge.net>
- * Copyright (C) 2017, 2018, MinGW.org Project
+ * Copyright (C) 2017, 2018, 2022, MinGW.OSDN Project
  *
  *
  * Permission is hereby granted, free of charge, to any person obtaining a
index 711a4f4..f8dec5f 100644 (file)
@@ -8,7 +8,7 @@
  * $Id$
  *
  * Written by Keith Marshall <keith@users.osdn.me>
- * Copyright (C) 2019, 2020, MinGW.org Project
+ * Copyright (C) 2019, 2020, 2022, MinGW.OSDN Project
  *
  *
  * Permission is hereby granted, free of charge, to any person obtaining a
index fd00027..b53a788 100644 (file)
@@ -6,9 +6,9 @@
  * Compute the modulus of a complex number; this provides a generic
  * implementation for the cabs(), cabsf(), and cabsl() functions.
  *
- * Written by Keith Marshall <keithmarshall@users.sourceforge.net>
+ * Written by Keith Marshall <keith@users.osdn.me>
  * This is an adaptation of original contributions by Danny Smith
- * Copyright (C) 2003, 2015, MinGW.org Project
+ * Copyright (C) 2003, 2015, 2022, MinGW.OSDN Project
  *
  *
  * Permission is hereby granted, free of charge, to any person obtaining a
@@ -32,7 +32,7 @@
  *
  *
  * This is a generic implementation for all of the csqrt(), csqrtl(),
- * and csqrth() functions; each is to be compiled separately, i.e.
+ * and csqrtf() functions; each is to be compiled separately, i.e.
  *
  *   gcc -D FUNCTION=cabs  -o cabs.o  cabs_generic.c
  *   gcc -D FUNCTION=cabsl -o cabsl.o cabs_generic.c
index 602fd1b..4163ad3 100644 (file)
@@ -6,9 +6,9 @@
  * Compute the complex arcsin corresponding to a complex sine value;
  * a generic implementation for casin(), casinf(), and casinl().
  *
- * Written by Keith Marshall <keithmarshall@users.sourceforge.net>
+ * Written by Keith Marshall <keith@users.osdn.me>
  * This is an adaptation of an original contribution by Danny Smith
- * Copyright (C) 2003, 2014, MinGW.org Project
+ * Copyright (C) 2003, 2014, 2022, MinGW.OSDN Project
  *
  *
  * Permission is hereby granted, free of charge, to any person obtaining a
@@ -32,7 +32,7 @@
  *
  *
  * This is a generic implementation for all of the casin(), casinl(),
- * and casinh() functions; each is to be compiled separately, i.e.
+ * and casinf() functions; each is to be compiled separately, i.e.
  *
  *   gcc -D FUNCTION=casin  -o casin.o  casin_generic.c
  *   gcc -D FUNCTION=casinl -o casinl.o casin_generic.c
index 2aeb0c3..bdafc38 100644 (file)
@@ -6,9 +6,9 @@
  * Compute the complex arctan corresponding to a complex tangent value;
  * a generic implementation for catan(), catanf(), and catanl().
  *
- * Written by Keith Marshall <keithmarshall@users.sourceforge.net>
+ * Written by Keith Marshall <keith@users.osdn.me>
  * This is an adaptation of an original contribution by Danny Smith
- * Copyright (C) 2003-2005, 2015, MinGW.org Project
+ * Copyright (C) 2003-2005, 2015, 2022, MinGW.OSDN Project
  *
  *
  * Permission is hereby granted, free of charge, to any person obtaining a
@@ -32,7 +32,7 @@
  *
  *
  * This is a generic implementation for all of the catan(), catanl(),
- * and catanh() functions; each is to be compiled separately, i.e.
+ * and catanf() functions; each is to be compiled separately, i.e.
  *
  *   gcc -D FUNCTION=catan  -o catan.o  catan_generic.c
  *   gcc -D FUNCTION=catanl -o catanl.o catan_generic.c
index 5d60bf1..0417cbc 100644 (file)
@@ -6,9 +6,9 @@
  * Compute the logarithm of a complex number; this provides a generic
  * implementation for the clog(), clogf(), and clogl() functions.
  *
- * Written by Keith Marshall <keithmarshall@users.sourceforge.net>
+ * Written by Keith Marshall <keith@users.osdn.me>
  * This is an adaptation of original contributions by Danny Smith
- * Copyright (C) 2003-2005, 2015, MinGW.org Project
+ * Copyright (C) 2003-2005, 2015, 2022, MinGW.OSDN Project
  *
  *
  * Permission is hereby granted, free of charge, to any person obtaining a
index b83ca42..1091e56 100644 (file)
@@ -7,9 +7,9 @@
  * power, N; this provides a generic implementation for each of the
  * cpow(), cpowf(), and cpowl() functions.
  *
- * Written by Keith Marshall <keithmarshall@users.sourceforge.net>
+ * Written by Keith Marshall <keith@users.osdn.me>
  * This is an adaptation of an original contribution by Danny Smith
- * Copyright (C) 2003, 2014, MinGW.org Project
+ * Copyright (C) 2003, 2014, 2022, MinGW.OSDN Project
  *
  *
  * Permission is hereby granted, free of charge, to any person obtaining a
@@ -33,7 +33,7 @@
  *
  *
  * This is a generic implementation for all of the cpow(), cpowl(),
- * and cpowh() functions; each is to be compiled separately, i.e.
+ * and cpowf() functions; each is to be compiled separately, i.e.
  *
  *   gcc -D FUNCTION=cpow  -o cpow.o  cpow_generic.c
  *   gcc -D FUNCTION=cpowl -o cpowl.o cpow_generic.c
index e68f38d..5f86e10 100644 (file)
@@ -6,9 +6,9 @@
  * Compute the principal square root of a complex number; this provides
  * a generic implementation for csqrt(), csqrtf(), and csqrtl().
  *
- * Written by Keith Marshall <keithmarshall@users.sourceforge.net>
+ * Written by Keith Marshall <keith@users.osdn.me>
  * This is an adaptation of an original contribution by Danny Smith
- * Copyright (C) 2003, 2014, 2015, MinGW.org Project
+ * Copyright (C) 2003, 2014, 2015, 2022, MinGW.OSDN Project
  *
  *
  * Permission is hereby granted, free of charge, to any person obtaining a
@@ -32,7 +32,7 @@
  *
  *
  * This is a generic implementation for all of the csqrt(), csqrtl(),
- * and csqrth() functions; each is to be compiled separately, i.e.
+ * and csqrtf() functions; each is to be compiled separately, i.e.
  *
  *   gcc -D FUNCTION=csqrt  -o csqrt.o  csqrt_generic.c
  *   gcc -D FUNCTION=csqrtl -o csqrtl.o csqrt_generic.c
index 016e99e..0bf4c06 100644 (file)
@@ -4,13 +4,13 @@
  * Implementation of a cryptographically secure random character sequence
  * generator; this is specifically tailored to satisfy the requirement for
  * replacement of the sequence of six 'XXXXXX's, within the templates for
- * the file name, or the directory name, in MinGW.org implementations of
+ * the file name, or the directory name, in MinGW.OSDN implementations of
  * the mkstemp(3) and mkdtemp(3) functions, respectively.
  *
- * $Id: cryptnam.c,v 5f021e118870 2020/07/20 19:17:27 keith $
+ * $Id$
  *
  * Written by Keith Marshall  <keith@users.osdn.me>
- * Copyright (C) 2013, 2014, 2018-2020, MinGW.org Project.
+ * Copyright (C) 2013, 2014, 2018-2020, 2022, MinGW.OSDN Project
  *
  *
  * Permission is hereby granted, free of charge, to any person obtaining a
@@ -134,4 +134,4 @@ char *__mingw_crypto_tmpname( char *template )
   return template;
 }
 
-/* $RCSfile: cryptnam.c,v $: end of file */
+/* $RCSfile$: end of file */
index 10a2ac7..54a1abc 100644 (file)
@@ -17,8 +17,8 @@
  *
  * Further significantly revised for improved memory utilisation,
  * efficiency in operation, and better POSIX standards compliance
- * by Keith Marshall <keithmarshall@users.sourceforge.net>
- * Copyright (C) 1997, 2001-2006, 2014, 2017, MinGW.org Project
+ * by Keith Marshall <keith@users.osdn.me>
+ * Copyright (C) 1997, 2001-2006, 2014, 2017, 2022, MinGW.OSDN Project
  *
  *
  * Permission is hereby granted, free of charge, to any person obtaining a
index f94cee4..7ee9dfa 100644 (file)
@@ -7,7 +7,7 @@
  * $Id$
  *
  * Written by Keith Marshall <keithmarshall@users.sourceforge.net>
- * Copyright (C) 2006, 2007, 2014, MinGW.org Project
+ * Copyright (C) 2006, 2007, 2014, 2022, MinGW.OSDN Project
  *
  *
  * Permission is hereby granted, free of charge, to any person obtaining a
index 9f4c5b8..84dc370 100644 (file)
@@ -7,7 +7,7 @@
  * $Id$
  *
  * Written by Keith Marshall <keith@users.osdn.me>
- * Copyright (C) 2014, 2021, MinGW.org Project
+ * Copyright (C) 2014, 2021, 2022, MinGW.OSDN Project
  *
  *
  * Permission is hereby granted, free of charge, to any person obtaining a
index a209aa8..61e94f7 100644 (file)
@@ -6,7 +6,7 @@
  * $Id$
  *
  * Written by Danny Smith  <dannysmith@users.sourceforge.net>
- * Copyright (C) 2002, 2005, 2006, 2017, MinGW.org Project.
+ * Copyright (C) 2002, 2005, 2006, 2017, 2022, MinGW.OSDN Project
  *
  *
  * Permission is hereby granted, free of charge, to any person obtaining a
index a5820be..0959e2c 100644 (file)
@@ -8,7 +8,7 @@
  * $Id$
  *
  * Written by Keith Marshall <keith@users.osdn.me>
- * Copyright (C) 2020, MinGW.org Project
+ * Copyright (C) 2020, 2022, MinGW.OSDN Project
  *
  *
  * Permission is hereby granted, free of charge, to any person obtaining a
index 2a6aea4..fe3333e 100644 (file)
@@ -7,7 +7,7 @@
  * $Id$
  *
  * Written by Keith Marshall <keithmarshall@users.sourceforge.net>
- * Copyright (C) 2011-2014, 2017, 2018, MinGW.org Project.
+ * Copyright (C) 2011-2014, 2017, 2018, 2022, MinGW.OSDN Project.
  *
  *
  * Permission is hereby granted, free of charge, to any person obtaining a
index 26124ce..ac4f0d2 100644 (file)
@@ -8,7 +8,7 @@
  * $Id$
  *
  * Written by Doug Gwyn <gwyn@arl.mil>
- * Copyright (C) 1999, 2018, MinGW.org Project.
+ * Copyright (C) 1999, 2018, 2022, MinGW.OSDN Project
  *
  *
  * Abstracted from the Q8 package, which was originally placed, by the
index 57af74e..d086030 100644 (file)
@@ -9,7 +9,7 @@
  * $Id$
  *
  * Written by Keith Marshall <keith@users.osdn.me>
- * Copyright (C) 2018, MinGW.org Project.
+ * Copyright (C) 2018, 2022, MinGW.OSDN Project
  *
  *
  * Permission is hereby granted, free of charge, to any person obtaining a
index 200a120..6c5f25a 100644 (file)
@@ -6,8 +6,8 @@
  *
  * $Id$
  *
- * Written by Keith Marshall <keithmarshall@users.sourceforge.net>
- * Copyright (C) 2013, 2014, 2017, MinGW.org Project
+ * Written by Keith Marshall <keith@users.osdn.me>
+ * Copyright (C) 2013, 2014, 2017, 2022, MinGW.OSDN Project
  *
  *
  * Permission is hereby granted, free of charge, to any person obtaining a
index 333758f..3013093 100644 (file)
@@ -6,8 +6,8 @@
  *
  * $Id$
  *
- * Written by Keith Marshall <keithmarshall@users.sourceforge.net>
- * Copyright 2013, 2014, MinGW.org Project
+ * Written by Keith Marshall <keith@users.osdn.me>
+ * Copyright 2013, 2014, 2022, MinGW.OSDN Project
  *
  *
  * Permission is hereby granted, free of charge, to any person obtaining a
index 1e87892..ac7a5ea 100644 (file)
@@ -7,8 +7,8 @@
  *
  * $Id$
  *
- * Written by Keith Marshall <keithmarshall@users.sourceforge.net>
- * Copyright (C) 2016, MinGW.org Project
+ * Written by Keith Marshall <keith@users.osdn.me>
+ * Copyright (C) 2016, 2022, MinGW.OSDN Project
  *
  *
  * Permission is hereby granted, free of charge, to any person obtaining a
index 891b720..bd4efb2 100644 (file)
@@ -6,8 +6,8 @@
  *
  * $Id$
  *
- * Written by Keith Marshall <keithmarshall@users.sourceforge.net>
- * Copyright (C) 2021, MinGW.org Project
+ * Written by Keith Marshall <keith@users.osdn.me>
+ * Copyright (C) 2021, 2022, MinGW.OSDN Project
  *
  * Adapted from original code written by J. T. Conklin <jtc@netbsd.org>.
  *
index bb0fd95..82851d8 100644 (file)
@@ -6,8 +6,8 @@
  *
  * $Id$
  *
- * Written by Keith Marshall <keithmarshall@users.sourceforge.net>
- * Copyright 2015, MinGW.org Project
+ * Written by Keith Marshall <keith@users.osdn.me>
+ * Copyright 2015, 2022, MinGW.OSDN Project
  *
  *
  * Permission is hereby granted, free of charge, to any person obtaining a
index 829f036..4988e29 100644 (file)
@@ -6,8 +6,8 @@
  *
  * $Id$
  *
- * Written by Keith Marshall <keithmarshall@users.sourceforge.net>
- * Copyright (C) 2016, MinGW.org Project
+ * Written by Keith Marshall <keith@users.osdn.me>
+ * Copyright (C) 2016, 2022, MinGW.OSDN Project
  *
  * Adapted from original code written by J. T. Conklin <jtc@netbsd.org>,
  * with modifications by Ulrich Drepper <drepper@cygnus.com>, to improve
index e03c76d..fb77267 100644 (file)
@@ -6,8 +6,8 @@
  *
  * $Id$
  *
- * Written by Keith Marshall <keithmarshall@users.sourceforge.net>
- * Copyright (C) 2016, MinGW.org Project
+ * Written by Keith Marshall <keith@users.osdn.me>
+ * Copyright (C) 2016, 2022, MinGW.OSDN Project
  *
  * Adapted from original code written by J. T. Conklin <jtc@netbsd.org>,
  * with modifications by Ulrich Drepper <drepper@cygnus.com>, to improve
index 97c2844..0d8d6f4 100644 (file)
@@ -6,8 +6,8 @@
  *
  * $Id$
  *
- * Written by Keith Marshall <keithmarshall@users.sourceforge.net>
- * Copyright (C) 2016, MinGW.org Project
+ * Written by Keith Marshall <keith@users.osdn.me>
+ * Copyright (C) 2016, 2022, MinGW.OSDN Project
  *
  * Adapted from original code written by J. T. Conklin <jtc@netbsd.org>,
  * with modifications by Ulrich Drepper <drepper@cygnus.com>, to improve
index 176b7df..fc70de9 100644 (file)
@@ -7,8 +7,8 @@
  *
  * $Id$
  *
- * Written by Keith Marshall <keithmarshall@users.sourceforge.net>
- * Copyright (C) 2016, MinGW.org Project
+ * Written by Keith Marshall <keith@users.osdn.me>
+ * Copyright (C) 2016, 2022, MinGW.OSDN Project
  *
  * Adapted from original code written by J. T. Conklin <jtc@netbsd.org>,
  * with modifications by Ulrich Drepper <drepper@cygnus.com>, to improve
index 65436b4..1d0b451 100644 (file)
@@ -5,8 +5,8 @@
  *
  * $Id$
  *
- * Written by Keith Marshall <keithmarshall@users.sourceforge.net>
- * Copyright (C) 2016, MinGW.org Project
+ * Written by Keith Marshall <keith@users.osdn.me>
+ * Copyright (C) 2016, 2022, MinGW.OSDN Project
  *
  *
  * Permission is hereby granted, free of charge, to any person obtaining a
index dc2b63d..c554bd1 100644 (file)
@@ -7,7 +7,7 @@
  * $Id$
  *
  * Written by Keith Marshall <keith@users.osdn.me>
- * Copyright (C) 2021, MinGW.org Project
+ * Copyright (C) 2021, 2022, MinGW.OSDN Project
  *
  *
  * This is free software.  Permission is granted to copy, modify and
@@ -31,7 +31,7 @@
  *
  * It is believed that the output from the PRNG will closely mimic that
  * from the GLIBC implementation; however, neither the author of this
- * implementation, nor the MinGW.org Project, offer any assurance as to
+ * implementation, nor the MinGW.OSDN Project, offer any assurance as to
  * the statistical quality of the generated number sequence.
  *
  *
index 4cdb96e..ff9db4b 100644 (file)
@@ -6,8 +6,8 @@
  *
  * $Id$
  *
- * Written by Keith Marshall <keithmarshall@users.sourceforge.net>
- * Copyright (C) 2021, MinGW.org Project
+ * Written by Keith Marshall <keith@users.osdn.me>
+ * Copyright (C) 2021, 2022, MinGW.OSDN Project
  *
  * Adapted from original code written by J. T. Conklin <jtc@netbsd.org>.
  *
index 50f9778..89df5dd 100644 (file)
@@ -7,8 +7,8 @@
  *
  * $Id$
  *
- * Written by Keith Marshall <keithmarshall@users.sourceforge.net>
- * Copyright (C) 2016, MinGW.org Project
+ * Written by Keith Marshall <keith@users.osdn.me>
+ * Copyright (C) 2016, 2022, MinGW.OSDN Project
  *
  *
  * Permission is hereby granted, free of charge, to any person obtaining a
index 8fa6901..ad5c8ab 100644 (file)
@@ -8,7 +8,7 @@
  * $Id$
  *
  * Written by Keith Marshall <keith@users.osdn.me>
- * Copyright (C) 2020, MinGW.org Project
+ * Copyright (C) 2020, 2022, MinGW.OSDN Project
  *
  *
  * Permission is hereby granted, free of charge, to any person obtaining a
index cdd3d1a..bd398a3 100644 (file)
@@ -1,16 +1,16 @@
 /*
  * mbrlen.c
  *
- * MinGW.org replacement for the ISO-C99 mbrlen() function, supporting its
+ * MinGW.OSDN replacement for the ISO-C99 mbrlen() function, supporting its
  * use on any legacy Windows version for which Microsoft does not provide it,
  * while replacing the Microsoft implementation on those Windows versions
  * for which it is provided.
  *
  *
- * $Id: mbrlen.c,v 28b17d1c4eab 2020/07/07 21:02:51 keith $
+ * $Id$
  *
  * Written by Keith Marshall <keith@users.osdn.me>
- * Copyright (C) 2020, MinGW.org Project
+ * Copyright (C) 2020, 2022, MinGW.OSDN Project
  *
  *
  * Permission is hereby granted, free of charge, to any person obtaining a
@@ -44,4 +44,4 @@ size_t mbrlen( const char *restrict s, size_t n, mbstate_t *restrict ps )
   return __mingw_mbrtowc_handler( NULL, s, n, __mbrtowc_state( ps ) );
 }
 
-/* $RCSfile: mbrlen.c,v $: end of file */
+/* $RCSfile$: end of file */
index 8f33ff3..82f1b87 100644 (file)
@@ -8,7 +8,7 @@
  * $Id$
  *
  * Written by Keith Marshall <keith@users.osdn.me>
- * Copyright (C) 2020, MinGW.org Project
+ * Copyright (C) 2020, 2022, MinGW.OSDN Project
  *
  *
  * Permission is hereby granted, free of charge, to any person obtaining a
index 43d6895..94570d6 100644 (file)
@@ -1,16 +1,16 @@
 /*
  * mbrtowc.c
  *
- * MinGW.org replacement for the ISO-C99 mbrtowc() function, supporting
+ * MinGW.OSDN replacement for the ISO-C99 mbrtowc() function, supporting
  * use of this function on legacy Windows versions, for which Microsoft
  * does not provide it, while replacing the Microsoft implementation on
  * those Windows versions for which it is provided.
  *
  *
- * $Id: mbrtowc.c,v 28b17d1c4eab 2020/07/07 21:02:51 keith $
+ * $Id$
  *
  * Written by Keith Marshall <keith@users.osdn.me>
- * Copyright (C) 2020, MinGW.org Project
+ * Copyright (C) 2020, 2022, MinGW.OSDN Project
  *
  *
  * Permission is hereby granted, free of charge, to any person obtaining a
@@ -57,4 +57,4 @@ size_t mbrtowc
   return __mingw_mbrtowc_handler( pwc, s, n, __mbrtowc_state( ps ) );
 }
 
-/* $RCSfile: mbrtowc.c,v $: end of file */
+/* $RCSfile$: end of file */
index 2cd6db1..9f58bc4 100644 (file)
@@ -1,16 +1,16 @@
 /*
  * mbsrtowcs.c
  *
- * MinGW.org replacement for the ISO-C99 mbsrtowcs() function, supporting
+ * MinGW.OSDN replacement for the ISO-C99 mbsrtowcs() function, supporting
  * its use on legacy Windows versions, for which Microsoft does not provide
  * it, while replacing the Microsoft implementation on any Windows version
  * for which it is provided.
  *
  *
- * $Id: mbsrtowcs.c,v 28b17d1c4eab 2020/07/07 21:02:51 keith $
+ * $Id$
  *
  * Written by Keith Marshall <keith@users.osdn.me>
- * Copyright (C) 2020, MinGW.org Project
+ * Copyright (C) 2020, 2022, MinGW.OSDN Project
  *
  *
  * Permission is hereby granted, free of charge, to any person obtaining a
@@ -167,4 +167,4 @@ size_t mbsrtowcs
   return __mbsrtowcs_internal( wcs, src, len, __mbrtowc_state( ps ) );
 }
 
-/* $RCSfile: mbsrtowcs.c,v $: end of file */
+/* $RCSfile$: end of file */
index 81af04e..08ba21a 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * memalign.c
  *
- * MinGW.org retrofit replacements for Microsoft's aligned heap memory
+ * MinGW.OSDN retrofit replacements for Microsoft's aligned heap memory
  * management APIs, extending related functionality to legacy versions
  * of Windows, which lack native support for these APIs.
  *
@@ -9,13 +9,13 @@
  * $Id$
  *
  * Written by Keith Marshall <keith@users.osdn.me>
- * Copyright (C) 2018, 2019, MinGW.org Project
+ * Copyright (C) 2018, 2019, 2022, MinGW.OSDN Project
  *
  * Derived (with extensive modification) from, and replacing, the original
  * mingw-aligned-malloc.c implementation:
  *
  * Written by Steven G. Johnson <stevenj@alum.mit.edu>
- * Copyright (C) 2004, MinGW.org Project
+ * Copyright (C) 2004, MinGW.OSDN Project
  *
  *
  * Permission is hereby granted, free of charge, to any person obtaining a
@@ -39,7 +39,7 @@
  *
  *
  * This translation unit furnishes common source for multiple components of
- * the MinGW.org aligned heap memory management API; to create each separate
+ * the MinGW.OSDN aligned heap memory management API; to create each separate
  * component, it must be compiled multiple times, e.g. thus:
  *
  *   gcc -c -D__mingw_memalign_lwm_case -o memalign-lwm.o memalign.c
@@ -336,12 +336,12 @@ void *__mingw_memalign_base( void *ptr, struct memalign *base )
 
 #elif __mingw_aligned_malloc_case
 /* The fundamental handler for all new aligned heap allocation requests;
- * all MinGW.org aligned allocators, (but not re-allocators), should call
+ * all MinGW.OSDN aligned allocators, (but not re-allocators), should call
  * this, to obtain a heap block which will fulfil the request.
  */
 void *__mingw_aligned_offset_malloc( size_t want, size_t align, size_t offset )
 {
-  /* MinGW.org replacement for Microsoft's _aligned_offset_malloc(); if
+  /* MinGW.OSDN replacement for Microsoft's _aligned_offset_malloc(); if
    * called with an "offset" argument of zero, it may also be used as an
    * effective replacement for Microsoft's _aligned_malloc(), and with
    * appropriate wrappers, to map out argument distinctions, it may even
@@ -415,7 +415,7 @@ void *__mingw_aligned_offset_malloc( size_t want, size_t align, size_t offset )
 }
 
 #elif __mingw_aligned_realloc_case
-/* The first of two public entry points, for access to the MinGW.org
+/* The first of two public entry points, for access to the MinGW.OSDN
  * aligned heap memory reallocation API.  Most applications should use
  * the alternative entry point, as specified below, but this entry point
  * may be preferred when strict semantic compatibility with Microsoft's
@@ -424,7 +424,7 @@ void *__mingw_aligned_offset_malloc( size_t want, size_t align, size_t offset )
 void *__mingw_aligned_offset_realloc
 ( void *ptr, size_t want, size_t align, size_t offset )
 {
-  /* MinGW.org replacement for Microsoft's _aligned_offset_realloc();
+  /* MinGW.OSDN replacement for Microsoft's _aligned_offset_realloc();
    * also suitable as a replacement for Microsoft's _aligned_realloc(),
    * when called with an "offset" argument of zero.
    */
@@ -492,14 +492,14 @@ void *__mingw_aligned_offset_realloc
     error_return( EINVAL, NULL );
   }
   /* When called with a NULL "ptr" argument, this becomes an effective
-   * equivalent for MinGW.org's __mingw_aligned_offset_realloc().
+   * equivalent for MinGW.OSDN's __mingw_aligned_offset_realloc().
    */
   return __mingw_aligned_offset_malloc( want, align, offset );
 }
 
 #elif __mingw_realloc_case
 /* The second, and nominally preferred, of two public entry points to the
- * MinGW.org aligned heap memory reallocation API.  This exhibits semantics
+ * MinGW.OSDN aligned heap memory reallocation API.  This exhibits semantics
  * matching those of realloc(), while supporting operation on both pointers
  * as returned by __mingw_aligned_offset_malloc(), in addition to pointers
  * as returned directly by malloc(); thus, it offers a broader spectrum of
@@ -535,7 +535,7 @@ void *__mingw_realloc( void *ptr, size_t want )
        if( base.offset >= want ) error_return( EINVAL, NULL );
 
        /* ...so, provided this is satisfied, we may hand off the
-        * request, to the MinGW.org aligned heap reallocator.
+        * request, to the MinGW.OSDN aligned heap reallocator.
         */
        return __mingw_memalign_realloc( ptr, &base, want );
       }
@@ -558,7 +558,7 @@ void *__mingw_realloc( void *ptr, size_t want )
 }
 
 #elif __mingw_memalign_realloc_case
-/* Core implementation for the MinGW.org aligned heap memory reallocator;
+/* Core implementation for the MinGW.OSDN aligned heap memory reallocator;
  * provides the common component of the reallocator, shared by each of the
  * preceding user visible APIs, and, although offering a publicly exposed
  * entry point, it is considered private to the implementation.
@@ -631,7 +631,7 @@ void *__mingw_memalign_realloc( void *ptr, struct memalign *base, size_t want )
 }
 
 #elif __mingw_free_case
-/* The MinGW.org API for freeing allocated heap memory, regardless of
+/* The MinGW.OSDN API for freeing allocated heap memory, regardless of
  * the original method of allocation.
  */
 void __mingw_free( void * )__attribute__((alias("__mingw_aligned_free")));
index 4502632..651e014 100644 (file)
@@ -5,10 +5,10 @@
  * This provides a mechanism for filling a memory buffer, of specified
  * length, with cryptographically secure randomly generated bytes.
  *
- * $Id: memcrypt.c,v 5f021e118870 2020/07/20 19:17:27 keith $
+ * $Id$
  *
  * Written by Keith Marshall  <keith@users.osdn.me>
- * Copyright (C) 2013, 2014, 2018-2020, MinGW.org Project.
+ * Copyright (C) 2013, 2014, 2018-2020, 2022, MinGW.OSDN Project
  *
  *
  * Permission is hereby granted, free of charge, to any person obtaining a
@@ -89,4 +89,4 @@ void *__mingw_crypto_randomize( void *buf, size_t buflen )
   return NULL;
 }
 
-/* $RCSfile: memcrypt.c,v $: end of file */
+/* $RCSfile$: end of file */
index c91f935..7c5edcd 100644 (file)
@@ -5,8 +5,8 @@
  *
  * $Id$
  *
- * Written by Keith Marshall  <keithmarshall@users.sourceforge.net>
- * Copyright (C) 2013, 2014, MinGW.org Project.
+ * Written by Keith Marshall  <keith@users.osdn.me>
+ * Copyright (C) 2013, 2014, 2022, MinGW.OSDN Project
  *
  *
  * Permission is hereby granted, free of charge, to any person obtaining a
index 6f2685e..c250010 100644 (file)
@@ -7,8 +7,8 @@
  *
  * $Id$
  *
- * Written by Keith Marshall  <keithmarshall@users.sourceforge.net>
- * Copyright (C) 2013, 2014, MinGW.org Project.
+ * Written by Keith Marshall  <keith@users.osdn.me>
+ * Copyright (C) 2013, 2014, 2022, MinGW.OSDN Project
  *
  *
  * Permission is hereby granted, free of charge, to any person obtaining a
index 646e4b5..5dc4465 100644 (file)
@@ -7,8 +7,8 @@
  *
  * $Id$
  *
- * Written by Keith Marshall <keithmarshall@users.sourceforge.net>
- * Copyright (C) 2014, MinGW.org Project.
+ * Written by Keith Marshall <keith@users.osdn.me>
+ * Copyright (C) 2014, 2022, MinGW.OSDN Project
  *
  *
  * Permission is hereby granted, free of charge, to any person obtaining a
index 497b7fe..8a468f0 100644 (file)
@@ -7,8 +7,8 @@
  *
  * $Id$
  *
- * Written by Keith Marshall <keithmarshall@users.sourceforge.net>
- * Copyright (C) 2014, 2015, 2017, 2018, MinGW.org Project
+ * Written by Keith Marshall <keith@users.osdn.me>
+ * Copyright (C) 2014, 2015, 2017, 2018, 2022, MinGW.OSDN Project
  *
  *
  * Permission is hereby granted, free of charge, to any person obtaining a
@@ -70,7 +70,7 @@
  * in cases where the native implementation IS available, each wrapper
  * simply delegates to the MSVCRT.DLL implementation.
  *
- * Note that each of these wrapper functions depends upon the MinGW.org
+ * Note that each of these wrapper functions depends upon the MinGW.OSDN
  * implementation of the POSIX dlsym() function, which is also provided
  * in libmingwex.a, and prototyped in dlfcn.h
  *
index 0728f94..8070184 100644 (file)
@@ -1,14 +1,14 @@
 /*
  * ofmtctl.c
  *
- * Implementation of a MinGW.org specific helper routine, to manipulate
+ * Implementation of a MinGW.OSDN specific helper routine, to manipulate
  * supplementary output format control flags other than those specified
  * for the Microsoft output format control API.
  *
  * $Id$
  *
- * Written by Keith Marshall  <keithmarshall@users.sourceforge.net>
- * Copyright (C) 2015, MinGW.org Project.
+ * Written by Keith Marshall  <keith@users.osdn.me>
+ * Copyright (C) 2015, 2022, MinGW.OSDN Project
  *
  *
  * Permission is hereby granted, free of charge, to any person obtaining a
 #include <stdio.h>
 
 /* MinGW uses this public symbol to represent both Microsoft's exponent
- * digit format flag, and supplementary MinGW.org specific flags.
+ * digit format flag, and supplementary MinGW.OSDN specific flags.
  */
 extern unsigned int __mingw_output_format_flags;
 
-/* The MinGW.org specific output format flag management API function.
+/* The MinGW.OSDN specific output format flag management API function.
  * This provides both get and set capabilities for the MinGW specified
  * flags; it has no effect on the Microsoft specified flags; use their
  * _get_output_format() and _set_output_format() API functions when it
index 80de2cd..bf2eb60 100644 (file)
@@ -9,7 +9,7 @@
  * $Id$
  *
  * Written by Keith Marshall <keith@users.osdn.me>
- * Copyright (C) 2018, MinGW.org Project.
+ * Copyright (C) 2018, 2022, MinGW.OSDN Project
  *
  *
  * Permission is hereby granted, free of charge, to any person obtaining a
index 548bb2c..10e1c37 100644 (file)
@@ -8,7 +8,7 @@
  * $Id$
  *
  * Written by Keith Marshall <keith@users.osdn.me>
- * Copyright (C) 2016, 2021, MinGW.org Project
+ * Copyright (C) 2016, 2021, 2022, MinGW.OSDN Project
  *
  *
  * Permission is hereby granted, free of charge, to any person obtaining a
index 70263d6..ee6a946 100644 (file)
@@ -9,7 +9,7 @@
  * $Id$
  *
  * Written by Keith Marshall <keith@users.osdn.me>
- * Copyright (C) 2018, MinGW.org Project
+ * Copyright (C) 2018, 2022, MinGW.OSDN Project
  *
  *
  * Permission is hereby granted, free of charge, to any person obtaining a
index e919ff0..6ad41fe 100644 (file)
@@ -9,7 +9,7 @@
  * $Id$
  *
  * Written by Keith Marshall <keith@users.osdn.me>
- * Copyright (C) 2018, MinGW.org Project
+ * Copyright (C) 2018, 2022, MinGW.OSDN Project
  *
  *
  * Permission is hereby granted, free of charge, to any person obtaining a
index a95c1dc..0bbf294 100644 (file)
@@ -8,12 +8,12 @@
  * $Id$
  *
  * Written by Keith Marshall <keith@users.osdn.me>
- * Copyright (C) 2018, MinGW.org Project.
+ * Copyright (C) 2018, 2022, MinGW.OSDN Project.
  *
  *
  * Replaces mingw-fseek.c implementation
  * Written by Mumit Khan <khan@xraylith.wisc.edu>
- * Copyright (C) 1999, 2002-2005, 2011, 2015, MinGW.org Project.
+ * Copyright (C) 1999, 2002-2005, 2011, 2015, MinGW.OSDN Project.
  *
  * Originally abstracted from MinGW local patch to binutils/bfd/libbfd.c
  *
index 60e363e..dbcef7b 100644 (file)
@@ -7,8 +7,8 @@
  *
  * $Id$
  *
- * Written by Keith Marshall <keithmarshall@users.sourceforge.net>
- * Copyright (C) 2012, 2015, MinGW.org Project
+ * Written by Keith Marshall <keith@users.osdn.me>
+ * Copyright (C) 2012, 2015, 2022, MinGW.OSDN Project
  *
  *
  * Permission is hereby granted, free of charge, to any person obtaining a
index 969a004..d2b8bbe 100644 (file)
@@ -8,7 +8,7 @@
  * to support Microsoft's non-standard format specifications.
  *
  * Written by Keith Marshall <keith@users.osdn.me>
- * Copyright (C) 2008, 2009, 2011, 2014-2018, 2020, MinGW.org Project
+ * Copyright (C) 2008, 2009, 2011, 2014-2018, 2020, 2022, MinGW.OSDN Project
  *
  *
  * Permission is hereby granted, free of charge, to any person obtaining a
index 1165d4c..5b455b9 100644 (file)
  * directly, using this fully qualified form of its name).
  *
  * Written by Keith Marshall <keith@users.osdn.me>
- * Copyright (C) 2008, 2019, MinGW.org Project
+ * Copyright (C) 2008, 2019, 2022, MinGW.OSDN Project
  *
  * This replaces earlier, substantially different implementations,
  * originally provided as snprintf.c, and later encapsulated within
  * gdtoa/mingw_snprintf.c:
  *
  * Written by Danny Smith <dannysmith@users.sourceforge.net>
- * Copyright (C) 2002, 2003, 2007, 2008, MinGW.org Project
+ * Copyright (C) 2002, 2003, 2007, 2008, MinGW.OSDN Project
  *
  *
  * Permission is hereby granted, free of charge, to any person obtaining a
index 1def294..6156c5d 100644 (file)
  * directly, using this fully qualified form of its name).
  *
  * Written by Keith Marshall <keith@users.osdn.me>
- * Copyright (C) 2008, 2019, MinGW.org Project
+ * Copyright (C) 2008, 2019, 2022, MinGW.OSDN Project
  *
  * This replaces earlier, substantially different implementations,
  * originally provided as vsnprintf.c, and later encapsulated within
  * gdtoa/mingw_snprintf.c:
  *
  * Written by Danny Smith <dannysmith@users.sourceforge.net>
- * Copyright (C) 2002, 2003, 2007, 2008, MinGW.org Project
+ * Copyright (C) 2002, 2003, 2007, 2008, MinGW.OSDN Project
  *
  *
  * Permission is hereby granted, free of charge, to any person obtaining a
index fa035cc..1224e9a 100644 (file)
@@ -6,7 +6,7 @@
  * $Id$
  *
  * Written by Keith Marshall <keith@users.osdn.me>
- * Copyright (C) 2016, 2017, 2021, MinGW.org Project
+ * Copyright (C) 2016, 2017, 2021, 2022, MinGW.OSDN Project
  *
  *
  * Permission is hereby granted, free of charge, to any person obtaining a
index 463afb0..fbbf9c1 100644 (file)
@@ -6,8 +6,8 @@
  *
  * $Id$
  *
- * Written by Keith Marshall <keithmarshall@users.sourceforge.net>
- * Copyright (C) 2016, 2017, MinGW.org Project
+ * Written by Keith Marshall <keith@users.osdn.me>
+ * Copyright (C) 2016, 2017, 2022, MinGW.OSDN Project
  *
  *
  * Permission is hereby granted, free of charge, to any person obtaining a
index 87eebea..765508c 100644 (file)
@@ -6,7 +6,7 @@
  * $Id$
  *
  * Written by Keith Marshall <keithmarshall@users.sourceforge.net>
- * Copyright (C) 2017, MinGW.org Project.
+ * Copyright (C) 2017, 2022, MinGW.OSDN Project
  *
  *
  * Permission is hereby granted, free of charge, to any person obtaining a
index 0a010fb..f5ee559 100644 (file)
@@ -8,7 +8,7 @@
  * $Id$
  *
  * Written by Keith Marshall <keith@users.osdn.me>
- * Copyright (C) 2019, 2020, MinGW.org Project
+ * Copyright (C) 2019, 2020, 2022, MinGW.OSDN Project
  *
  *
  * Permission is hereby granted, free of charge, to any person obtaining a
index b32910a..685400d 100644 (file)
@@ -1,14 +1,14 @@
 /*
  * wcharmap.h
  *
- * Private header file, declaring common components of the MinGW.org
+ * Private header file, declaring common components of the MinGW.OSDN
  * fallback implementations of wide to multi-byte (and complementary)
  * character set conversion API functions.
  *
  * $Id$
  *
  * Written by Keith Marshall <keith@users.osdn.me>
- * Copyright (C) 2019, 2020, MinGW.org Project
+ * Copyright (C) 2019, 2020, 2022, MinGW.OSDN Project
  *
  *
  * Permission is hereby granted, free of charge, to any person obtaining a
index 3b11ec3..1a6cce4 100644 (file)
@@ -1,16 +1,16 @@
 /*
  * wcrtomb.c
  *
- * MinGW.org replacement for the wcrtomb() function; supports use of this
+ * MinGW.OSDN replacement for the wcrtomb() function; supports use of this
  * function on legacy Windows versions, for which it is not available in the
  * C runtime DLL, and replaces the Microsoft implementation, in those cases
  * where one is available.
  *
  *
- * $Id: wcrtomb.c,v 28b17d1c4eab 2020/07/07 21:02:51 keith $
+ * $Id$
  *
  * Written by Keith Marshall <keith@users.osdn.me>
- * Copyright (C) 2019, 2020, MinGW.org Project
+ * Copyright (C) 2019, 2020, 2022, MinGW.OSDN Project
  *
  *
  * Permission is hereby granted, free of charge, to any person obtaining a
@@ -118,4 +118,4 @@ size_t wcrtomb( char *restrict mb, wchar_t wc, mbstate_t *restrict ps )
   return __wcrtomb_internal( mb, wc, __mbrtowc_state( ps ) );
 }
 
-/* $RCSfile: wcrtomb.c,v $: end of file */
+/* $RCSfile$: end of file */
index 7d7cb6c..1087f5c 100644 (file)
@@ -1,15 +1,15 @@
 /*
  * wcsrtombs.c
  *
- * MinGW.org implementation of the wcsrtombs() function; supports use of
+ * MinGW.OSDN implementation of the wcsrtombs() function; supports use of
  * this function on any legacy Windows version, for which Microsoft do not
  * provide it, and replaces the Microsoft implementation, when they do.
  *
  *
- * $Id: wcsrtombs.c,v 28b17d1c4eab 2020/07/07 21:02:51 keith $
+ * $Id$
  *
  * Written by Keith Marshall <keith@users.osdn.me>
- * Copyright (C) 2019, 2020, MinGW.org Project
+ * Copyright (C) 2019, 2020, 2022, MinGW.OSDN Project
  *
  *
  * Permission is hereby granted, free of charge, to any person obtaining a
@@ -154,4 +154,4 @@ size_t wcsrtombs( char *mbs, const wchar_t **wcs, size_t len, mbstate_t *ps )
   return __mingw_wcsrtombs_internal( mbs, wcs, len, ps );
 }
 
-/* $RCSfile: wcsrtombs.c,v $: end of file */
+/* $RCSfile$: end of file */
index aafa25b..b0178f1 100644 (file)
@@ -9,7 +9,7 @@
  * $Id$
  *
  * Written by Keith Marshall <keith@users.osdn.me>
- * Copyright (C) 2020, MinGW.org Project
+ * Copyright (C) 2020, 2022, MinGW.OSDN Project
  *
  *
  * Permission is hereby granted, free of charge, to any person obtaining a
@@ -43,7 +43,7 @@
 
 /* Parsing of floating point values, from wchar_t strings, is performed
  * after conversion to the MBCS domain; to support any codeset with more
- * than two bytes per code point, we require MinGW.org's extended codeset
+ * than two bytes per code point, we require MinGW.OSDN's extended codeset
  * mapping API.
  */
 #include "wcharmap.h"
index adb62d9..406270e 100644 (file)
@@ -7,10 +7,10 @@
  * MSVCRT.DLL, or MSVCRn.DLL which does.
  *
  *
- * $Id: wctob.c,v 28b17d1c4eab 2020/07/07 21:02:51 keith $
+ * $Id$
  *
  * Written by Keith Marshall <keith@users.osdn.me>
- * Copyright (C) 2020, MinGW.org Project
+ * Copyright (C) 2020, 2022, MinGW.OSDN Project
  *
  *
  * Permission is hereby granted, free of charge, to any person obtaining a
@@ -51,4 +51,4 @@ int wctob( wint_t wc )
     ? (int)(retval.u) : EOF;
 }
 
-/* $RCSfile: wctob.c,v $: end of file */
+/* $RCSfile$: end of file */
index b2080bb..9b87840 100644 (file)
@@ -8,7 +8,7 @@
  * $Id$
  *
  * Written by Keith Marshall <keith@users.osdn.me>
- * Copyright (C) 2014, 2017, 2018, 2020, MinGW.org Project
+ * Copyright (C) 2014, 2017, 2018, 2020, 2022, MinGW.OSDN Project
  *
  * ---------------------------------------------------------------------------
  *
index 9c3172c..ba6aa35 100644 (file)
@@ -1,11 +1,11 @@
 # @configure_input@
 #
-# Makefile template for MinGW.org Runtime Library testsuite
+# Makefile template for MinGW.OSDN Runtime Library testsuite
 #
 # $Id$
 #
 # Written by Keith Marshall <keithmarshall@users.sourceforge.net>
-# Copyright (C) 2016, 2017, 2019, 2020, MinGW.org Project
+# Copyright (C) 2016, 2017, 2019, 2020, 2022, MinGW.OSDN Project
 #
 #
 # Permission is hereby granted, free of charge, to any person obtaining a
index 6486637..d2816f2 100644 (file)
@@ -1,12 +1,12 @@
 # ansiprintf.at
 #
-# Autotest module to verify correct operation of MinGW.org's suite of
+# Autotest module to verify correct operation of MinGW.OSDN's suite of
 # ANSI compliant replacements for the printf() family of functions.
 #
 # $Id$
 #
-# Written by Keith Marshall <keithmarshall@users.sourceforge.net>
-# Copyright (C) 2016, MinGW.org Project
+# Written by Keith Marshall <keith@users.osdn.me>
+# Copyright (C) 2016, 2022, MinGW.OSDN Project
 #
 #
 # Permission is hereby granted, free of charge, to any person obtaining a
index 82a36e4..bc68988 100644 (file)
@@ -1,11 +1,11 @@
 # @configure_input@
 #
-# Autotest configuration template for MinGW.org Runtime Library Package
+# Autotest configuration template for MinGW.OSDN Runtime Library Package
 #
 # $Id$
 #
-# Written by Keith Marshall <keithmarshall@users.sourceforge.net>
-# Copyright (C) 2016, MinGW.org Project
+# Written by Keith Marshall <keith@users.osdn.me>
+# Copyright (C) 2016, 2022, MinGW.OSDN Project
 #
 #
 # Permission is hereby granted, free of charge, to any person obtaining a
index 3874608..406cb43 100644 (file)
@@ -5,8 +5,8 @@
 #
 # $Id$
 #
-# Written by Keith Marshall <keithmarshall@users.sourceforge.net>
-# Copyright (C) 2017, MinGW.org Project
+# Written by Keith Marshall <keith@users.osdn.me>
+# Copyright (C) 2017, 2022, MinGW.OSDN Project
 #
 #
 # Permission is hereby granted, free of charge, to any person obtaining a
index 0951523..2aabf79 100644 (file)
@@ -7,8 +7,8 @@
 #
 # $Id$
 #
-# Written by Keith Marshall <keithmarshall@users.sourceforge.net>
-# Copyright (C) 2016, 2020, MinGW.org Project
+# Written by Keith Marshall <keith@users.osdn.me>
+# Copyright (C) 2016, 2020, 2022, MinGW.OSDN Project
 #
 #
 # Permission is hereby granted, free of charge, to any person obtaining a
index a1b431b..4075bc9 100644 (file)
@@ -7,8 +7,8 @@
 #
 # $Id$
 #
-# Written by Keith Marshall <keithmarshall@users.sourceforge.net>
-# Copyright (C) 2016, MinGW.org Project
+# Written by Keith Marshall <keith@users.osdn.me>
+# Copyright (C) 2016, 2022, MinGW.OSDN Project
 #
 #
 # Permission is hereby granted, free of charge, to any person obtaining a
index 7b8baf8..bc7e3e8 100644 (file)
@@ -6,7 +6,7 @@
 # $Id$
 #
 # Written by Keith Marshall <keith@users.osdn.me>
-# Copyright (C) 2018, MinGW.org Project
+# Copyright (C) 2018, 2022, MinGW.OSDN Project
 #
 #
 # Permission is hereby granted, free of charge, to any person obtaining a
index e76cd51..2e71a61 100644 (file)
@@ -6,8 +6,8 @@
 #
 # $Id$
 #
-# Written by Keith Marshall <keithmarshall@users.sourceforge.net>
-# Copyright (C) 2016, MinGW.org Project
+# Written by Keith Marshall <keith@users.osdn.me>
+# Copyright (C) 2016, 2022, MinGW.OSDN Project
 #
 #
 # Permission is hereby granted, free of charge, to any person obtaining a
index 24e7612..9588181 100644 (file)
@@ -7,8 +7,8 @@ m4_define([AT_PACKAGE_BUGREPORT],[@PACKAGE_BUGREPORT@])
 #
 # $Id$
 #
-# Written by Keith Marshall <keithmarshall@users.sourceforge.net>
-# Copyright (C) 2016, MinGW.org Project
+# Written by Keith Marshall <keith@users.osdn.me>
+# Copyright (C) 2016, 2022, MinGW.OSDN Project
 #
 #
 # Permission is hereby granted, free of charge, to any person obtaining a