Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update copyright year to 2019 | Paul Eggert | 2019-01-01 | 1 | -1/+1 |
| | | | | Run 'TZ=UTC0 admin/update-copyright $(git ls-files)'. | ||||
* | Merge from Gnulib | Paul Eggert | 2017-12-31 | 1 | -1/+1 |
| | | | | | | | This incorporates: 2018-01-01 maint: Run 'make update-copyright' 2017-12-29 Add cross-compilation results for GNU/Hurd. 2017-12-12 explicit_bzero: port to macOS + Clang 9.0.0 | ||||
* | Update copyright year to 2017 | Paul Eggert | 2016-12-31 | 1 | -1/+1 |
| | | | | Run admin/update-copyright. | ||||
* | Merge from gnulib | Paul Eggert | 2016-01-01 | 1 | -1/+1 |
| | | | | | This mostly just updates copyright dates of gnulib files. It also updates to the latest version of texinfo.tex. | ||||
* | Merge from gnulib, incorporating: | Paul Eggert | 2015-01-01 | 1 | -1/+1 |
| | | | | 2015-01-01 version-etc: new year | ||||
* | Update copyright year to 2014 by running admin/update-copyright. | Paul Eggert | 2014-01-01 | 1 | -1/+1 |
| | |||||
* | Use hardware support for byteswapping on glibc x86 etc. | Paul Eggert | 2013-10-04 | 1 | -0/+19 |
On Fedora 19 x86-64, the new bswap_64 needs 1 instruction, whereas the old swap64 needed 30. * admin/merge-gnulib (GNULIB_MODULES): Add byteswap. * lib/byteswap.in.h, m4/byteswap.m4: New files, copied from Gnulib. * lib/gnulib.mk, m4/gnulib-comp.m4: Regenerate. * src/fringe.c (init_fringe_bitmap) [WORDS_BIGENDIAN]: * src/sound.c (le2hl, le2hs, be2hl) [!WINDOWSNT]: Use byteswap.h's macros to swap bytes. * src/lisp.h (swap16, swap32, swap64): Remove. All uses replaced by bswap_16, bswap_32, bswap_64. |