From: Keith Marshall Date: Mon, 15 Aug 2022 20:49:22 +0000 (+0100) Subject: Correct project name references in mingwrt source files. X-Git-Url: http://git.osdn.net/view?p=mingw%2Fmingw-org-wsl.git;a=commitdiff_plain;h=4d471da629ec3b596ea5bbb184e632aa75c3dbb6 Correct project name references in mingwrt source files. --- diff --git a/mingwrt/CRT_fenv.c b/mingwrt/CRT_fenv.c index ac7dfbc..e608e74 100644 --- a/mingwrt/CRT_fenv.c +++ b/mingwrt/CRT_fenv.c @@ -8,8 +8,8 @@ * * $Id$ * - * Written by Keith Marshall - * Copyright (C) 2017, MinGW.org Project. + * Written by Keith Marshall + * Copyright (C) 2017, 2022, MinGW.OSDN Project. * * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/mingwrt/ChangeLog b/mingwrt/ChangeLog index b89a791..40fe1d5 100644 --- a/mingwrt/ChangeLog +++ b/mingwrt/ChangeLog @@ -1,3 +1,49 @@ +2022-08-15 Keith Marshall + + 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 Stop creating redundant "include/parts" directory. diff --git a/mingwrt/Makefile.in b/mingwrt/Makefile.in index 5975158..8a0cf57 100644 --- a/mingwrt/Makefile.in +++ b/mingwrt/Makefile.in @@ -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 -# 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. # diff --git a/mingwrt/README b/mingwrt/README index 613ebab..7c7edd3 100644 --- a/mingwrt/README +++ b/mingwrt/README @@ -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. diff --git a/mingwrt/configure.ac b/mingwrt/configure.ac index 117b3e4..dd53f6a 100644 --- a/mingwrt/configure.ac +++ b/mingwrt/configure.ac @@ -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 -# 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 diff --git a/mingwrt/cpu_features.sx b/mingwrt/cpu_features.sx index 8d4e61f..c453e1f 100644 --- a/mingwrt/cpu_features.sx +++ b/mingwrt/cpu_features.sx @@ -5,11 +5,11 @@ * $Id$ * * Written by Keith Marshall - * Copyright (C) 2017, MinGW.org Project + * Copyright (C) 2017, 2022, MinGW.OSDN Project * * Adapted from an original C language implementation. * Written by Danny Smith - * 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 diff --git a/mingwrt/crt1.c b/mingwrt/crt1.c index dfed41c..f507e21 100644 --- a/mingwrt/crt1.c +++ b/mingwrt/crt1.c @@ -8,7 +8,7 @@ * * Written by Colin Peters * 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 diff --git a/mingwrt/include/_mingw.h.in b/mingwrt/include/_mingw.h.in index a8a972d..c6a94a7 100644 --- a/mingwrt/include/_mingw.h.in +++ b/mingwrt/include/_mingw.h.in @@ -7,7 +7,7 @@ * $Id$ * * Written by Mumit Khan - * 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 diff --git a/mingwrt/include/alloca.h b/mingwrt/include/alloca.h index 6d13f6f..cc400a6 100644 --- a/mingwrt/include/alloca.h +++ b/mingwrt/include/alloca.h @@ -8,7 +8,7 @@ * $Id$ * * Written by Keith Marshall - * 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 diff --git a/mingwrt/include/conio.h b/mingwrt/include/conio.h index 7e27910..7b6dbde 100644 --- a/mingwrt/include/conio.h +++ b/mingwrt/include/conio.h @@ -7,7 +7,8 @@ * $Id$ * * Written by Colin Peters - * 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 , that responsibility has already * been addressed, but for free-standing inclusion we do so now. */ diff --git a/mingwrt/include/ctype.h b/mingwrt/include/ctype.h index 58fb2fd..ec88776 100644 --- a/mingwrt/include/ctype.h +++ b/mingwrt/include/ctype.h @@ -6,7 +6,7 @@ * $Id$ * * Written by Colin Peters - * 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 diff --git a/mingwrt/include/dir.h b/mingwrt/include/dir.h index 68322a5..c2af52e 100644 --- a/mingwrt/include/dir.h +++ b/mingwrt/include/dir.h @@ -7,7 +7,7 @@ * $Id$ * * Written by Colin Peters - * 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 diff --git a/mingwrt/include/direct.h b/mingwrt/include/direct.h index 5ce43a6..63e6624 100644 --- a/mingwrt/include/direct.h +++ b/mingwrt/include/direct.h @@ -7,7 +7,8 @@ * $Id$ * * Written by Colin Peters - * 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 diff --git a/mingwrt/include/dlfcn.h b/mingwrt/include/dlfcn.h index 3653579..d866d5f 100644 --- a/mingwrt/include/dlfcn.h +++ b/mingwrt/include/dlfcn.h @@ -6,8 +6,8 @@ * * $Id$ * - * Written by Keith Marshall - * Copyright (C) 2014, MinGW.org Project + * Written by Keith Marshall + * Copyright (C) 2014, 2022, MinGW.OSDN Project * * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/mingwrt/include/dos.h b/mingwrt/include/dos.h index ec748e1..36bba6f 100644 --- a/mingwrt/include/dos.h +++ b/mingwrt/include/dos.h @@ -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 diff --git a/mingwrt/include/errno.h b/mingwrt/include/errno.h index 2f96053..6b553d8 100644 --- a/mingwrt/include/errno.h +++ b/mingwrt/include/errno.h @@ -6,8 +6,8 @@ * $Id$ * * Written by Colin Peters - * 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" diff --git a/mingwrt/include/excpt.h b/mingwrt/include/excpt.h index c5eebbb..ed4374d 100644 --- a/mingwrt/include/excpt.h +++ b/mingwrt/include/excpt.h @@ -8,8 +8,8 @@ * * Written by Colin Peters * Revised by Keith Marshall - * 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 diff --git a/mingwrt/include/fenv.h b/mingwrt/include/fenv.h index 58e470a..b92a87b 100644 --- a/mingwrt/include/fenv.h +++ b/mingwrt/include/fenv.h @@ -7,7 +7,7 @@ * $Id$ * * Written by Danny Smith - * 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 diff --git a/mingwrt/include/float.h b/mingwrt/include/float.h index ac5e77b..63d84cd 100644 --- a/mingwrt/include/float.h +++ b/mingwrt/include/float.h @@ -7,7 +7,8 @@ * $Id$ * * Written by Colin Peters - * 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 diff --git a/mingwrt/include/getopt.h b/mingwrt/include/getopt.h index 28f02d4..dec22ca 100644 --- a/mingwrt/include/getopt.h +++ b/mingwrt/include/getopt.h @@ -6,8 +6,8 @@ * * $Id$ * - * Written by Keith Marshall - * Copyright (C) 2003, 2008, 2009, 2017, MinGW.org Project. + * Written by Keith Marshall + * Copyright (C) 2003, 2008, 2009, 2017, 2022, MinGW.OSDN Project. * * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/mingwrt/include/glob.h b/mingwrt/include/glob.h index b73302a..15d7704 100644 --- a/mingwrt/include/glob.h +++ b/mingwrt/include/glob.h @@ -1,4 +1,3 @@ -#ifndef _GLOB_H /* * glob.h * @@ -8,7 +7,7 @@ * $Id$ * * Written by Keith Marshall - * 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 @@ -31,10 +30,11 @@ * 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> diff --git a/mingwrt/include/io.h b/mingwrt/include/io.h index 9ada662..70e5137 100644 --- a/mingwrt/include/io.h +++ b/mingwrt/include/io.h @@ -6,8 +6,8 @@ * $Id$ * * Written by Colin Peters - * 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 diff --git a/mingwrt/include/libgen.h b/mingwrt/include/libgen.h index bd287ce..5bb6277 100644 --- a/mingwrt/include/libgen.h +++ b/mingwrt/include/libgen.h @@ -1,4 +1,3 @@ -#ifndef _LIBGEN_H_ /* * libgen.h * @@ -6,8 +5,8 @@ * * $Id$ * - * Written by Keith Marshall - * Copyright (C) 2006, 2007, 2014, MinGW.org Project + * Written by Keith Marshall + * 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 */ diff --git a/mingwrt/include/limits.h b/mingwrt/include/limits.h index 4ab1c59..d78b06a 100644 --- a/mingwrt/include/limits.h +++ b/mingwrt/include/limits.h @@ -6,8 +6,8 @@ * $Id$ * * Written by Colin Peters - * 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 diff --git a/mingwrt/include/locale.h b/mingwrt/include/locale.h index aca049b..f9e55b0 100644 --- a/mingwrt/include/locale.h +++ b/mingwrt/include/locale.h @@ -7,7 +7,8 @@ * $Id$ * * Written by Colin Peters - * 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 diff --git a/mingwrt/include/malloc.h b/mingwrt/include/malloc.h index 84133d2..4b0edda 100644 --- a/mingwrt/include/malloc.h +++ b/mingwrt/include/malloc.h @@ -8,7 +8,7 @@ * $Id$ * * Written by Colin Peters - * 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 diff --git a/mingwrt/include/math.h b/mingwrt/include/math.h index ac30253..f208f3d 100644 --- a/mingwrt/include/math.h +++ b/mingwrt/include/math.h @@ -7,7 +7,7 @@ * $Id$ * * Written by Colin Peters - * 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 diff --git a/mingwrt/include/msvcrtver.h b/mingwrt/include/msvcrtver.h index 5e1c638..e455cc5 100644 --- a/mingwrt/include/msvcrtver.h +++ b/mingwrt/include/msvcrtver.h @@ -7,7 +7,7 @@ * $Id$ * * Written by Keith Marshall - * 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 diff --git a/mingwrt/include/process.h b/mingwrt/include/process.h index a5fa62f..ddca50a 100644 --- a/mingwrt/include/process.h +++ b/mingwrt/include/process.h @@ -6,7 +6,8 @@ * $Id$ * * Written by Colin Peters - * 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 diff --git a/mingwrt/include/stdint.h b/mingwrt/include/stdint.h index ae89629..c15c4cc 100644 --- a/mingwrt/include/stdint.h +++ b/mingwrt/include/stdint.h @@ -7,7 +7,8 @@ * $Id$ * * Written by Danny Smith - * 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 diff --git a/mingwrt/include/stdio.h b/mingwrt/include/stdio.h index 124d752..2ee605c 100644 --- a/mingwrt/include/stdio.h +++ b/mingwrt/include/stdio.h @@ -7,7 +7,7 @@ * $Id$ * * Written by Colin Peters - * 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) diff --git a/mingwrt/include/stdlib.h b/mingwrt/include/stdlib.h index a5cfae6..28762be 100644 --- a/mingwrt/include/stdlib.h +++ b/mingwrt/include/stdlib.h @@ -7,8 +7,8 @@ * $Id$ * * Written by Colin Peters - * 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 diff --git a/mingwrt/include/string.h b/mingwrt/include/string.h index c982a30..5f640e1 100644 --- a/mingwrt/include/string.h +++ b/mingwrt/include/string.h @@ -6,8 +6,8 @@ * $Id$ * * Written by Colin Peters - * 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 diff --git a/mingwrt/include/strings.h b/mingwrt/include/strings.h index 0d10628..b96e8bf 100644 --- a/mingwrt/include/strings.h +++ b/mingwrt/include/strings.h @@ -5,8 +5,8 @@ * * $Id$ * - * Written by Keith Marshall - * Copyright (C) 2015-2017, MinGW.org Project. + * Written by Keith Marshall + * Copyright (C) 2015-2017, 2022, MinGW.OSDN Project * * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/mingwrt/include/sys/bsdtypes.h b/mingwrt/include/sys/bsdtypes.h index 3d031d8..5feb42d 100644 --- a/mingwrt/include/sys/bsdtypes.h +++ b/mingwrt/include/sys/bsdtypes.h @@ -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> diff --git a/mingwrt/include/sys/stat.h b/mingwrt/include/sys/stat.h index f81bfb4..0bf3835 100644 --- a/mingwrt/include/sys/stat.h +++ b/mingwrt/include/sys/stat.h @@ -7,7 +7,7 @@ * $Id$ * * Written by Colin Peters - * 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 diff --git a/mingwrt/include/sys/time.h b/mingwrt/include/sys/time.h index 6cc8da3..d4a080f 100644 --- a/mingwrt/include/sys/time.h +++ b/mingwrt/include/sys/time.h @@ -7,7 +7,7 @@ * $Id$ * * Written by Danny Smith - * 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 diff --git a/mingwrt/include/sys/timeb.h b/mingwrt/include/sys/timeb.h index 36ac9d5..4429014 100644 --- a/mingwrt/include/sys/timeb.h +++ b/mingwrt/include/sys/timeb.h @@ -8,7 +8,7 @@ * $Id$ * * Written by Colin Peters - * 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 diff --git a/mingwrt/include/sys/types.h b/mingwrt/include/sys/types.h index 7a5cf3d..68ada72 100644 --- a/mingwrt/include/sys/types.h +++ b/mingwrt/include/sys/types.h @@ -7,7 +7,7 @@ * * Written by Colin Peters * 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 diff --git a/mingwrt/include/sys/utime.h b/mingwrt/include/sys/utime.h index 27086c6..e7504c3 100644 --- a/mingwrt/include/sys/utime.h +++ b/mingwrt/include/sys/utime.h @@ -8,7 +8,7 @@ * $Id$ * * Written by Colin Peters - * 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 diff --git a/mingwrt/include/time.h b/mingwrt/include/time.h index 69186f6..47d60b2 100644 --- a/mingwrt/include/time.h +++ b/mingwrt/include/time.h @@ -6,7 +6,7 @@ * $Id$ * * Written by Colin Peters - * 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 ; 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. * diff --git a/mingwrt/include/unistd.h b/mingwrt/include/unistd.h index 71ae336..63c2fd5 100644 --- a/mingwrt/include/unistd.h +++ b/mingwrt/include/unistd.h @@ -11,8 +11,8 @@ * Ramiro Polla * Gregory McGarry * Keith Marshall - * 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 diff --git a/mingwrt/include/wchar.h b/mingwrt/include/wchar.h index 56660a5..b5a2678 100644 --- a/mingwrt/include/wchar.h +++ b/mingwrt/include/wchar.h @@ -8,8 +8,8 @@ * * Unattributed original source. * Adapted by Rob Savoye - * 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 diff --git a/mingwrt/include/wctype.h b/mingwrt/include/wctype.h index 7b7ed20..2e35d29 100644 --- a/mingwrt/include/wctype.h +++ b/mingwrt/include/wctype.h @@ -6,7 +6,7 @@ * $Id$ * * Written by Mumit Khan - * 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 diff --git a/mingwrt/mingwex/basename.c b/mingwrt/mingwex/basename.c index 859a615..da76836 100644 --- a/mingwrt/mingwex/basename.c +++ b/mingwrt/mingwex/basename.c @@ -7,7 +7,7 @@ * $Id$ * * Written by Keith Marshall - * 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 diff --git a/mingwrt/mingwex/btowc.c b/mingwrt/mingwex/btowc.c index b9e1da9..bf1f564 100644 --- a/mingwrt/mingwex/btowc.c +++ b/mingwrt/mingwex/btowc.c @@ -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 - * 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 */ diff --git a/mingwrt/mingwex/clockapi.c b/mingwrt/mingwex/clockapi.c index 9d122ae..11be632 100644 --- a/mingwrt/mingwex/clockapi.c +++ b/mingwrt/mingwex/clockapi.c @@ -6,7 +6,7 @@ * $Id$ * * Written by Keith Marshall - * 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 diff --git a/mingwrt/mingwex/clockapi.h b/mingwrt/mingwex/clockapi.h index cf68f86..0f6379b 100644 --- a/mingwrt/mingwex/clockapi.h +++ b/mingwrt/mingwex/clockapi.h @@ -6,7 +6,7 @@ * $Id$ * * Written by Keith Marshall - * 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 diff --git a/mingwrt/mingwex/clockres.c b/mingwrt/mingwex/clockres.c index 9216296..638a06f 100644 --- a/mingwrt/mingwex/clockres.c +++ b/mingwrt/mingwex/clockres.c @@ -6,7 +6,7 @@ * $Id$ * * Written by Keith Marshall - * 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 diff --git a/mingwrt/mingwex/clockset.c b/mingwrt/mingwex/clockset.c index b82d8b8..aaf30db 100644 --- a/mingwrt/mingwex/clockset.c +++ b/mingwrt/mingwex/clockset.c @@ -6,7 +6,7 @@ * $Id$ * * Written by Keith Marshall - * 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 diff --git a/mingwrt/mingwex/clocktime.c b/mingwrt/mingwex/clocktime.c index 46ea9ab..04384b5 100644 --- a/mingwrt/mingwex/clocktime.c +++ b/mingwrt/mingwex/clocktime.c @@ -6,7 +6,7 @@ * $Id$ * * Written by Keith Marshall - * 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 diff --git a/mingwrt/mingwex/codeset.c b/mingwrt/mingwex/codeset.c index 711a4f4..f8dec5f 100644 --- a/mingwrt/mingwex/codeset.c +++ b/mingwrt/mingwex/codeset.c @@ -8,7 +8,7 @@ * $Id$ * * Written by Keith Marshall - * 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 diff --git a/mingwrt/mingwex/complex/cabs_generic.c b/mingwrt/mingwex/complex/cabs_generic.c index fd00027..b53a788 100644 --- a/mingwrt/mingwex/complex/cabs_generic.c +++ b/mingwrt/mingwex/complex/cabs_generic.c @@ -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 + * Written by Keith Marshall * 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 diff --git a/mingwrt/mingwex/complex/casin_generic.c b/mingwrt/mingwex/complex/casin_generic.c index 602fd1b..4163ad3 100644 --- a/mingwrt/mingwex/complex/casin_generic.c +++ b/mingwrt/mingwex/complex/casin_generic.c @@ -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 + * Written by Keith Marshall * 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 diff --git a/mingwrt/mingwex/complex/catan_generic.c b/mingwrt/mingwex/complex/catan_generic.c index 2aeb0c3..bdafc38 100644 --- a/mingwrt/mingwex/complex/catan_generic.c +++ b/mingwrt/mingwex/complex/catan_generic.c @@ -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 + * Written by Keith Marshall * 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 diff --git a/mingwrt/mingwex/complex/clog_generic.c b/mingwrt/mingwex/complex/clog_generic.c index 5d60bf1..0417cbc 100644 --- a/mingwrt/mingwex/complex/clog_generic.c +++ b/mingwrt/mingwex/complex/clog_generic.c @@ -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 + * Written by Keith Marshall * 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 diff --git a/mingwrt/mingwex/complex/cpow_generic.c b/mingwrt/mingwex/complex/cpow_generic.c index b83ca42..1091e56 100644 --- a/mingwrt/mingwex/complex/cpow_generic.c +++ b/mingwrt/mingwex/complex/cpow_generic.c @@ -7,9 +7,9 @@ * power, N; this provides a generic implementation for each of the * cpow(), cpowf(), and cpowl() functions. * - * Written by Keith Marshall + * Written by Keith Marshall * 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 diff --git a/mingwrt/mingwex/complex/csqrt_generic.c b/mingwrt/mingwex/complex/csqrt_generic.c index e68f38d..5f86e10 100644 --- a/mingwrt/mingwex/complex/csqrt_generic.c +++ b/mingwrt/mingwex/complex/csqrt_generic.c @@ -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 + * Written by Keith Marshall * 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 diff --git a/mingwrt/mingwex/cryptnam.c b/mingwrt/mingwex/cryptnam.c index 016e99e..0bf4c06 100644 --- a/mingwrt/mingwex/cryptnam.c +++ b/mingwrt/mingwex/cryptnam.c @@ -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 - * 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 */ diff --git a/mingwrt/mingwex/dirent.c b/mingwrt/mingwex/dirent.c index 10a2ac7..54a1abc 100644 --- a/mingwrt/mingwex/dirent.c +++ b/mingwrt/mingwex/dirent.c @@ -17,8 +17,8 @@ * * Further significantly revised for improved memory utilisation, * efficiency in operation, and better POSIX standards compliance - * by Keith Marshall - * Copyright (C) 1997, 2001-2006, 2014, 2017, MinGW.org Project + * by Keith Marshall + * Copyright (C) 1997, 2001-2006, 2014, 2017, 2022, MinGW.OSDN Project * * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/mingwrt/mingwex/dirname.c b/mingwrt/mingwex/dirname.c index f94cee4..7ee9dfa 100644 --- a/mingwrt/mingwex/dirname.c +++ b/mingwrt/mingwex/dirname.c @@ -7,7 +7,7 @@ * $Id$ * * Written by Keith Marshall - * 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 diff --git a/mingwrt/mingwex/dlfcn.c b/mingwrt/mingwex/dlfcn.c index 9f4c5b8..84dc370 100644 --- a/mingwrt/mingwex/dlfcn.c +++ b/mingwrt/mingwex/dlfcn.c @@ -7,7 +7,7 @@ * $Id$ * * Written by Keith Marshall - * 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 diff --git a/mingwrt/mingwex/fesetenv.c b/mingwrt/mingwex/fesetenv.c index a209aa8..61e94f7 100644 --- a/mingwrt/mingwex/fesetenv.c +++ b/mingwrt/mingwex/fesetenv.c @@ -6,7 +6,7 @@ * $Id$ * * Written by Danny Smith - * 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 diff --git a/mingwrt/mingwex/ftruncate.c b/mingwrt/mingwex/ftruncate.c index a5820be..0959e2c 100644 --- a/mingwrt/mingwex/ftruncate.c +++ b/mingwrt/mingwex/ftruncate.c @@ -8,7 +8,7 @@ * $Id$ * * Written by Keith Marshall - * 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 diff --git a/mingwrt/mingwex/glob.c b/mingwrt/mingwex/glob.c index 2a6aea4..fe3333e 100644 --- a/mingwrt/mingwex/glob.c +++ b/mingwrt/mingwex/glob.c @@ -7,7 +7,7 @@ * $Id$ * * Written by Keith Marshall - * 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 diff --git a/mingwrt/mingwex/imaxdiv.c b/mingwrt/mingwex/imaxdiv.c index 26124ce..ac4f0d2 100644 --- a/mingwrt/mingwex/imaxdiv.c +++ b/mingwrt/mingwex/imaxdiv.c @@ -8,7 +8,7 @@ * $Id$ * * Written by Doug Gwyn - * 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 diff --git a/mingwrt/mingwex/insque.c b/mingwrt/mingwex/insque.c index 57af74e..d086030 100644 --- a/mingwrt/mingwex/insque.c +++ b/mingwrt/mingwex/insque.c @@ -9,7 +9,7 @@ * $Id$ * * Written by Keith Marshall - * 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 diff --git a/mingwrt/mingwex/jmpstub.sx b/mingwrt/mingwex/jmpstub.sx index 200a120..6c5f25a 100644 --- a/mingwrt/mingwex/jmpstub.sx +++ b/mingwrt/mingwex/jmpstub.sx @@ -6,8 +6,8 @@ * * $Id$ * - * Written by Keith Marshall - * Copyright (C) 2013, 2014, 2017, MinGW.org Project + * Written by Keith Marshall + * Copyright (C) 2013, 2014, 2017, 2022, MinGW.OSDN Project * * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/mingwrt/mingwex/math/asinh_generic.c b/mingwrt/mingwex/math/asinh_generic.c index 333758f..3013093 100644 --- a/mingwrt/mingwex/math/asinh_generic.c +++ b/mingwrt/mingwex/math/asinh_generic.c @@ -6,8 +6,8 @@ * * $Id$ * - * Written by Keith Marshall - * Copyright 2013, 2014, MinGW.org Project + * Written by Keith Marshall + * Copyright 2013, 2014, 2022, MinGW.OSDN Project * * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/mingwrt/mingwex/math/errno.sx b/mingwrt/mingwex/math/errno.sx index 1e87892..ac7a5ea 100644 --- a/mingwrt/mingwex/math/errno.sx +++ b/mingwrt/mingwex/math/errno.sx @@ -7,8 +7,8 @@ * * $Id$ * - * Written by Keith Marshall - * Copyright (C) 2016, MinGW.org Project + * Written by Keith Marshall + * Copyright (C) 2016, 2022, MinGW.OSDN Project * * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/mingwrt/mingwex/math/fmod_generic.sx.in b/mingwrt/mingwex/math/fmod_generic.sx.in index 891b720..bd4efb2 100644 --- a/mingwrt/mingwex/math/fmod_generic.sx.in +++ b/mingwrt/mingwex/math/fmod_generic.sx.in @@ -6,8 +6,8 @@ * * $Id$ * - * Written by Keith Marshall - * Copyright (C) 2021, MinGW.org Project + * Written by Keith Marshall + * Copyright (C) 2021, 2022, MinGW.OSDN Project * * Adapted from original code written by J. T. Conklin . * diff --git a/mingwrt/mingwex/math/hypot_generic.c b/mingwrt/mingwex/math/hypot_generic.c index bb0fd95..82851d8 100644 --- a/mingwrt/mingwex/math/hypot_generic.c +++ b/mingwrt/mingwex/math/hypot_generic.c @@ -6,8 +6,8 @@ * * $Id$ * - * Written by Keith Marshall - * Copyright 2015, MinGW.org Project + * Written by Keith Marshall + * Copyright 2015, 2022, MinGW.OSDN Project * * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/mingwrt/mingwex/math/log10_generic.sx b/mingwrt/mingwex/math/log10_generic.sx index 829f036..4988e29 100644 --- a/mingwrt/mingwex/math/log10_generic.sx +++ b/mingwrt/mingwex/math/log10_generic.sx @@ -6,8 +6,8 @@ * * $Id$ * - * Written by Keith Marshall - * Copyright (C) 2016, MinGW.org Project + * Written by Keith Marshall + * Copyright (C) 2016, 2022, MinGW.OSDN Project * * Adapted from original code written by J. T. Conklin , * with modifications by Ulrich Drepper , to improve diff --git a/mingwrt/mingwex/math/log1p_generic.sx b/mingwrt/mingwex/math/log1p_generic.sx index e03c76d..fb77267 100644 --- a/mingwrt/mingwex/math/log1p_generic.sx +++ b/mingwrt/mingwex/math/log1p_generic.sx @@ -6,8 +6,8 @@ * * $Id$ * - * Written by Keith Marshall - * Copyright (C) 2016, MinGW.org Project + * Written by Keith Marshall + * Copyright (C) 2016, 2022, MinGW.OSDN Project * * Adapted from original code written by J. T. Conklin , * with modifications by Ulrich Drepper , to improve diff --git a/mingwrt/mingwex/math/log2_generic.sx b/mingwrt/mingwex/math/log2_generic.sx index 97c2844..0d8d6f4 100644 --- a/mingwrt/mingwex/math/log2_generic.sx +++ b/mingwrt/mingwex/math/log2_generic.sx @@ -6,8 +6,8 @@ * * $Id$ * - * Written by Keith Marshall - * Copyright (C) 2016, MinGW.org Project + * Written by Keith Marshall + * Copyright (C) 2016, 2022, MinGW.OSDN Project * * Adapted from original code written by J. T. Conklin , * with modifications by Ulrich Drepper , to improve diff --git a/mingwrt/mingwex/math/log_generic.sx b/mingwrt/mingwex/math/log_generic.sx index 176b7df..fc70de9 100644 --- a/mingwrt/mingwex/math/log_generic.sx +++ b/mingwrt/mingwex/math/log_generic.sx @@ -7,8 +7,8 @@ * * $Id$ * - * Written by Keith Marshall - * Copyright (C) 2016, MinGW.org Project + * Written by Keith Marshall + * Copyright (C) 2016, 2022, MinGW.OSDN Project * * Adapted from original code written by J. T. Conklin , * with modifications by Ulrich Drepper , to improve diff --git a/mingwrt/mingwex/math/pow_generic.sx b/mingwrt/mingwex/math/pow_generic.sx index 65436b4..1d0b451 100644 --- a/mingwrt/mingwex/math/pow_generic.sx +++ b/mingwrt/mingwex/math/pow_generic.sx @@ -5,8 +5,8 @@ * * $Id$ * - * Written by Keith Marshall - * Copyright (C) 2016, MinGW.org Project + * Written by Keith Marshall + * Copyright (C) 2016, 2022, MinGW.OSDN Project * * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/mingwrt/mingwex/math/random.c b/mingwrt/mingwex/math/random.c index dc2b63d..c554bd1 100644 --- a/mingwrt/mingwex/math/random.c +++ b/mingwrt/mingwex/math/random.c @@ -7,7 +7,7 @@ * $Id$ * * Written by Keith Marshall - * 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. * * diff --git a/mingwrt/mingwex/math/remquo_generic.sx b/mingwrt/mingwex/math/remquo_generic.sx index 4cdb96e..ff9db4b 100644 --- a/mingwrt/mingwex/math/remquo_generic.sx +++ b/mingwrt/mingwex/math/remquo_generic.sx @@ -6,8 +6,8 @@ * * $Id$ * - * Written by Keith Marshall - * Copyright (C) 2021, MinGW.org Project + * Written by Keith Marshall + * Copyright (C) 2021, 2022, MinGW.OSDN Project * * Adapted from original code written by J. T. Conklin . * diff --git a/mingwrt/mingwex/math/x87cvt_generic.sx b/mingwrt/mingwex/math/x87cvt_generic.sx index 50f9778..89df5dd 100644 --- a/mingwrt/mingwex/math/x87cvt_generic.sx +++ b/mingwrt/mingwex/math/x87cvt_generic.sx @@ -7,8 +7,8 @@ * * $Id$ * - * Written by Keith Marshall - * Copyright (C) 2016, MinGW.org Project + * Written by Keith Marshall + * Copyright (C) 2016, 2022, MinGW.OSDN Project * * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/mingwrt/mingwex/mbrconv.c b/mingwrt/mingwex/mbrconv.c index 8fa6901..ad5c8ab 100644 --- a/mingwrt/mingwex/mbrconv.c +++ b/mingwrt/mingwex/mbrconv.c @@ -8,7 +8,7 @@ * $Id$ * * Written by Keith Marshall - * 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 diff --git a/mingwrt/mingwex/mbrlen.c b/mingwrt/mingwex/mbrlen.c index cdd3d1a..bd398a3 100644 --- a/mingwrt/mingwex/mbrlen.c +++ b/mingwrt/mingwex/mbrlen.c @@ -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 - * 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 */ diff --git a/mingwrt/mingwex/mbrscan.c b/mingwrt/mingwex/mbrscan.c index 8f33ff3..82f1b87 100644 --- a/mingwrt/mingwex/mbrscan.c +++ b/mingwrt/mingwex/mbrscan.c @@ -8,7 +8,7 @@ * $Id$ * * Written by Keith Marshall - * 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 diff --git a/mingwrt/mingwex/mbrtowc.c b/mingwrt/mingwex/mbrtowc.c index 43d6895..94570d6 100644 --- a/mingwrt/mingwex/mbrtowc.c +++ b/mingwrt/mingwex/mbrtowc.c @@ -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 - * 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 */ diff --git a/mingwrt/mingwex/mbsrtowcs.c b/mingwrt/mingwex/mbsrtowcs.c index 2cd6db1..9f58bc4 100644 --- a/mingwrt/mingwex/mbsrtowcs.c +++ b/mingwrt/mingwex/mbsrtowcs.c @@ -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 - * 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 */ diff --git a/mingwrt/mingwex/memalign.c b/mingwrt/mingwex/memalign.c index 81af04e..08ba21a 100644 --- a/mingwrt/mingwex/memalign.c +++ b/mingwrt/mingwex/memalign.c @@ -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 - * 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 - * 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"))); diff --git a/mingwrt/mingwex/memcrypt.c b/mingwrt/mingwex/memcrypt.c index 4502632..651e014 100644 --- a/mingwrt/mingwex/memcrypt.c +++ b/mingwrt/mingwex/memcrypt.c @@ -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 - * 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 */ diff --git a/mingwrt/mingwex/mkdtemp.c b/mingwrt/mingwex/mkdtemp.c index c91f935..7c5edcd 100644 --- a/mingwrt/mingwex/mkdtemp.c +++ b/mingwrt/mingwex/mkdtemp.c @@ -5,8 +5,8 @@ * * $Id$ * - * Written by Keith Marshall - * Copyright (C) 2013, 2014, MinGW.org Project. + * Written by Keith Marshall + * Copyright (C) 2013, 2014, 2022, MinGW.OSDN Project * * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/mingwrt/mingwex/mkstemp.c b/mingwrt/mingwex/mkstemp.c index 6f2685e..c250010 100644 --- a/mingwrt/mingwex/mkstemp.c +++ b/mingwrt/mingwex/mkstemp.c @@ -7,8 +7,8 @@ * * $Id$ * - * Written by Keith Marshall - * Copyright (C) 2013, 2014, MinGW.org Project. + * Written by Keith Marshall + * Copyright (C) 2013, 2014, 2022, MinGW.OSDN Project * * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/mingwrt/mingwex/nsleep.c b/mingwrt/mingwex/nsleep.c index 646e4b5..5dc4465 100644 --- a/mingwrt/mingwex/nsleep.c +++ b/mingwrt/mingwex/nsleep.c @@ -7,8 +7,8 @@ * * $Id$ * - * Written by Keith Marshall - * Copyright (C) 2014, MinGW.org Project. + * Written by Keith Marshall + * Copyright (C) 2014, 2022, MinGW.OSDN Project * * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/mingwrt/mingwex/ofmt.c b/mingwrt/mingwex/ofmt.c index 497b7fe..8a468f0 100644 --- a/mingwrt/mingwex/ofmt.c +++ b/mingwrt/mingwex/ofmt.c @@ -7,8 +7,8 @@ * * $Id$ * - * Written by Keith Marshall - * Copyright (C) 2014, 2015, 2017, 2018, MinGW.org Project + * Written by Keith Marshall + * 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 * diff --git a/mingwrt/mingwex/ofmtctl.c b/mingwrt/mingwex/ofmtctl.c index 0728f94..8070184 100644 --- a/mingwrt/mingwex/ofmtctl.c +++ b/mingwrt/mingwex/ofmtctl.c @@ -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 - * Copyright (C) 2015, MinGW.org Project. + * Written by Keith Marshall + * Copyright (C) 2015, 2022, MinGW.OSDN Project * * * Permission is hereby granted, free of charge, to any person obtaining a @@ -34,11 +34,11 @@ #include /* 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 diff --git a/mingwrt/mingwex/remque.c b/mingwrt/mingwex/remque.c index 80de2cd..bf2eb60 100644 --- a/mingwrt/mingwex/remque.c +++ b/mingwrt/mingwex/remque.c @@ -9,7 +9,7 @@ * $Id$ * * Written by Keith Marshall - * 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 diff --git a/mingwrt/mingwex/setenv.c b/mingwrt/mingwex/setenv.c index 548bb2c..10e1c37 100644 --- a/mingwrt/mingwex/setenv.c +++ b/mingwrt/mingwex/setenv.c @@ -8,7 +8,7 @@ * $Id$ * * Written by Keith Marshall - * 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 diff --git a/mingwrt/mingwex/stdio/fseeki64.c b/mingwrt/mingwex/stdio/fseeki64.c index 70263d6..ee6a946 100644 --- a/mingwrt/mingwex/stdio/fseeki64.c +++ b/mingwrt/mingwex/stdio/fseeki64.c @@ -9,7 +9,7 @@ * $Id$ * * Written by Keith Marshall - * 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 diff --git a/mingwrt/mingwex/stdio/ftelli64.c b/mingwrt/mingwex/stdio/ftelli64.c index e919ff0..6ad41fe 100644 --- a/mingwrt/mingwex/stdio/ftelli64.c +++ b/mingwrt/mingwex/stdio/ftelli64.c @@ -9,7 +9,7 @@ * $Id$ * * Written by Keith Marshall - * 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 diff --git a/mingwrt/mingwex/stdio/fwrite.c b/mingwrt/mingwex/stdio/fwrite.c index a95c1dc..0bbf294 100644 --- a/mingwrt/mingwex/stdio/fwrite.c +++ b/mingwrt/mingwex/stdio/fwrite.c @@ -8,12 +8,12 @@ * $Id$ * * Written by Keith Marshall - * Copyright (C) 2018, MinGW.org Project. + * Copyright (C) 2018, 2022, MinGW.OSDN Project. * * * Replaces mingw-fseek.c implementation * Written by Mumit Khan - * 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 * diff --git a/mingwrt/mingwex/stdio/getdelim.c b/mingwrt/mingwex/stdio/getdelim.c index 60e363e..dbcef7b 100644 --- a/mingwrt/mingwex/stdio/getdelim.c +++ b/mingwrt/mingwex/stdio/getdelim.c @@ -7,8 +7,8 @@ * * $Id$ * - * Written by Keith Marshall - * Copyright (C) 2012, 2015, MinGW.org Project + * Written by Keith Marshall + * Copyright (C) 2012, 2015, 2022, MinGW.OSDN Project * * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/mingwrt/mingwex/stdio/pformat.c b/mingwrt/mingwex/stdio/pformat.c index 969a004..d2b8bbe 100644 --- a/mingwrt/mingwex/stdio/pformat.c +++ b/mingwrt/mingwex/stdio/pformat.c @@ -8,7 +8,7 @@ * to support Microsoft's non-standard format specifications. * * Written by Keith Marshall - * 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 diff --git a/mingwrt/mingwex/stdio/snprintf.c b/mingwrt/mingwex/stdio/snprintf.c index 1165d4c..5b455b9 100644 --- a/mingwrt/mingwex/stdio/snprintf.c +++ b/mingwrt/mingwex/stdio/snprintf.c @@ -11,14 +11,14 @@ * directly, using this fully qualified form of its name). * * Written by Keith Marshall - * 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 - * 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 diff --git a/mingwrt/mingwex/stdio/vsnprintf.c b/mingwrt/mingwex/stdio/vsnprintf.c index 1def294..6156c5d 100644 --- a/mingwrt/mingwex/stdio/vsnprintf.c +++ b/mingwrt/mingwex/stdio/vsnprintf.c @@ -11,14 +11,14 @@ * directly, using this fully qualified form of its name). * * Written by Keith Marshall - * 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 - * 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 diff --git a/mingwrt/mingwex/strerror_r.c b/mingwrt/mingwex/strerror_r.c index fa035cc..1224e9a 100644 --- a/mingwrt/mingwex/strerror_r.c +++ b/mingwrt/mingwex/strerror_r.c @@ -6,7 +6,7 @@ * $Id$ * * Written by Keith Marshall - * 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 diff --git a/mingwrt/mingwex/strnlen.sx b/mingwrt/mingwex/strnlen.sx index 463afb0..fbbf9c1 100644 --- a/mingwrt/mingwex/strnlen.sx +++ b/mingwrt/mingwex/strnlen.sx @@ -6,8 +6,8 @@ * * $Id$ * - * Written by Keith Marshall - * Copyright (C) 2016, 2017, MinGW.org Project + * Written by Keith Marshall + * Copyright (C) 2016, 2017, 2022, MinGW.OSDN Project * * * Permission is hereby granted, free of charge, to any person obtaining a diff --git a/mingwrt/mingwex/strtok_r.c b/mingwrt/mingwex/strtok_r.c index 87eebea..765508c 100644 --- a/mingwrt/mingwex/strtok_r.c +++ b/mingwrt/mingwex/strtok_r.c @@ -6,7 +6,7 @@ * $Id$ * * Written by Keith Marshall - * 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 diff --git a/mingwrt/mingwex/wcharmap.c b/mingwrt/mingwex/wcharmap.c index 0a010fb..f5ee559 100644 --- a/mingwrt/mingwex/wcharmap.c +++ b/mingwrt/mingwex/wcharmap.c @@ -8,7 +8,7 @@ * $Id$ * * Written by Keith Marshall - * 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 diff --git a/mingwrt/mingwex/wcharmap.h b/mingwrt/mingwex/wcharmap.h index b32910a..685400d 100644 --- a/mingwrt/mingwex/wcharmap.h +++ b/mingwrt/mingwex/wcharmap.h @@ -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 - * 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 diff --git a/mingwrt/mingwex/wcrtomb.c b/mingwrt/mingwex/wcrtomb.c index 3b11ec3..1a6cce4 100644 --- a/mingwrt/mingwex/wcrtomb.c +++ b/mingwrt/mingwex/wcrtomb.c @@ -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 - * 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 */ diff --git a/mingwrt/mingwex/wcsrtombs.c b/mingwrt/mingwex/wcsrtombs.c index 7d7cb6c..1087f5c 100644 --- a/mingwrt/mingwex/wcsrtombs.c +++ b/mingwrt/mingwex/wcsrtombs.c @@ -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 - * 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 */ diff --git a/mingwrt/mingwex/wcstofp.c b/mingwrt/mingwex/wcstofp.c index aafa25b..b0178f1 100644 --- a/mingwrt/mingwex/wcstofp.c +++ b/mingwrt/mingwex/wcstofp.c @@ -9,7 +9,7 @@ * $Id$ * * Written by Keith Marshall - * 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" diff --git a/mingwrt/mingwex/wctob.c b/mingwrt/mingwex/wctob.c index adb62d9..406270e 100644 --- a/mingwrt/mingwex/wctob.c +++ b/mingwrt/mingwex/wctob.c @@ -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 - * 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 */ diff --git a/mingwrt/setargv.c b/mingwrt/setargv.c index b2080bb..9b87840 100644 --- a/mingwrt/setargv.c +++ b/mingwrt/setargv.c @@ -8,7 +8,7 @@ * $Id$ * * Written by Keith Marshall - * Copyright (C) 2014, 2017, 2018, 2020, MinGW.org Project + * Copyright (C) 2014, 2017, 2018, 2020, 2022, MinGW.OSDN Project * * --------------------------------------------------------------------------- * diff --git a/mingwrt/tests/Makefile.in b/mingwrt/tests/Makefile.in index 9c3172c..ba6aa35 100644 --- a/mingwrt/tests/Makefile.in +++ b/mingwrt/tests/Makefile.in @@ -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 -# 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 diff --git a/mingwrt/tests/ansiprintf.at b/mingwrt/tests/ansiprintf.at index 6486637..d2816f2 100644 --- a/mingwrt/tests/ansiprintf.at +++ b/mingwrt/tests/ansiprintf.at @@ -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 -# Copyright (C) 2016, MinGW.org Project +# Written by Keith Marshall +# Copyright (C) 2016, 2022, MinGW.OSDN Project # # # Permission is hereby granted, free of charge, to any person obtaining a diff --git a/mingwrt/tests/atlocal.in b/mingwrt/tests/atlocal.in index 82a36e4..bc68988 100644 --- a/mingwrt/tests/atlocal.in +++ b/mingwrt/tests/atlocal.in @@ -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 -# Copyright (C) 2016, MinGW.org Project +# Written by Keith Marshall +# Copyright (C) 2016, 2022, MinGW.OSDN Project # # # Permission is hereby granted, free of charge, to any person obtaining a diff --git a/mingwrt/tests/clockapi.at b/mingwrt/tests/clockapi.at index 3874608..406cb43 100644 --- a/mingwrt/tests/clockapi.at +++ b/mingwrt/tests/clockapi.at @@ -5,8 +5,8 @@ # # $Id$ # -# Written by Keith Marshall -# Copyright (C) 2017, MinGW.org Project +# Written by Keith Marshall +# Copyright (C) 2017, 2022, MinGW.OSDN Project # # # Permission is hereby granted, free of charge, to any person obtaining a diff --git a/mingwrt/tests/headers.at b/mingwrt/tests/headers.at index 0951523..2aabf79 100644 --- a/mingwrt/tests/headers.at +++ b/mingwrt/tests/headers.at @@ -7,8 +7,8 @@ # # $Id$ # -# Written by Keith Marshall -# Copyright (C) 2016, 2020, MinGW.org Project +# Written by Keith Marshall +# Copyright (C) 2016, 2020, 2022, MinGW.OSDN Project # # # Permission is hereby granted, free of charge, to any person obtaining a diff --git a/mingwrt/tests/logarithms.at b/mingwrt/tests/logarithms.at index a1b431b..4075bc9 100644 --- a/mingwrt/tests/logarithms.at +++ b/mingwrt/tests/logarithms.at @@ -7,8 +7,8 @@ # # $Id$ # -# Written by Keith Marshall -# Copyright (C) 2016, MinGW.org Project +# Written by Keith Marshall +# Copyright (C) 2016, 2022, MinGW.OSDN Project # # # Permission is hereby granted, free of charge, to any person obtaining a diff --git a/mingwrt/tests/memalign.at b/mingwrt/tests/memalign.at index 7b8baf8..bc7e3e8 100644 --- a/mingwrt/tests/memalign.at +++ b/mingwrt/tests/memalign.at @@ -6,7 +6,7 @@ # $Id$ # # Written by Keith Marshall -# 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 diff --git a/mingwrt/tests/powerfunc.at b/mingwrt/tests/powerfunc.at index e76cd51..2e71a61 100644 --- a/mingwrt/tests/powerfunc.at +++ b/mingwrt/tests/powerfunc.at @@ -6,8 +6,8 @@ # # $Id$ # -# Written by Keith Marshall -# Copyright (C) 2016, MinGW.org Project +# Written by Keith Marshall +# Copyright (C) 2016, 2022, MinGW.OSDN Project # # # Permission is hereby granted, free of charge, to any person obtaining a diff --git a/mingwrt/tests/testsuite.at.in b/mingwrt/tests/testsuite.at.in index 24e7612..9588181 100644 --- a/mingwrt/tests/testsuite.at.in +++ b/mingwrt/tests/testsuite.at.in @@ -7,8 +7,8 @@ m4_define([AT_PACKAGE_BUGREPORT],[@PACKAGE_BUGREPORT@]) # # $Id$ # -# Written by Keith Marshall -# Copyright (C) 2016, MinGW.org Project +# Written by Keith Marshall +# Copyright (C) 2016, 2022, MinGW.OSDN Project # # # Permission is hereby granted, free of charge, to any person obtaining a