aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Narrow DARWIN_OS_CASE_SENSITIVE_FIXME to 1 choicePaul Eggert2017-05-201-46/+22
* Fix macOS mouse movementCharles A. Roelli2017-05-213-8/+47
* Show tooltip on correct screen (bug#26905)Alan Third2017-05-211-7/+20
* Minor fixes for arity ranges in emacs modulesPaul Eggert2017-05-201-11/+11
* Reimplement module functionsPhilipp Stephani2017-05-207-85/+111
* Avoid crashes in GC due to unescaped characters warningEli Zaretskii2017-05-201-4/+4
* Fix automatic hscrolling of only the current lineEli Zaretskii2017-05-201-31/+39
* Add handlerlist assertion to module codePaul Eggert2017-05-191-2/+4
* Check that signed right shift is arithmeticPaul Eggert2017-05-191-5/+8
* Attempt to work around macOS vfork bugPaul Eggert2017-05-193-16/+24
* Fix DARWIN_OS_CASE_SENSITIVE_FIXME==2 false alarmPaul Eggert2017-05-181-2/+7
* Clean up compiler warning in emacs-module.cPaul Eggert2017-05-181-6/+7
* Clean up some compiler warningsPhilipp Stephani2017-05-181-5/+0
* Support hscrolling only the current lineEli Zaretskii2017-05-181-42/+91
* Avoid undefined behavior in struct sockaddrPaul Eggert2017-05-172-14/+31
* Work around AddressSanitizer bug with vforkPaul Eggert2017-05-171-0/+6
* Catch IPv4/IPv6 issues at compile timePaul Eggert2017-05-171-5/+5
* Pacify --enable-gcc-warnings --with-x-toolkit=noPaul Eggert2017-05-171-1/+1
* Remove redundant code in connect_network_socketEli Zaretskii2017-05-171-22/+19
* Fix minor timezone memory leakPaul Eggert2017-05-161-4/+1
* Do not discard AddressSanitizer stderrPaul Eggert2017-05-161-2/+5
* Simplify procname code to avoid GCC bugPaul Eggert2017-05-161-29/+24
* Pacify GCC 7 with --enable-gcc-warningsPaul Eggert2017-05-161-1/+1
* Merge with gnulib, pacifying GCC 7Paul Eggert2017-05-1618-44/+59
* Fix address violation found by AddressSanitizerPaul Eggert2017-05-141-6/+22
* Remove gettimeofday from w32 sourcesEli Zaretskii2017-05-141-27/+0
* Fix the MS-Windows buildEli Zaretskii2017-05-141-2/+4
* Make `old-style-backquotes' variable internalPhilipp2017-05-131-8/+9
* Improve unescaped character literal warningsPhilipp Stephani2017-05-131-1/+5
* Implement 1-based column numbering in mode linePerry E. Metzger2017-05-102-6/+11
* Ensure cursor's foreground color is in sync with 'default' faceEli Zaretskii2017-05-101-0/+4
* More informative error when required feature missingGlenn Morris2017-05-091-2/+11
* Put re-loaded file back at start of load-history (bug#26837)Glenn Morris2017-05-091-1/+2
* Revert "Output number of characters added to file (Bug#354)"Noam Postavsky2017-05-081-28/+7
* Fix glyph string generation for multi-font compositions (Bug#26742)YAMAMOTO Mitsuharu2017-05-081-3/+25
* New var write-region-verbose, default nilPaul Eggert2017-05-061-11/+23
* Port .gdbinit to GDB 7.11.1 + Python 2.7.12Paul Eggert2017-05-062-2/+2
* Pretty-print const Lisp_Objects in .gdbinitPaul Eggert2017-05-061-1/+1
* Pacify GCC setjmp/longjmp warningPaul Eggert2017-05-061-4/+5
* ; * src/alloc.c (make_module_function): Avoid compiler warning.Eli Zaretskii2017-05-061-1/+1
* Introduce new misc type for module functionPhilipp Stephani2017-05-065-39/+63
* * src/fileio.c (write_region): Don't say "1 characters". (Bug#26796)Eli Zaretskii2017-05-061-5/+11
* Turn on GC_CHECK_MARKED_OBJECTS by default under ENABLE_CHECKINGEli Zaretskii2017-05-061-6/+12
* Pretty-print Lisp_Object values in GDBPaul Eggert2017-05-051-0/+57
* Use ptrdiff_t, not int, for stack sizesPaul Eggert2017-05-022-2/+2
* Check list object type if --enable-gcc-warningsPaul Eggert2017-05-021-52/+53
* Constrain non-child frames to screen area in OS XCharles A. Roelli2017-05-021-1/+34
* Avoid compilation warningsEli Zaretskii2017-05-025-10/+10
* Merge from gnulibPaul Eggert2017-05-011-4/+2
* Warn about missing backslashes during loadPhilipp Stephani2017-05-011-0/+40