You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+22Lines changed: 22 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,28 @@
1
1
NQC Release Notes
2
2
=================
3
3
4
+
version 4.1.0 - September 8, 2025
5
+
-------------
6
+
7
+
Matthew Sheets
8
+
* Remove use of PATH_MAX (from limits.h) for GNU Hurd compatability
9
+
* Incorporate the nqc-libs project into the main NQC project here
10
+
+ NQC include files from other projects (\*.nqh files) outside the main NQC project
11
+
+ Reference information, documentation, and learning
12
+
* Establish a project website (using GitHub Pages) under the “docs” folder, using content from both the original project website and the nqc-libs project
13
+
+ Documentation
14
+
- FAQs
15
+
- Programmer’s Guide
16
+
- User Manual
17
+
- NQH Includes
18
+
+ Learning
19
+
- Examples
20
+
- Guidebook
21
+
- Tutorial
22
+
* Package the “docs” folder for installing to ${docdir} upon “make install” or “make install-doc”
0 commit comments