| Commit message (Expand) | Author | Age | Files | Lines |
* | ; Add 2024 to copyright years | Po Lu | 2024-01-02 | 1 | -1/+1 |
* | ; Add 2023 to copyright years. | Eli Zaretskii | 2023-01-01 | 1 | -1/+1 |
* | Bindat (src, strz): Operate on vectors too | Nacho Barrientos | 2022-10-21 | 1 | -2/+4 |
* | bindat (strz): Null terminate fixed-length strings if there is room | Richard Hansen | 2022-06-22 | 1 | -7/+6 |
* | ; bindat (strz): Move all pack logic to pack function (bug#56048) | Richard Hansen | 2022-06-22 | 1 | -26/+23 |
* | bindat (strz): Write null terminator after variable length string | Richard Hansen | 2022-06-16 | 1 | -0/+3 |
* | bindat (strz): Error on null byte if packing variable-length string | Richard Hansen | 2022-06-13 | 1 | -0/+5 |
* | bindat (str, strz): Reject non-ASCII, non-`eight-bit' characters | Richard Hansen | 2022-06-12 | 1 | -4/+6 |
* | Bindat: Document `sint`; add `le` arg to `uint`; deprecate `uintr` | Stefan Monnier | 2022-06-11 | 1 | -19/+18 |
* | ; bindat (bindat--length-group): Fix indentation | Richard Hansen | 2022-06-10 | 1 | -66/+66 |
* | ; bindat (strz): Consistent length type check, take two | Richard Hansen | 2022-06-10 | 1 | -8/+13 |
* | bindat (strz): Fix wrong-type-argument error when unpacking | Richard Hansen | 2022-06-01 | 1 | -2/+2 |
* | ; bindat (strz): Consistent length type check | Richard Hansen | 2022-06-01 | 1 | -1/+1 |
* | bindat (strz): Fix off-by-one bug in computed length | Richard Hansen | 2022-06-01 | 1 | -2/+2 |
* | (macroexp-warn-and-return): Fix bug#53618 | Stefan Monnier | 2022-02-19 | 1 | -1/+0 |
* | Merge branch 'master' into scratch/correct-warning-pos | Alan Mackenzie | 2022-01-11 | 1 | -1/+1 |
|\ |
|
| * | ; Add 2022 to copyright years. | Eli Zaretskii | 2022-01-01 | 1 | -1/+1 |
* | | Several amendments to scratch/correct-warning-pos. | Alan Mackenzie | 2021-12-01 | 1 | -0/+1 |
|/ |
|
* | Evaluate eql specializers | akater | 2021-08-03 | 1 | -12/+12 |
* | * lisp/emacs-lisp/bindat.el: Allow non-fixed size of `strz` | Stefan Monnier | 2021-04-15 | 1 | -9/+24 |
* | * lisp/emacs-lisp/bindat.el (bindat-struct): Fix Edebug def | Stefan Monnier | 2021-03-06 | 1 | -2/+2 |
* | Bindat: new macro-expansion based data layout language | Stefan Monnier | 2021-03-05 | 1 | -151/+416 |
* | * lisp/emacs-lisp/bindat.el: Minor refactoring | Stefan Monnier | 2021-03-05 | 1 | -69/+70 |
* | * lisp/emacs-lisp/bindat.el: Tweak example in comment | Stefan Monnier | 2021-02-18 | 1 | -9/+9 |
* | * lisp/emacs-lisp/bindat.el: Add 64bit int support | Stefan Monnier | 2021-02-15 | 1 | -20/+31 |
* | * lisp/emacs-lisp/bindat.el: Clarify when field labels are optional | Stefan Monnier | 2021-02-15 | 1 | -115/+102 |
* | * lisp/emacs-lisp/bindat.el (bindat-spec): New macro. | Stefan Monnier | 2021-02-15 | 1 | -9/+50 |
* | * lisp/emacs-lisp/bindat.el: Expose the `struct` variable (bug#46534) | Stefan Monnier | 2021-02-15 | 1 | -11/+12 |
* | Use lexical-binding in all of `lisp/emacs-lisp` | Stefan Monnier | 2021-01-28 | 1 | -50/+62 |
* | Update copyright year to 2021 | Paul Eggert | 2021-01-01 | 1 | -1/+1 |
* | Revert "Use lexical-binding in bindat.el" | Stefan Kangas | 2020-10-24 | 1 | -85/+89 |
* | ; * lisp/emacs-lisp/bindat.el (bindat-unpack): Fix typo. | Stefan Kangas | 2020-10-21 | 1 | -1/+1 |
* | Use lexical-binding in bindat.el | Stefan Kangas | 2020-10-21 | 1 | -91/+87 |
* | Add new tests to bindat-tests.el | Stefan Kangas | 2020-04-29 | 1 | -1/+1 |
* | * lisp/emacs-lisp/bindat.el: Remove obsolete comment. | Paul Eggert | 2020-01-04 | 1 | -3/+0 |
* | Update copyright year to 2020 | Paul Eggert | 2020-01-01 | 1 | -1/+1 |
* | Fix byte compilation warning in bindat.el | Lars Ingebrigtsen | 2019-06-15 | 1 | -2/+2 |
* | Merge from origin/emacs-26 | Paul Eggert | 2018-12-31 | 1 | -1/+1 |
|\ |
|
| * | Update copyright year to 2019 | Paul Eggert | 2019-01-01 | 1 | -1/+1 |
* | | Audit use of lsh and fix glitches | Paul Eggert | 2018-08-21 | 1 | -14/+14 |
|/ |
|
* | Update copyright year to 2018 | Paul Eggert | 2018-01-01 | 1 | -1/+1 |
* | Prefer HTTPS to FTP and HTTP in documentation | Paul Eggert | 2017-09-13 | 1 | -1/+1 |
* | Update copyright year to 2017 | Paul Eggert | 2016-12-31 | 1 | -1/+1 |
* | Update copyright year to 2016 | Paul Eggert | 2016-01-01 | 1 | -1/+1 |
* | Update copyright year to 2015 | Paul Eggert | 2015-01-01 | 1 | -1/+1 |
* | Update copyright year to 2014 by running admin/update-copyright. | Paul Eggert | 2014-01-01 | 1 | -1/+1 |
* | Update copyright notices for 2013. | Paul Eggert | 2013-01-01 | 1 | -1/+1 |
* | Add 2012 to FSF copyright years for Emacs files | Glenn Morris | 2012-01-05 | 1 | -1/+1 |
* | Convert consecutive FSF copyright years to ranges. | Glenn Morris | 2011-01-24 | 1 | -1/+1 |
* | Nuke arch-tags. | Glenn Morris | 2011-01-15 | 1 | -1/+0 |