Skip to content

Commit 00a369f

Browse files
authored
Merge pull request #130 from github/lcartey/no-c90
Update developer handbook to exclude C90
2 parents 4a355fc + 57a2583 commit 00a369f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/development_handbook.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@
3232
| 0.24.0 | 2022-07-05 | Remco Vermeulen | Update release process to include steps for external help files. |
3333
| 0.25.0 | 2022-07-22 | Jeroen Ketema | Document the existence and purpose of the `next` branch. |
3434
| 0.26.0 | 2022-08-10 | Remco Vermeulen | Address incorrect package file generation command. This was missing the required language argument. |
35+
| 0.27.0 | 2022-11-08 | Luke Cartey | Update the versions of C we intend to support to exclude C90, which reflects the intended scope at the outset of the project. |
3536

3637
## Scope of work
3738

@@ -82,7 +83,7 @@ For each supported coding standard we will provide:
8283
These packs will be organized by supported language.
8384
The current supported languages are:
8485
- C++14 standardized by [ISO/IEC 14882:2014](https://www.iso.org/standard/64029.html) located in the directory `cpp`.
85-
- C90 standardized by [ISO/IEC 9899:1990](https://www.iso.org/standard/17782.html), [C99] standardized by [ISO/IEC 9899:1999](https://www.iso.org/standard/29237.html), and C11 standardized by [ISO/IEC 9899:2011](https://www.iso.org/standard/57853.html). All are located in the directory `c`.
86+
- [C99] standardized by [ISO/IEC 9899:1999](https://www.iso.org/standard/29237.html) and C11 standardized by [ISO/IEC 9899:2011](https://www.iso.org/standard/57853.html). All are located in the directory `c`.
8687

8788
For each language, we will also include:
8889
1. A CodeQL query pack containing "common" libraries, which provide support.

0 commit comments

Comments
 (0)