summaryrefslogtreecommitdiff
path: root/src/sound.c
Commit message (Expand)AuthorAge
...
* Signal-handler cleanup.Paul Eggert2012-09-06
* Simplify redefinition of 'abort' (Bug#12316).Paul Eggert2012-09-04
* Don't use the abbreviation "win" to refer to Windows (Bug#10421).Paul Eggert2012-07-29
* Remove empty and useless init functions.Dmitry Antipov2012-07-16
* Let configure set DEFAULT_SOUND_DEVICEGlenn Morris2012-07-10
* More xmalloc and related cleanup.Paul Eggert2012-07-05
* Cleanup xmalloc.Dmitry Antipov2012-07-05
* Generalize run-time debugging checks.Dmitry Antipov2012-06-28
* Switch from NO_RETURN to C11's _Noreturn.Paul Eggert2012-06-24
* Merge from trunk.Paul Eggert2012-05-25
|\
| * * sound.c (DEFAULT_ALSA_SOUND_DEVICE): Define only if HAVE_ALSA.Paul Eggert2012-05-09
* | Merge from trunk.Paul Eggert2012-01-09
|\|
| * Add 2012 to FSF copyright years for Emacs filesGlenn Morris2012-01-05
* | Merge from trunk.Paul Eggert2011-12-10
|\|
| * Spelling fixes.Paul Eggert2011-11-19
* | Merge from trunk.Paul Eggert2011-11-18
|\|
| * Spelling fixes.Paul Eggert2011-11-14
* | * alloc.c (pure_bytes_used_lisp, pure_bytes_used_non_lisp):Paul Eggert2011-09-21
|/
* Whitespace changes.Juanma Barranquero2011-09-09
* Move DEFSYM to lisp.h and use everywhere.Juanma Barranquero2011-06-24
* * sound.c (Fplay_sound_internal): Remove cast to unsigned long.Paul Eggert2011-06-12
* * sound.c: Use EMACS_INT rather than size_t.Paul Eggert2011-04-15
* Merge from mainline.Paul Eggert2011-04-15
|\
| * Merge from mainline.Paul Eggert2011-04-14
| |\
| * | * sound.c (current_sound_device, current_sound): Now static.Paul Eggert2011-04-13
| * | Declare Lisp_Object Q* variables to be 'static' if not exproted.Paul Eggert2011-04-10
* | | * sound.c: Don't assume sizes fit in 'int'.Paul Eggert2011-04-12
| |/ |/|
* | Use xfree instead of free where appropriate (Bug#8437)Andreas Schwab2011-04-12
* | Fix write-region and its subroutines for buffers > 2GB.Eli Zaretskii2011-04-10
|/
* * sound.c (sound_warning): Don't crash if arg contains a printf format.Paul Eggert2011-04-05
* * sound.c (wav_play): Initialize a variable to 0, to prevent undefined behavior.Paul Eggert2011-03-17
* * sound.c (alsa_choose_format): Remove unused local var.Paul Eggert2011-03-17
* * sound.c (wav_play, au_play, Fplay_sound_internal):Paul Eggert2011-03-17
* Convert consecutive FSF copyright years to ranges.Glenn Morris2011-01-24
* Nuke arch-tags.Glenn Morris2011-01-15
* Merge from emacs-23Stefan Monnier2011-01-14
|\
| * Add 2011 to FSF/AIST copyright years.Glenn Morris2011-01-02
* | Include <sys/ioctl.h> unconditionally.Dan Nicolaescu2010-11-23
* | Do not include stdlib.h and string.h, config.h does it.Dan Nicolaescu2010-10-01
* | Use autoconf determined WORDS_BIGENDIAN instead of hardcoded definition.Andreas Schwab2010-08-09
* | Use const char* instead of char*.Dan Nicolaescu2010-08-09
* | Remove extern declarations in .c files, .h files have them.Dan Nicolaescu2010-08-05
* | Make building under stricter warning flags somewhat cleaner.Juanma Barranquero2010-07-25
* | Convert some more functions to standard C.Juanma Barranquero2010-07-20
* | Convert DEFUNs to standard C.Dan Nicolaescu2010-07-08
* | Replace bcopy, bzero, bcmp by memcpy, memmove, memset, memcmpAndreas Schwab2010-07-08
* | Convert (most) functions in src to standard C.Dan Nicolaescu2010-07-04
* | Remove __P and P_ from .c and .m files and definition of P_Jan D2010-07-02
|/
* Add 2010 to copyright years.Glenn Morris2010-01-13
* * xterm.c (syms_of_xterm):Dan Nicolaescu2009-11-06