• R/O
  • HTTP
  • SSH
  • HTTPS

mingw-org-wsl: 提交

The MinGW.OSDN Windows System Libraries. Formerly designated as "MinGW.org Windows System Libraries", this encapsulates the "mingwrt" C runtime library extensions, and the "w32api" 32-bit MS-Windows API libraries.

Please note that this project no longer owns the "MinGW.org" domain name; any software which may be distributed from that domain is NOT supported by this project.


Commit MetaInfo

修訂c5fd3a308e2308b28300b0b338c9d49d51b15668 (tree)
時間2022-08-16 05:49:22
作者Keith Marshall <keith@user...>
CommiterKeith Marshall

Log Message

Correct references in features configuration generator.

Change Summary

差異

--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
1+2022-08-15 Keith Marshall <keith@users.osdn.me>
2+
3+ Correct references in features configuration generator.
4+
5+ * var/features.lua: Replace all project name references to defunct
6+ "MinGW.org" project name; refer to "MinGW.OSDN" instead. Also correct
7+ comments referring to configuration output; it is written to...
8+ (io.stdout): ...this output stream, and not to...
9+ (io.stderr): ...this.
10+
111 2022-10-31 Keith Marshall <keith@users.osdn.me>
212
313 Correct project name references in project-common files.
--- a/var/features.lua
+++ b/var/features.lua
@@ -6,8 +6,8 @@
66 -- Lua 5.2 module providing a mingw-get setup hook for configuration of
77 -- the user's MinGW GCC compiler <features.h> preferences.
88 --
9--- Written by Keith Marshall <keithmarshall@users.sourceforge.net>
10--- Copyright (C) 2019, MinGW.org Project
9+-- Written by Keith Marshall <keith@users.osdn.me>
10+-- Copyright (C) 2019, 2022, MinGW.OSDN Project
1111 --
1212 --
1313 -- Permission is hereby granted, free of charge, to any person obtaining a
@@ -67,7 +67,7 @@
6767 { '/*',
6868 ' * features.h',
6969 ' *',
70- ' * Features configuration for MinGW.org GCC implementation; users may',
70+ ' * Features configuration for MinGW.OSDN GCC implementation; users may',
7171 ' * customize this file, to establish their preferred default behaviour.',
7272 ' * Projects may provide an alternative, package-specific configuration,',
7373 ' * either by placing their own customized <features.h> in the package',
@@ -78,7 +78,7 @@
7878 ' * $'..'Id$',
7979 ' *',
8080 ' * Template written by Keith Marshall <keith@users.osdn.me>',
81- ' * Copyright (C) 2019, MinGW.org Project.',
81+ ' * Copyright (C) 2019, 2022, MinGW.OSDN Project.',
8282 ' *',
8383 ' *',
8484 ' * Permission is hereby granted, free of charge, to any person obtaining a',
@@ -403,7 +403,7 @@
403403 --
404404 if not stream_file
405405 then
406--- ...or falling back to "io.stderr", in the event that no output
406+-- ...or falling back to "io.stdout", in the event that no output
407407 -- stream file has been opened...
408408 --
409409 stream_file = io.stdout
@@ -424,7 +424,7 @@
424424 --
425425 if not stream_file
426426 then
427--- ...or falling back to "io.stderr", in the event that no output
427+-- ...or falling back to "io.stdout", in the event that no output
428428 -- stream file has been opened...
429429 --
430430 stream_file = io.stdout
Show on old repository browser