index
:
forks/emacs.git
local/emacs-29
local/emacs30
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
sound.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Allow plist-get/plist-put/plist-member to take a comparison function
Lars Ingebrigtsen
2022-06-27
1
-4
/
+4
*
Replace ptrdiff_t with new specpdl_ref type for specpdl references
Mattias EngdegÄrd
2022-02-12
1
-1
/
+1
*
Merge from origin/emacs-28
Eli Zaretskii
2022-01-01
1
-1
/
+1
|
\
|
*
; Add 2022 to copyright years.
Eli Zaretskii
2022-01-01
1
-1
/
+1
*
|
Add support for the Haiku operating system and its window system
Po Lu
2021-11-20
1
-6
/
+18
|
/
*
Do not load native code when `load' is explicitly called on a .elc file
Andrea Corallo
2021-03-19
1
-2
/
+3
*
Update copyright year to 2021
Paul Eggert
2021-01-01
1
-1
/
+1
*
Update copyright year to 2020
Paul Eggert
2020-01-01
1
-1
/
+1
*
lisp/*.el: Fix typos and improve some docstrings
Juanma Barranquero
2019-10-20
1
-1
/
+1
*
Don't worry about pre-1.0.0 alsa-lib include
Paul Eggert
2019-08-28
1
-5
/
+1
*
Mark _Noreturn error functions as cold
Paul Eggert
2019-04-18
1
-2
/
+2
*
Merge from origin/emacs-26
Paul Eggert
2018-12-31
1
-1
/
+1
|
\
|
*
Update copyright year to 2019
Paul Eggert
2019-01-01
1
-1
/
+1
*
|
More macro renamings for bignum
Tom Tromey
2018-08-07
1
-3
/
+3
*
|
Rename integerp->fixnum, etc, in preparation for bignums
Tom Tromey
2018-07-12
1
-3
/
+3
*
|
; Replace "Written by" with standard "Author:" header in some C files
Glenn Morris
2018-02-13
1
-2
/
+3
|
/
*
Update copyright year to 2018
Paul Eggert
2018-01-01
1
-1
/
+1
*
Prefer HTTPS to FTP and HTTP in documentation
Paul Eggert
2017-09-13
1
-1
/
+1
*
Avoid compiler warnings on MS-Windows with GCC 6 and 7
Eli Zaretskii
2017-09-08
1
-2
/
+1
*
Compare and round more carefully
Paul Eggert
2017-03-04
1
-4
/
+4
*
Merge from origin/emacs-25
Paul Eggert
2017-01-01
1
-1
/
+1
|
\
|
*
Update copyright year to 2017
Paul Eggert
2016-12-31
1
-1
/
+1
*
|
emacs_strerror cleanups
Paul Eggert
2016-06-11
1
-1
/
+1
*
|
Fix compiler warnings in the MinGW build
Eli Zaretskii
2016-05-21
1
-0
/
+2
|
/
*
Rework C source files to avoid ^(
Paul Eggert
2016-03-10
1
-2
/
+2
*
Update copyright year to 2016
Paul Eggert
2016-01-01
1
-1
/
+1
*
Include-file cleanup for src directory
Paul Eggert
2015-10-20
1
-1
/
+0
*
Assume GC_MARK_STACK == GC_MAKE_GCPROS_NOOPS
Paul Eggert
2015-08-26
1
-3
/
+0
*
Count MANY function args more reliably
Paul Eggert
2015-01-25
1
-19
/
+7
*
Compute C decls for DEFSYMs automatically
Paul Eggert
2015-01-05
1
-6
/
+0
*
Update copyright year to 2015
Paul Eggert
2015-01-01
1
-1
/
+1
*
Support playing on MS-Windows non-ASCII sound files using Unicode APIs.
Eli Zaretskii
2014-09-15
1
-52
/
+106
*
Merge from emacs-24; up to 2014-07-09T02:04:12Z!rgm@gnu.org
Glenn Morris
2014-09-14
1
-7
/
+10
|
\
|
*
Fix expansion and encoding of sound file names on MS-Windows.
Eli Zaretskii
2014-09-13
1
-8
/
+10
*
|
Use SAFE_ALLOCA etc. to avoid unbounded stack allocation.
Paul Eggert
2014-09-07
1
-7
/
+8
*
|
Handle sigmask better with nested signal handlers.
Paul Eggert
2014-03-25
1
-6
/
+6
|
/
*
Update copyright year to 2014 by running admin/update-copyright.
Paul Eggert
2014-01-01
1
-1
/
+1
*
Minor fixes for recent openp changes.
Paul Eggert
2013-12-18
1
-1
/
+1
*
Add load-prefer-newer option, to load .el if newer than .elc
Glenn Morris
2013-12-17
1
-1
/
+1
*
Use hardware support for byteswapping on glibc x86 etc.
Paul Eggert
2013-10-04
1
-24
/
+5
*
New unwind-protect flavors to better type-check C callbacks.
Paul Eggert
2013-07-16
1
-6
/
+4
*
Prefer list1 (X) to Fcons (X, Qnil) when building lists.
Paul Eggert
2013-07-15
1
-1
/
+1
*
Handle errno and exit status a bit more carefully.
Paul Eggert
2013-07-09
1
-1
/
+1
*
src/sound.c: Silence some warnings.
Juanma Barranquero
2013-06-19
1
-11
/
+10
*
* sound.c: Integer cleanups.
Paul Eggert
2013-06-19
1
-65
/
+33
*
Prefer `message1' over `message'.
Stefan Monnier
2013-02-17
1
-1
/
+1
*
Update copyright notices for 2013.
Paul Eggert
2013-01-01
1
-1
/
+1
*
Port better to POSIX hosts lacking _setjmp.
Paul Eggert
2012-09-15
1
-1
/
+1
*
Simplify SIGIO usage.
Paul Eggert
2012-09-12
1
-6
/
+6
*
Signal-handler cleanup.
Paul Eggert
2012-09-06
1
-6
/
+18
[next]