aboutsummaryrefslogtreecommitdiffstats
path: root/src/sound.c
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * Add 2011 to FSF/AIST copyright years.Glenn Morris2011-01-021-1/+1
* | Include <sys/ioctl.h> unconditionally.Dan Nicolaescu2010-11-231-2/+0
* | Do not include stdlib.h and string.h, config.h does it.Dan Nicolaescu2010-10-011-2/+0
* | Use autoconf determined WORDS_BIGENDIAN instead of hardcoded definition.Andreas Schwab2010-08-091-4/+4
* | Use const char* instead of char*.Dan Nicolaescu2010-08-091-11/+11
* | Remove extern declarations in .c files, .h files have them.Dan Nicolaescu2010-08-051-1/+0
* | Make building under stricter warning flags somewhat cleaner.Juanma Barranquero2010-07-251-0/+2
* | Convert some more functions to standard C.Juanma Barranquero2010-07-201-6/+4
* | Convert DEFUNs to standard C.Dan Nicolaescu2010-07-081-2/+1
* | Replace bcopy, bzero, bcmp by memcpy, memmove, memset, memcmpAndreas Schwab2010-07-081-5/+6
* | Convert (most) functions in src to standard C.Dan Nicolaescu2010-07-041-70/+29
* | Remove __P and P_ from .c and .m files and definition of P_Jan D2010-07-021-29/+29
|/
* Add 2010 to copyright years.Glenn Morris2010-01-131-1/+1
* * xterm.c (syms_of_xterm):Dan Nicolaescu2009-11-061-4/+4
* * alloc.c: Do not define struct catchtag.Dan Nicolaescu2009-10-191-0/+1
* (alsa_configure): Remove call do deprecatedJan Djärv2009-03-141-6/+0
* * sound.c (SOUND_WARNING): Use _snprintf, for MSVC compatibility.Juanma Barranquero2009-01-151-7/+7
* * sound.c [WINDOWSNT] (SOUND_WARNING): New macro.Juanma Barranquero2009-01-121-23/+38
* Add 2009 to copyright years.Glenn Morris2009-01-081-1/+1
* Switch to recommended form of GPLv3 permissions notice.Glenn Morris2008-05-141-6/+4
* (alsa_configure): Declare vol at beginning of block.Jan Djärv2008-03-101-2/+2
* Merge from emacs--rel--22Miles Bader2008-01-081-1/+1
|\
| * Add 2008 to copyright years.Glenn Morris2008-01-081-1/+1
* | Johannes Weiner <hannes at saeurebad.de>Glenn Morris2007-09-231-1/+0
|/
* Switch license to GPLv3 or later.Glenn Morris2007-07-251-1/+1
* * sound.c (wav_play): Check header->data_length to see how much weJan Djärv2007-03-061-7/+15
* Add 2007 to copyright years.Glenn Morris2007-01-211-1/+1
* Include <alsa/asoundlib.h> if ALSA_SUBDIR_INCLUDE isJan Djärv2006-12-201-1/+5
* (Fplay_sound_internal): Remove spurious newline in docstring.Juanma Barranquero2006-11-291-8/+8
* * sound.c (alsa_init): Call snd_pcm_close after successful snd_pcm_open.Jan Djärv2006-07-141-4/+6
* * search.c (matcher_overflow): Mark as NO_RETURN.Dan Nicolaescu2006-05-291-1/+2
* * sound.c (alsa_open, alsa_configure, alsa_write): MoveJan Djärv2006-05-291-16/+25