From 592f5618aa09a1ce4b63abcfc2b11d8024e07673 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jean-Fran=C3=A7ois=20Larvoire?= Date: Fri, 25 Feb 2022 18:49:12 -0300 Subject: [PATCH] Today's changes --- C/MsvcLibX/include/msvclibx_version.h | 2 +- C/include/stversion.h | 4 ++-- NEWS.md | 10 +++++++++- 3 files changed, 12 insertions(+), 4 deletions(-) diff --git a/C/MsvcLibX/include/msvclibx_version.h b/C/MsvcLibX/include/msvclibx_version.h index b1829517..8ae2f850 100644 --- a/C/MsvcLibX/include/msvclibx_version.h +++ b/C/MsvcLibX/include/msvclibx_version.h @@ -1 +1 @@ -#define MSVCLIBX_VERSION "2022-02-18" +#define MSVCLIBX_VERSION "2022-02-25" diff --git a/C/include/stversion.h b/C/include/stversion.h index 0062f9b0..2b446698 100644 --- a/C/include/stversion.h +++ b/C/include/stversion.h @@ -22,8 +22,8 @@ #define _STVERSION_H 1 -#define SYSTOOLSLIB_VERSION 2020,5,20,0 -#define SYSTOOLSLIB_VERSION_STR "2020-05-20" +#define SYSTOOLSLIB_VERSION 2022,2,25,0 +#define SYSTOOLSLIB_VERSION_STR "2022-02-25" #define SYSTOOLSLIB_NAME "System Tools Library" diff --git a/NEWS.md b/NEWS.md index d6ee7d35..2f18574e 100644 --- a/NEWS.md +++ b/NEWS.md @@ -4,13 +4,21 @@ Major changes for the System Tools Library are recorded here. For more details about changes in a particular area, see the README.txt and/or NEWS.txt file in each subdirectory. +## [Unreleased] 2022-02-25 +### Fixed +- C/MsvcLibX/include/sys/types.h, C/MsvcLibX/include/wchar.h, C/SRC/junction.c: + Corrected the definitions for MSVC's own _dev_t and _ino_t types, used in its stat* structures. +- 2clip.exe, 2note.exe, conv.exe, detab.exe, dump.exe, remplace.exe, trim.exe: + Fixed the detection of the input (file or pipe) type. +- 2note.exe: Added support for the new Windows 11 22H1 notepad.exe. + ## [1.21] 2022-02-20 ### New - Shell/subsh: Start a sub Linux shell, changing the prompt to show the shell depth level. ## [Unreleased] 2022-02-18 ### Changed -- Moved SysLib\WalkDirTree.c:SafeRealloc() to Include\debugm.h:ShrinkBuf(), and use it in many sources. (Could be used in many more.) +- Moved SysLib/WalkDirTree.c:SafeRealloc() to Include\debugm.h:ShrinkBuf(), and use it in many sources. (Could be used in many more.) - Rewrote option -1 to record the junction themselves in a binary tree. Renamed the old -1 as -o. The new way is faster. ### Fixed