summaryrefslogtreecommitdiff
path: root/src/sound.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* | * alloc.c (pure_bytes_used_lisp, pure_bytes_used_non_lisp):Paul Eggert2011-09-211-13/+13
|/
* Whitespace changes.Juanma Barranquero2011-09-091-3/+3
* Move DEFSYM to lisp.h and use everywhere.Juanma Barranquero2011-06-241-8/+4
* * sound.c (Fplay_sound_internal): Remove cast to unsigned long.Paul Eggert2011-06-121-1/+1
* * sound.c: Use EMACS_INT rather than size_t.Paul Eggert2011-04-151-12/+12
* Merge from mainline.Paul Eggert2011-04-151-5/+5
|\
| * Merge from mainline.Paul Eggert2011-04-141-4/+4
| |\
| * | * sound.c (current_sound_device, current_sound): Now static.Paul Eggert2011-04-131-2/+2
| * | Declare Lisp_Object Q* variables to be 'static' if not exproted.Paul Eggert2011-04-101-3/+3
* | | * sound.c: Don't assume sizes fit in 'int'.Paul Eggert2011-04-121-14/+13
| |/ |/|
* | Use xfree instead of free where appropriate (Bug#8437)Andreas Schwab2011-04-121-3/+3
* | Fix write-region and its subroutines for buffers > 2GB.Eli Zaretskii2011-04-101-1/+1
|/
* * sound.c (sound_warning): Don't crash if arg contains a printf format.Paul Eggert2011-04-051-1/+1
* * sound.c (wav_play): Initialize a variable to 0, to prevent undefined behavior.Paul Eggert2011-03-171-1/+1
* * sound.c (alsa_choose_format): Remove unused local var.Paul Eggert2011-03-171-1/+0
* * sound.c (wav_play, au_play, Fplay_sound_internal):Paul Eggert2011-03-171-4/+3
* Convert consecutive FSF copyright years to ranges.Glenn Morris2011-01-241-2/+1
* Nuke arch-tags.Glenn Morris2011-01-151-2/+0
* Merge from emacs-23Stefan Monnier2011-01-141-1/+1
|\