summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp/bindat.el
Commit message (Expand)AuthorAgeFilesLines
* (macroexp-warn-and-return): Fix bug#53618Stefan Monnier2022-02-191-1/+0
* Merge branch 'master' into scratch/correct-warning-posAlan Mackenzie2022-01-111-1/+1
|\
| * ; Add 2022 to copyright years.Eli Zaretskii2022-01-011-1/+1
* | Several amendments to scratch/correct-warning-pos.Alan Mackenzie2021-12-011-0/+1
|/
* Evaluate eql specializersakater2021-08-031-12/+12
* * lisp/emacs-lisp/bindat.el: Allow non-fixed size of `strz`Stefan Monnier2021-04-151-9/+24
* * lisp/emacs-lisp/bindat.el (bindat-struct): Fix Edebug defStefan Monnier2021-03-061-2/+2
* Bindat: new macro-expansion based data layout languageStefan Monnier2021-03-051-151/+416
* * lisp/emacs-lisp/bindat.el: Minor refactoringStefan Monnier2021-03-051-69/+70
* * lisp/emacs-lisp/bindat.el: Tweak example in commentStefan Monnier2021-02-181-9/+9
* * lisp/emacs-lisp/bindat.el: Add 64bit int supportStefan Monnier2021-02-151-20/+31
* * lisp/emacs-lisp/bindat.el: Clarify when field labels are optionalStefan Monnier2021-02-151-115/+102
* * lisp/emacs-lisp/bindat.el (bindat-spec): New macro.Stefan Monnier2021-02-151-9/+50
* * lisp/emacs-lisp/bindat.el: Expose the `struct` variable (bug#46534)Stefan Monnier2021-02-151-11/+12
* Use lexical-binding in all of `lisp/emacs-lisp`Stefan Monnier2021-01-281-50/+62
* Update copyright year to 2021Paul Eggert2021-01-011-1/+1
* Revert "Use lexical-binding in bindat.el"Stefan Kangas2020-10-241-85/+89
* ; * lisp/emacs-lisp/bindat.el (bindat-unpack): Fix typo.Stefan Kangas2020-10-211-1/+1
* Use lexical-binding in bindat.elStefan Kangas2020-10-211-91/+87
* Add new tests to bindat-tests.elStefan Kangas2020-04-291-1/+1
* * lisp/emacs-lisp/bindat.el: Remove obsolete comment.Paul Eggert2020-01-041-3/+0
* Update copyright year to 2020Paul Eggert2020-01-011-1/+1
* Fix byte compilation warning in bindat.elLars Ingebrigtsen2019-06-151-2/+2
* Merge from origin/emacs-26Paul Eggert2018-12-311-1/+1
|\
| * Update copyright year to 2019Paul Eggert2019-01-011-1/+1
* | Audit use of lsh and fix glitchesPaul Eggert2018-08-211-14/+14
|/
* Update copyright year to 2018Paul Eggert2018-01-011-1/+1
* Prefer HTTPS to FTP and HTTP in documentationPaul Eggert2017-09-131-1/+1
* Update copyright year to 2017Paul Eggert2016-12-311-1/+1
* Update copyright year to 2016Paul Eggert2016-01-011-1/+1
* Update copyright year to 2015Paul Eggert2015-01-011-1/+1
* Update copyright year to 2014 by running admin/update-copyright.Paul Eggert2014-01-011-1/+1
* Update copyright notices for 2013.Paul Eggert2013-01-011-1/+1
* Add 2012 to FSF copyright years for Emacs filesGlenn Morris2012-01-051-1/+1
* Convert consecutive FSF copyright years to ranges.Glenn Morris2011-01-241-1/+1
* Nuke arch-tags.Glenn Morris2011-01-151-1/+0
* Add 2011 to FSF/AIST copyright years.Glenn Morris2011-01-021-1/+1
* Add 2010 to copyright years.Glenn Morris2010-01-131-1/+1
* * emacs-lisp/bindat.el (bindat-pack): Allocate and set a stringChong Yidong2009-05-041-2/+2
* Add 2009 to copyright years.Glenn Morris2009-01-051-1/+1
* Switch to recommended form of GPLv3 permissions notice.Glenn Morris2008-05-061-6/+4
* Fix up comment convention on the arch-tag lines.Stefan Monnier2008-04-101-1/+1
* Add 2008 to copyright years.Glenn Morris2008-01-071-1/+1
* Switch license to GPLv3 or later.Glenn Morris2007-07-251-1/+1
* (bindat--unpack-u*): Optimize.Kim F. Storm2007-02-171-21/+41
* Add 2007 to copyright years.Glenn Morris2007-01-211-1/+1
* (bindat--unpack-group, bindat--length-group)Kim F. Storm2006-12-291-6/+6
* (bindat-unpack): Doc fix.Richard M. Stallman2006-09-081-7/+10
* (bindat-ip-to-string): Use `format-network-address' if possible.Thien-Thi Nguyen2006-08-111-3/+6
* (bindat-idx, bindat-raw): Rename dynamic variablesKim F. Storm2006-05-281-54/+54