Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add new tests to bindat-tests.el | Stefan Kangas | 2020-04-29 | 1 | -0/+16 |
| | | | | | | | * test/lisp/emacs-lisp/bindat-tests.el (bindat-test-format-vector) (bindat-test-vector-to-dec, bindat-test-vector-to-hex) (bindat-test-ip-to-string): New tests. * lisp/emacs-lisp/bindat.el (bindat-vector-to-hex): Fix typo. | ||||
* | Update copyright year to 2020 | Paul Eggert | 2020-01-01 | 1 | -1/+1 |
| | | | | Run "TZ=UTC0 admin/update-copyright $(git ls-files)". | ||||
* | Also test unpacking | Lars Ingebrigtsen | 2019-06-15 | 1 | -0/+26 |
| | |||||
* | Refactor for reuse | Lars Ingebrigtsen | 2019-06-15 | 1 | -28/+31 |
| | |||||
* | New file to test bindat functions | Lars Ingebrigtsen | 2019-06-15 | 1 | -0/+70 |