autometric 0.1.2
- Plot the last PID by default.
- Speed up log_phase_set().
- Do not overwrite null character in strncpy().
autometric 0.1.1
- Do not overwrite null character in strncpy().
autometric 0.1.0
- Adjust default yliminlog_plot().
- Add log_phase_get(),log_phase_set(), andlog_phase_reset()(#2, #3, @koefoeden).
- Allow some log files to be empty in log_read().
autometric 0.0.5
- Check the validity of the file path in log_print()andlog_start()(#1, @shikokuchuo).
- Document the return value of log_print().
- Make copyright attribution more obvious in the built package:
- Move NOTICEtoLICENSE.noteso comments on
the license and copyright are included in the built package.
- Attribute the psandpsutilcopyright
holders in theAuthors@Rfield of theDESCRIPTIONfile.
 
autometric 0.0.4
- Add manual GitHub Actions workflow rhub.yamlgenerated
by therhubpackage.
- Switch to tinytest.
- Fix buffer overflow in pthread_args_init()(needed to
allocatestrlen() + 1characters instead of juststrlen()to capture'\0').
- Fix memory leak in pthread_start()(freeargsif not creating a thread).
autometric 0.0.3