Releases: wlandau/autometric
Releases · wlandau/autometric
strncpy() attempt 2
strncpy()
log phases
autometric 0.1.0
- Adjust default
ylim
inlog_plot()
. - Add
log_phase_get()
,log_phase_set()
, andlog_phase_reset()
(#2, #3, @koefoeden). - Allow some log files to be empty in
log_read()
.
CRAN fixes
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
NOTICE
toLICENSE.note
so comments on the license and copyright are included in the built package. - Attribute the
ps
andpsutil
copyright holders in theAuthors@R
field of theDESCRIPTION
file.
- Move
Bug fixes
autometric 0.0.4
- Add manual GitHub Actions workflow
rhub.yaml
generated by therhub
package. - Switch to
tinytest
. - Fix buffer overflow in
pthread_args_init()
(needed to allocatestrlen() + 1
characters instead of juststrlen()
to capture'\0'
). - Fix memory leak in
pthread_start()
(freeargs
if not creating a thread).
First release
0.0.3 version