| Commit message (Expand) | Author | Age | Files | Lines |
* | More xmalloc and related cleanup. | Paul Eggert | 2012-07-05 | 1 | -8/+8 |
* | Cleanup xmalloc. | Dmitry Antipov | 2012-07-05 | 1 | -4/+2 |
* | Generalize run-time debugging checks. | Dmitry Antipov | 2012-06-28 | 1 | -2/+2 |
* | Switch from NO_RETURN to C11's _Noreturn. | Paul Eggert | 2012-06-24 | 1 | -9/+2 |
* | Merge from trunk. | Paul Eggert | 2012-05-25 | 1 | -3/+4 |
|\ |
|
| * | * sound.c (DEFAULT_ALSA_SOUND_DEVICE): Define only if HAVE_ALSA. | Paul Eggert | 2012-05-09 | 1 | -3/+4 |
* | | Merge from trunk. | Paul Eggert | 2012-01-09 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | Add 2012 to FSF copyright years for Emacs files | Glenn Morris | 2012-01-05 | 1 | -1/+1 |
* | | Merge from trunk. | Paul Eggert | 2011-12-10 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | Spelling fixes. | Paul Eggert | 2011-11-19 | 1 | -1/+1 |
* | | Merge from trunk. | Paul Eggert | 2011-11-18 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | Spelling fixes. | Paul Eggert | 2011-11-14 | 1 | -1/+1 |
* | | * alloc.c (pure_bytes_used_lisp, pure_bytes_used_non_lisp): | Paul Eggert | 2011-09-21 | 1 | -13/+13 |
|/ |
|
* | Whitespace changes. | Juanma Barranquero | 2011-09-09 | 1 | -3/+3 |
* | Move DEFSYM to lisp.h and use everywhere. | Juanma Barranquero | 2011-06-24 | 1 | -8/+4 |
* | * sound.c (Fplay_sound_internal): Remove cast to unsigned long. | Paul Eggert | 2011-06-12 | 1 | -1/+1 |
* | * sound.c: Use EMACS_INT rather than size_t. | Paul Eggert | 2011-04-15 | 1 | -12/+12 |
* | Merge from mainline. | Paul Eggert | 2011-04-15 | 1 | -5/+5 |
|\ |
|
| * | Merge from mainline. | Paul Eggert | 2011-04-14 | 1 | -4/+4 |
| |\ |
|
| * | | * sound.c (current_sound_device, current_sound): Now static. | Paul Eggert | 2011-04-13 | 1 | -2/+2 |
| * | | Declare Lisp_Object Q* variables to be 'static' if not exproted. | Paul Eggert | 2011-04-10 | 1 | -3/+3 |
* | | | * sound.c: Don't assume sizes fit in 'int'. | Paul Eggert | 2011-04-12 | 1 | -14/+13 |
| |/
|/| |
|
* | | Use xfree instead of free where appropriate (Bug#8437) | Andreas Schwab | 2011-04-12 | 1 | -3/+3 |
* | | Fix write-region and its subroutines for buffers > 2GB. | Eli Zaretskii | 2011-04-10 | 1 | -1/+1 |
|/ |
|
* | * sound.c (sound_warning): Don't crash if arg contains a printf format. | Paul Eggert | 2011-04-05 | 1 | -1/+1 |
* | * sound.c (wav_play): Initialize a variable to 0, to prevent undefined behavior. | Paul Eggert | 2011-03-17 | 1 | -1/+1 |
* | * sound.c (alsa_choose_format): Remove unused local var. | Paul Eggert | 2011-03-17 | 1 | -1/+0 |
* | * sound.c (wav_play, au_play, Fplay_sound_internal): | Paul Eggert | 2011-03-17 | 1 | -4/+3 |
* | Convert consecutive FSF copyright years to ranges. | Glenn Morris | 2011-01-24 | 1 | -2/+1 |
* | Nuke arch-tags. | Glenn Morris | 2011-01-15 | 1 | -2/+0 |
* | Merge from emacs-23 | Stefan Monnier | 2011-01-14 | 1 | -1/+1 |
|\ |
|
| * | Add 2011 to FSF/AIST copyright years. | Glenn Morris | 2011-01-02 | 1 | -1/+1 |
* | | 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 |