Zhang Wen
Zhang Wen
孙老师,注意到已经有合作者在翻译本文档了。如果有明确的许可协议,对于贡献者提交issue或者翻译者发布作品会更放心,长远看也利于增加loongarch平台的使用,请酌情考虑。 从github在issue页面提供的链接里,看到有一个协议按照说明和我自己的理解是适合教程类使用的。因为不指定授权的内容是创作者拥有版权的,所以添加协议可能需要取得提交过pull request的朋友们的同意。 github推荐的参考信息,可切换多语言版 https://opensource.guide/ 授权协议地址 https://choosealicense.com/licenses/cc-by-sa-4.0/
Ubuntu 20.04到5月31日就停止支持了,最新的LTS版是 24.04 版本 [Ubuntu 20.04 LTS Standard Support is coming to an end](https://ubuntu.com/blog/ubuntu-20-04-lts-end-of-life-standard-support-is-coming-to-an-end-heres-how-to-prepare)
fixes #7879
Say we don't have a user with userid 1100. after running `install -o 1100 a b`, we get file b with userid 1100. but after running `coreutils install -o 1100...
Fixes #7787
mktemp with empty tmpdir parameter will use env::temp_dir to get the default temp directory, which need to be read from environment variables on windows, otherwise it will try to use...
There can be users with numberic username on the unix platform, we need to handle this as gnu coreutils does. This can be reproduced with following steps: ``` useradd --badname...
On [free-threaded python](https://docs.python.org/3.14/whatsnew/3.14.html#whatsnew314-pep779) the include files are installed in directory `${PYTHON_ROOT}/python${PYTHON_VERSION}t`, the extra suffix is causing build errors. it seems not too hard to support building boost with free-threaded python.