summaryrefslogtreecommitdiff
path: root/src/sound.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Signal-handler cleanup.Paul Eggert2012-09-061-6/+18
* Simplify redefinition of 'abort' (Bug#12316).Paul Eggert2012-09-041-2/+2
* Don't use the abbreviation "win" to refer to Windows (Bug#10421).Paul Eggert2012-07-291-1/+1
* Remove empty and useless init functions.Dmitry Antipov2012-07-161-6/+0
* Let configure set DEFAULT_SOUND_DEVICEGlenn Morris2012-07-101-8/+4
* More xmalloc and related cleanup.Paul Eggert2012-07-051-8/+8
* Cleanup xmalloc.Dmitry Antipov2012-07-051-4/+2
* Generalize run-time debugging checks.Dmitry Antipov2012-06-281-2/+2
* Switch from NO_RETURN to C11's _Noreturn.Paul Eggert2012-06-241-9/+2
* Merge from trunk.Paul Eggert2012-05-251-3/+4
|\
| * * sound.c (DEFAULT_ALSA_SOUND_DEVICE): Define only if HAVE_ALSA.Paul Eggert2012-05-091-3/+4
* | Merge from trunk.Paul Eggert2012-01-091-1/+1
|\ \ | |/
| * Add 2012 to FSF copyright years for Emacs filesGlenn Morris2012-01-051-1/+1
* | Merge from trunk.Paul Eggert2011-12-101-1/+1
|\ \ | |/
| * Spelling fixes.Paul Eggert2011-11-191-1/+1
* | Merge from trunk.Paul Eggert2011-11-181-1/+1
|\ \ | |/
| * Spelling fixes.Paul Eggert2011-11-141-1/+1