mirror of
https://github.com/opnsense/src.git
synced 2026-02-26 03:13:02 -05:00
- Two changes to encoder options:
encoder options may use plus or colon, but only one
encoder names can be specified as "@name"
This results in the syntax:
df --libxo @csv:no-header:leafs=name.available-blocks /
- If xo_set_program is called before xo_parse_args, honor the requested value
- add xo_errorn* function; repair newline-adding-on-xo_error bug
- test programs now use fixed name, since linux libtool prefixs "lt-"
- Fix "horse butt" comment in source code
- update test cases
PR: 242686
|
||
|---|---|---|
| .. | ||
| saved | ||
| Makefile.am | ||
| test_01.c | ||
| test_02.c | ||
| test_03.c | ||
| test_04.c | ||
| test_05.c | ||
| test_06.c | ||
| test_07.c | ||
| test_08.c | ||
| test_09.c | ||
| test_10.c | ||
| test_11.c | ||
| test_12.c | ||