summaryrefslogtreecommitdiff
path: root/src/sound.c
AgeCommit message (Expand)Author
2023-08-01Merge remote-tracking branch 'origin/master' into feature/androidPo Lu
2023-07-20Fix NetBSD build --with-soundEli Zaretskii
2023-03-07Update Android portPo Lu
2023-01-01; Add 2023 to copyright years.Eli Zaretskii
2022-06-27Allow plist-get/plist-put/plist-member to take a comparison functionLars Ingebrigtsen
2022-02-12Replace ptrdiff_t with new specpdl_ref type for specpdl referencesMattias EngdegÄrd
2022-01-01Merge from origin/emacs-28Eli Zaretskii
2022-01-01; Add 2022 to copyright years.Eli Zaretskii
2021-11-20Add support for the Haiku operating system and its window systemPo Lu
2021-03-19Do not load native code when `load' is explicitly called on a .elc fileAndrea Corallo
2021-01-01Update copyright year to 2021Paul Eggert
2020-01-01Update copyright year to 2020Paul Eggert
2019-10-20lisp/*.el: Fix typos and improve some docstringsJuanma Barranquero
2019-08-28Don't worry about pre-1.0.0 alsa-lib includePaul Eggert
2019-04-18Mark _Noreturn error functions as coldPaul Eggert
2018-12-31Merge from origin/emacs-26Paul Eggert
2019-01-01Update copyright year to 2019Paul Eggert
2018-08-07More macro renamings for bignumTom Tromey
2018-07-12Rename integerp->fixnum, etc, in preparation for bignumsTom Tromey
2018-02-13; Replace "Written by" with standard "Author:" header in some C filesGlenn Morris
2018-01-01Update copyright year to 2018Paul Eggert
2017-09-13Prefer HTTPS to FTP and HTTP in documentationPaul Eggert
2017-09-08Avoid compiler warnings on MS-Windows with GCC 6 and 7Eli Zaretskii
2017-03-04Compare and round more carefullyPaul Eggert
2017-01-01Merge from origin/emacs-25Paul Eggert
2016-12-31Update copyright year to 2017Paul Eggert
2016-06-11emacs_strerror cleanupsPaul Eggert
2016-05-21Fix compiler warnings in the MinGW buildEli Zaretskii
2016-03-10Rework C source files to avoid ^(Paul Eggert
2016-01-01Update copyright year to 2016Paul Eggert
2015-10-20Include-file cleanup for src directoryPaul Eggert
2015-08-26Assume GC_MARK_STACK == GC_MAKE_GCPROS_NOOPSPaul Eggert
2015-01-25Count MANY function args more reliablyPaul Eggert
2015-01-05Compute C decls for DEFSYMs automaticallyPaul Eggert
2015-01-01Update copyright year to 2015Paul Eggert
2014-09-15Support playing on MS-Windows non-ASCII sound files using Unicode APIs.Eli Zaretskii
2014-09-14Merge from emacs-24; up to 2014-07-09T02:04:12Z!rgm@gnu.orgGlenn Morris
2014-09-13Fix expansion and encoding of sound file names on MS-Windows.Eli Zaretskii
2014-09-07Use SAFE_ALLOCA etc. to avoid unbounded stack allocation.Paul Eggert
2014-03-25Handle sigmask better with nested signal handlers.Paul Eggert
2014-01-01Update copyright year to 2014 by running admin/update-copyright.Paul Eggert
2013-12-18Minor fixes for recent openp changes.Paul Eggert
2013-12-17Add load-prefer-newer option, to load .el if newer than .elcGlenn Morris
2013-10-04Use hardware support for byteswapping on glibc x86 etc.Paul Eggert
2013-07-16New unwind-protect flavors to better type-check C callbacks.Paul Eggert
2013-07-15Prefer list1 (X) to Fcons (X, Qnil) when building lists.Paul Eggert
2013-07-09Handle errno and exit status a bit more carefully.Paul Eggert
2013-06-19src/sound.c: Silence some warnings.Juanma Barranquero
2013-06-19* sound.c: Integer cleanups.Paul Eggert
2013-02-17Prefer `message1' over `message'.Stefan Monnier