| Commit message (Expand) | Author | Age | Files | Lines |
* | Include <sys/ioctl.h> unconditionally. | Dan Nicolaescu | 2010-11-23 | 1 | -2/+0 |
* | Do not include stdlib.h and string.h, config.h does it. | Dan Nicolaescu | 2010-10-01 | 1 | -2/+0 |
* | Use autoconf determined WORDS_BIGENDIAN instead of hardcoded definition. | Andreas Schwab | 2010-08-09 | 1 | -4/+4 |
* | Use const char* instead of char*. | Dan Nicolaescu | 2010-08-09 | 1 | -11/+11 |
* | Remove extern declarations in .c files, .h files have them. | Dan Nicolaescu | 2010-08-05 | 1 | -1/+0 |
* | Make building under stricter warning flags somewhat cleaner. | Juanma Barranquero | 2010-07-25 | 1 | -0/+2 |
* | Convert some more functions to standard C. | Juanma Barranquero | 2010-07-20 | 1 | -6/+4 |
* | Convert DEFUNs to standard C. | Dan Nicolaescu | 2010-07-08 | 1 | -2/+1 |
* | Replace bcopy, bzero, bcmp by memcpy, memmove, memset, memcmp | Andreas Schwab | 2010-07-08 | 1 | -5/+6 |
* | Convert (most) functions in src to standard C. | Dan Nicolaescu | 2010-07-04 | 1 | -70/+29 |
* | Remove __P and P_ from .c and .m files and definition of P_ | Jan D | 2010-07-02 | 1 | -29/+29 |
* | Add 2010 to copyright years. | Glenn Morris | 2010-01-13 | 1 | -1/+1 |
* | * xterm.c (syms_of_xterm): | Dan Nicolaescu | 2009-11-06 | 1 | -4/+4 |
* | * alloc.c: Do not define struct catchtag. | Dan Nicolaescu | 2009-10-19 | 1 | -0/+1 |
* | (alsa_configure): Remove call do deprecated | Jan Djärv | 2009-03-14 | 1 | -6/+0 |
* | * sound.c (SOUND_WARNING): Use _snprintf, for MSVC compatibility. | Juanma Barranquero | 2009-01-15 | 1 | -7/+7 |
* | * sound.c [WINDOWSNT] (SOUND_WARNING): New macro. | Juanma Barranquero | 2009-01-12 | 1 | -23/+38 |
* | Add 2009 to copyright years. | Glenn Morris | 2009-01-08 | 1 | -1/+1 |
* | Switch to recommended form of GPLv3 permissions notice. | Glenn Morris | 2008-05-14 | 1 | -6/+4 |
* | (alsa_configure): Declare vol at beginning of block. | Jan Djärv | 2008-03-10 | 1 | -2/+2 |
* | Merge from emacs--rel--22 | Miles Bader | 2008-01-08 | 1 | -1/+1 |
|\ |
|
| * | Add 2008 to copyright years. | Glenn Morris | 2008-01-08 | 1 | -1/+1 |
* | | Johannes Weiner <hannes at saeurebad.de> | Glenn Morris | 2007-09-23 | 1 | -1/+0 |
|/ |
|
* | Switch license to GPLv3 or later. | Glenn Morris | 2007-07-25 | 1 | -1/+1 |
* | * sound.c (wav_play): Check header->data_length to see how much we | Jan Djärv | 2007-03-06 | 1 | -7/+15 |
* | Add 2007 to copyright years. | Glenn Morris | 2007-01-21 | 1 | -1/+1 |
* | Include <alsa/asoundlib.h> if ALSA_SUBDIR_INCLUDE is | Jan Djärv | 2006-12-20 | 1 | -1/+5 |
* | (Fplay_sound_internal): Remove spurious newline in docstring. | Juanma Barranquero | 2006-11-29 | 1 | -8/+8 |
* | * sound.c (alsa_init): Call snd_pcm_close after successful snd_pcm_open. | Jan Djärv | 2006-07-14 | 1 | -4/+6 |
* | * search.c (matcher_overflow): Mark as NO_RETURN. | Dan Nicolaescu | 2006-05-29 | 1 | -1/+2 |
* | * sound.c (alsa_open, alsa_configure, alsa_write): Move | Jan Djärv | 2006-05-29 | 1 | -16/+25 |
* | * sound.c (alsa_configure): Move get period/buffer_size after | Jan Djärv | 2006-05-26 | 1 | -3/+3 |
* | * sound.c (alsa_sound_perror, alsa_open, alsa_period_size) | Jan Djärv | 2006-05-18 | 1 | -9/+392 |
* | (Fplay_sound_internal): Dynamically allocate | Richard M. Stallman | 2006-05-03 | 1 | -42/+29 |
* | Update years in copyright notice; nfc. | Thien-Thi Nguyen | 2006-02-06 | 1 | -1/+1 |
* | Update years in copyright notice; nfc. | Thien-Thi Nguyen | 2005-08-07 | 1 | -1/+2 |
* | Update FSF's address. | Lute Kamstra | 2005-07-04 | 1 | -2/+2 |
* | Add arch taglines | Miles Bader | 2003-09-01 | 1 | -0/+3 |
* | Fix spacing and adapt to GNU coding conventions. | Juanma Barranquero | 2002-11-19 | 1 | -58/+56 |
* | Added a partial implementation of play-sound-internal for Windows. Fixed the... | Ben Key | 2002-11-17 | 1 | -126/+320 |
* | (struct sound_device): Function pointer field "write" | Ken Raeburn | 2002-07-19 | 1 | -3/+4 |
* | Most uses of XSTRING combined with STRING_BYTES or indirection changed to | Ken Raeburn | 2002-07-15 | 1 | -8/+8 |
* | Use macro SPECPDL_INDEX. | Juanma Barranquero | 2002-07-11 | 1 | -1/+1 |
* | (Fplay_sound_internal): Update call to openp. | Stefan Monnier | 2002-04-30 | 1 | -1/+1 |
* | (Fplay_sound_internal): Renamed from Fplay_sound. | Pavel Janík | 2002-04-05 | 1 | -19/+5 |
* | (Fplay_sound): Initialize header_size also for :data case. | Pavel Janík | 2002-01-14 | 1 | -26/+26 |
* | Doc fix. | Pavel Janík | 2002-01-04 | 1 | -1/+1 |
* | (sound_perror): Save errno from being clobbered. | Andreas Schwab | 2001-11-05 | 1 | -2/+4 |
* | (sound_perror): Unblock SIGIO, turn on atimers. | Gerd Moellmann | 2001-10-27 | 1 | -11/+30 |
* | Change doc-string comments to `new style' [w/`doc:' keyword]. | Pavel Janík | 2001-10-21 | 1 | -18/+18 |