Skip to content

Commit

Permalink
update from dbg, dyn_alloc and jparse repos.
Browse files Browse the repository at this point in the history
Updated from repos via:

```sh
make all.recreate_clone && make all.update_from_clone
```

Performed `make release` to test the above under macOS.
  • Loading branch information
lcn2 committed Nov 17, 2024
1 parent bb18e35 commit 57155eb
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion dbg/dbg.c
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ static char const * const usage =
"\t-h\t\tprint help message and exit\n"
"\t-v level\tset verbosity level: (def level: 0)\n"
"\t-V\t\tprint version string and exit\n"
"\t-q\t\tquiet mode: silence msg(), warn(), warnp() if -v 0 (def: not quiet)\n"
"\t-q\t\tquiet mode: silence msg(), warn(), warnp() if -v 0 (def: loud :-) )\n"
"\t-e errno\tsimulate setting of errno to cause errp() to be involved\n"
"\n"
"\tfoo\t\ta required arg\n"
Expand Down
12 changes: 6 additions & 6 deletions jparse/CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,24 +3,24 @@

## Release 2.1.2 2024-11-16

The `-e` for `jstrencode(1)`, only encloses each decoded arg in escaped
The `-e` for `jstrdecode(1)`, only encloses each decoded arg in escaped
double quotes when there are multiple args. If there is only one arg,
no escaped double quotes are added.

The usage message for `-Q` and `-e` for `jstrencode(1)` has been clarified
The usage message for `-Q` and `-e` for `jstrdecode(1)` has been clarified
as well as being in sync with the above mentioned `-e` change.

The new version of each of the tools `jstrencode(1)` and `jstrdecode(1)` is
`"2.1.2 2024-11-16"` and the library is `"2.1.0 2024-11-15"`.
The new version of `jstrdecode(1)` is `"2.1.2 2024-11-16"`
and the library is `"2.1.0 2024-11-15"`.

Improved `test_jparse/jstr_test.sh` to show, when some tests fail,
showing what was expected vs the result found when what was expected
was a simple string (and not a file).

Added new tests to `test_jparse/jstr_test.sh` as per the above
changes to `jstrencode(1)`.
changes to `jstrdecode(1)`.

Updated `jstrencode(1)` man page according to the above.
Updated `jstrdecode(1)` man page according to the above.

The new version of `test_jparse/jstr_test.sh` is now "1.2.3 2024-11-16".

Expand Down

0 comments on commit 57155eb

Please sign in to comment.