summaryrefslogtreecommitdiff
path: root/src/sound.c
AgeCommit message (Expand)Author
2012-01-05Add 2012 to FSF copyright years for Emacs filesGlenn Morris
2011-11-19Spelling fixes.Paul Eggert
2011-11-14Spelling fixes.Paul Eggert
2011-09-09Whitespace changes.Juanma Barranquero
2011-06-24Move DEFSYM to lisp.h and use everywhere.Juanma Barranquero
2011-06-12* sound.c (Fplay_sound_internal): Remove cast to unsigned long.Paul Eggert
2011-04-15* sound.c: Use EMACS_INT rather than size_t.Paul Eggert
2011-04-15Merge from mainline.Paul Eggert
2011-04-14Merge from mainline.Paul Eggert
2011-04-13* sound.c (current_sound_device, current_sound): Now static.Paul Eggert
2011-04-12* sound.c: Don't assume sizes fit in 'int'.Paul Eggert
2011-04-12Use xfree instead of free where appropriate (Bug#8437)Andreas Schwab
2011-04-10Declare Lisp_Object Q* variables to be 'static' if not exproted.Paul Eggert
2011-04-10Fix write-region and its subroutines for buffers > 2GB.Eli Zaretskii
2011-04-05* sound.c (sound_warning): Don't crash if arg contains a printf format.Paul Eggert
2011-03-17* sound.c (wav_play): Initialize a variable to 0, to prevent undefined behavior.Paul Eggert
2011-03-17* sound.c (alsa_choose_format): Remove unused local var.Paul Eggert
2011-03-17* sound.c (wav_play, au_play, Fplay_sound_internal):Paul Eggert
2011-01-24Convert consecutive FSF copyright years to ranges.Glenn Morris
2011-01-15Nuke arch-tags.Glenn Morris
2011-01-14Merge from emacs-23Stefan Monnier
2011-01-02Add 2011 to FSF/AIST copyright years.Glenn Morris
2010-11-23Include <sys/ioctl.h> unconditionally.Dan Nicolaescu
2010-10-01Do not include stdlib.h and string.h, config.h does it.Dan Nicolaescu
2010-08-09Use autoconf determined WORDS_BIGENDIAN instead of hardcoded definition.Andreas Schwab
2010-08-09Use const char* instead of char*.Dan Nicolaescu
2010-08-05Remove extern declarations in .c files, .h files have them.Dan Nicolaescu
2010-07-25Make building under stricter warning flags somewhat cleaner.Juanma Barranquero
2010-07-20Convert some more functions to standard C.Juanma Barranquero
2010-07-08Convert DEFUNs to standard C.Dan Nicolaescu
2010-07-08Replace bcopy, bzero, bcmp by memcpy, memmove, memset, memcmpAndreas Schwab
2010-07-04Convert (most) functions in src to standard C.Dan Nicolaescu
2010-07-02Remove __P and P_ from .c and .m files and definition of P_Jan D
2010-01-13Add 2010 to copyright years.Glenn Morris
2009-11-06* xterm.c (syms_of_xterm):Dan Nicolaescu
2009-10-19* alloc.c: Do not define struct catchtag.Dan Nicolaescu
2009-03-14(alsa_configure): Remove call do deprecatedJan Djärv
2009-01-15* sound.c (SOUND_WARNING): Use _snprintf, for MSVC compatibility.Juanma Barranquero
2009-01-12* sound.c [WINDOWSNT] (SOUND_WARNING): New macro.Juanma Barranquero
2009-01-08Add 2009 to copyright years.Glenn Morris
2008-05-14Switch to recommended form of GPLv3 permissions notice.Glenn Morris
2008-03-10(alsa_configure): Declare vol at beginning of block.Jan Djärv
2008-01-08Merge from emacs--rel--22Miles Bader
2008-01-08Add 2008 to copyright years.Glenn Morris
2007-09-23Johannes Weiner <hannes at saeurebad.de>Glenn Morris
2007-07-25Switch license to GPLv3 or later.Glenn Morris
2007-03-06* sound.c (wav_play): Check header->data_length to see how much weJan Djärv
2007-01-21Add 2007 to copyright years.Glenn Morris
2006-12-20Include <alsa/asoundlib.h> if ALSA_SUBDIR_INCLUDE isJan Djärv
2006-11-29(Fplay_sound_internal): Remove spurious newline in docstring.Juanma Barranquero