summaryrefslogtreecommitdiff
path: root/src/sound.c
Commit message (Expand)AuthorAgeFilesLines
* ; Add 2023 to copyright years.Eli Zaretskii2023-01-011-1/+1
* Allow plist-get/plist-put/plist-member to take a comparison functionLars Ingebrigtsen2022-06-271-4/+4
* Replace ptrdiff_t with new specpdl_ref type for specpdl referencesMattias EngdegÄrd2022-02-121-1/+1
* Merge from origin/emacs-28Eli Zaretskii2022-01-011-1/+1
|\
| * ; Add 2022 to copyright years.Eli Zaretskii2022-01-011-1/+1
* | Add support for the Haiku operating system and its window systemPo Lu2021-11-201-6/+18
|/
* Do not load native code when `load' is explicitly called on a .elc fileAndrea Corallo2021-03-191-2/+3
* Update copyright year to 2021Paul Eggert2021-01-011-1/+1
* Update copyright year to 2020Paul Eggert2020-01-011-1/+1
* lisp/*.el: Fix typos and improve some docstringsJuanma Barranquero2019-10-201-1/+1
* Don't worry about pre-1.0.0 alsa-lib includePaul Eggert2019-08-281-5/+1
* Mark _Noreturn error functions as coldPaul Eggert2019-04-181-2/+2
* Merge from origin/emacs-26Paul Eggert2018-12-311-1/+1
|\
| * Update copyright year to 2019Paul Eggert2019-01-011-1/+1
* | More macro renamings for bignumTom Tromey2018-08-071-3/+3
* | Rename integerp->fixnum, etc, in preparation for bignumsTom Tromey2018-07-121-3/+3
* | ; Replace "Written by" with standard "Author:" header in some C filesGlenn Morris2018-02-131-2/+3
|/
* Update copyright year to 2018Paul Eggert2018-01-011-1/+1
* Prefer HTTPS to FTP and HTTP in documentationPaul Eggert2017-09-131-1/+1
* Avoid compiler warnings on MS-Windows with GCC 6 and 7Eli Zaretskii2017-09-081-2/+1
* Compare and round more carefullyPaul Eggert2017-03-041-4/+4
* Merge from origin/emacs-25Paul Eggert2017-01-011-1/+1
|\
| * Update copyright year to 2017Paul Eggert2016-12-311-1/+1
* | emacs_strerror cleanupsPaul Eggert2016-06-111-1/+1
* | Fix compiler warnings in the MinGW buildEli Zaretskii2016-05-211-0/+2
|/
* Rework C source files to avoid ^(Paul Eggert2016-03-101-2/+2
* Update copyright year to 2016Paul Eggert2016-01-011-1/+1
* Include-file cleanup for src directoryPaul Eggert2015-10-201-1/+0
* Assume GC_MARK_STACK == GC_MAKE_GCPROS_NOOPSPaul Eggert2015-08-261-3/+0
* Count MANY function args more reliablyPaul Eggert2015-01-251-19/+7
* Compute C decls for DEFSYMs automaticallyPaul Eggert2015-01-051-6/+0
* Update copyright year to 2015Paul Eggert2015-01-011-1/+1
* Support playing on MS-Windows non-ASCII sound files using Unicode APIs.Eli Zaretskii2014-09-151-52/+106
* Merge from emacs-24; up to 2014-07-09T02:04:12Z!rgm@gnu.orgGlenn Morris2014-09-141-7/+10
|\
| * Fix expansion and encoding of sound file names on MS-Windows.Eli Zaretskii2014-09-131-8/+10
* | Use SAFE_ALLOCA etc. to avoid unbounded stack allocation.Paul Eggert2014-09-071-7/+8
* | Handle sigmask better with nested signal handlers.Paul Eggert2014-03-251-6/+6
|/
* Update copyright year to 2014 by running admin/update-copyright.Paul Eggert2014-01-011-1/+1
* Minor fixes for recent openp changes.Paul Eggert2013-12-181-1/+1
* Add load-prefer-newer option, to load .el if newer than .elcGlenn Morris2013-12-171-1/+1
* Use hardware support for byteswapping on glibc x86 etc.Paul Eggert2013-10-041-24/+5
* New unwind-protect flavors to better type-check C callbacks.Paul Eggert2013-07-161-6/+4
* Prefer list1 (X) to Fcons (X, Qnil) when building lists.Paul Eggert2013-07-151-1/+1
* Handle errno and exit status a bit more carefully.Paul Eggert2013-07-091-1/+1
* src/sound.c: Silence some warnings.Juanma Barranquero2013-06-191-11/+10
* * sound.c: Integer cleanups.Paul Eggert2013-06-191-65/+33
* Prefer `message1' over `message'.Stefan Monnier2013-02-171-1/+1
* Update copyright notices for 2013.Paul Eggert2013-01-011-1/+1
* Port better to POSIX hosts lacking _setjmp.Paul Eggert2012-09-151-1/+1
* Simplify SIGIO usage.Paul Eggert2012-09-121-6/+6