aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* Support SIGTRAP in kill emulation on WindowsAlain Schneble2016-10-082-3/+51
* Fix compilation with MinGW runtime 3.22.2 and w32api 3.18.2Eli Zaretskii2016-10-061-0/+20
* * src/fileio.c (Finsert_file_contents): Fix hook handling (bug#24340)Stefan Monnier2016-10-034-36/+36
* Bump Emacs version to 26.0.50Eli Zaretskii2016-10-011-1/+1
* Avoid compilation warning on MinGWEli Zaretskii2016-10-011-1/+2
* Limit <config.h>’s includesPaul Eggert2016-09-3037-64/+59
* New user option 'debugger-stack-frame-as-list'Vasilij Schneidermann2016-09-301-2/+10
* ; src/image.c (imagemagick_load_image): Fix a typo.Eli Zaretskii2016-09-301-1/+1
* * src/alloc.c: call only non-null finalizersAurelien Aptel2016-09-301-1/+2
* Avoid compiler warnings in image.c on MS-WindowsEli Zaretskii2016-09-301-3/+9
* Fix problems found by static checking --with-nsPaul Eggert2016-09-298-266/+132
* Merge from origin/emacs-25Paul Eggert2016-09-262-2/+2
|\
| * Update commentary of STRING_CHAR and FETCH_MULTIBYTE_CHAREli Zaretskii2016-09-232-15/+2
* | Merge from origin/emacs-25Paul Eggert2016-09-262-15/+15
|\ \ | |/
| * Fix comments on window height macrosNoam Postavsky2016-09-111-2/+2
| * Improve and clarify documentation of subprocessesEli Zaretskii2016-08-241-13/+13
* | Improve integer overflow handling a bitPaul Eggert2016-09-248-86/+58
* | Use flexmembers on IBM XL C for AIXPaul Eggert2016-09-202-17/+9
* | Port January __morecore changes to AIX 7.1Paul Eggert2016-09-172-2/+3
* | Define _GNU_SOURCE in files delaying config.hPaul Eggert2016-09-174-4/+10
* | Define _GNU_SOURCE in unexmacosx.cPaul Eggert2016-09-161-0/+6
* | Improve the doc string of 'format'Eli Zaretskii2016-09-161-1/+2
* | Prefer now-standard int width macrosPaul Eggert2016-09-1513-54/+46
* | Avoid compiler warning on MS-Windows due to clone_fileEli Zaretskii2016-09-141-0/+2
* | Avoid aborts in GC due to abort_on_gcEli Zaretskii2016-09-144-14/+0
* | Port to ISO/IEC TS 18661-1:2014Paul Eggert2016-09-138-15/+16
* | Fix compiler thinking width and height may be unitialised in frame.cMichal Nazarewicz2016-09-121-22/+8
* | * src/casefiddle.c (casify_word): Simplify.Paul Eggert2016-09-121-17/+5
* | * src/casefiddle.c (casify_word): Return Qnil.Paul Eggert2016-09-121-6/+4
* | Refactor common code in {upcase,downcase,capitalize}-word functionsMichal Nazarewicz2016-09-121-27/+17
* | copy-file now uses GNU/Linux file cloningPaul Eggert2016-09-101-8/+25
* | Invert y coord of NS image files (bug#7847)Alan Third2016-09-101-1/+2
* | Remove dead loop iterations in regex.cMichal Nazarewicz2016-09-091-16/+12
* | Replace decimalnump with alphanumericpMichal Nazarewicz2016-09-093-6/+15
* | Remove inaccurate comment in regex.cMichal Nazarewicz2016-09-091-2/+1
* | STRING_CHAR does not unify characters; update documentationMichal Nazarewicz2016-09-092-17/+3
* | Port flexible array members to GCC + valgrindPaul Eggert2016-09-074-27/+20
* | Use DEV_TTY more consistentlyPaul Eggert2016-09-065-13/+12
* | Avoid assertion violations when using marker positionsEli Zaretskii2016-09-062-5/+14
* | Avoid assertion violations when scrolling narrowed bufferEli Zaretskii2016-09-052-4/+6
* | Treat SIGINT correctly in GUI sessions on MS-WindowsEli Zaretskii2016-09-054-6/+12
* | Fix synthetic bold on macOS retina displaysAlan Third2016-09-041-0/+12
* | Check actual contents before promting about changed fileStefan Monnier2016-09-021-1/+1
* | Don’t create fd >= FD_SETSIZEPaul Eggert2016-09-011-0/+14
* | Fix over-substitution of quotes on errorPaul Eggert2016-08-311-2/+2
* | * src/editfns.c (Fformat_message): Fix doc to match current behavior.Paul Eggert2016-08-301-4/+3
* | Minor doc quoting fixesPaul Eggert2016-08-302-3/+3
* | Clarify docstringsAlan Third2016-08-291-7/+14
* | Avoid crashes for invalid value of key modifiersEli Zaretskii2016-08-291-1/+6
* | Memory allocator alignment fixesPaul Eggert2016-08-281-33/+48