Skip to content

Commit c5bec1e

Browse files
committed
release 1.1.1 2024-06-23
Changed `LOCATION_VERSION` to `"1.0.4 2024-05-22"`. Fixed usage string in `location_main.c`: it did not suggest that one can specify more than one location but it can. Added to the README.md brief documentation of the `location(1)` tool (it was not there at all) and fixed some typos and added some clarity in the `location.1` man page. Updated the Rule 2a size from 4096 to 4993: a change that keeps the "Rule 2b:Rule 2a" ratio (that was recently changed from 2053 to 2503) similar to the 2001-2020 IOCCC era.
1 parent 6514817 commit c5bec1e

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGES.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Major changes to the IOCCC entry toolkit
22

33

4-
## Release 1.1.1 2024-05-22
4+
## Release 1.1.1 2024-06-23
55

66
Changed `LOCATION_VERSION` to `"1.0.4 2024-05-22"`.
77

@@ -12,6 +12,10 @@ Added to the README.md brief documentation of the `location(1)` tool (it was not
1212
there at all) and fixed some typos and added some clarity in the `location.1`
1313
man page.
1414

15+
Updated the Rule 2a size from 4096 to 4993: a change that keeps the
16+
"Rule 2b:Rule 2a" ratio (that was recently changed from 2053 to 2503)
17+
similar to the 2001-2020 IOCCC era.
18+
1519

1620
## Release 1.1 2024-05-19
1721

soup/limit_ioccc.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
#undef DIGRAPHS /* digraphs count a 2 for Rule 2b */
4343
#undef TRIGRAPHS /* trigraphs count a 3 for Rule 2b */
4444

45-
#define RULE_2A_SIZE ((off_t)(4096)) /* Rule 2a size of prog.c */
45+
#define RULE_2A_SIZE ((off_t)(4993)) /* Rule 2a size of prog.c */
4646
#define RULE_2B_SIZE ((size_t)(2503)) /* Rule 2b size of prog.c */
4747
#define MAX_TARBALL_LEN ((off_t)(3999971)) /* compressed tarball size limit in bytes */
4848
#define MAX_SUM_FILELEN ((off_t)(27651*1024)) /* maximum sum of the byte lengths of all files in the entry */

0 commit comments

Comments
 (0)