Skip to content

Commit

Permalink
Today's changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Jean-François Larvoire committed Feb 25, 2022
1 parent 68d677e commit 592f561
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 4 deletions.
2 changes: 1 addition & 1 deletion C/MsvcLibX/include/msvclibx_version.h
Original file line number Diff line number Diff line change
@@ -1 +1 @@
#define MSVCLIBX_VERSION "2022-02-18"
#define MSVCLIBX_VERSION "2022-02-25"
4 changes: 2 additions & 2 deletions C/include/stversion.h
Original file line number Diff line number Diff line change
Expand Up @@ -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"


Expand Down
10 changes: 9 additions & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 592f561

Please sign in to comment.