aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix another compiler warning on macOSPhilipp Stephani2017-06-091-3/+2
* Add garbage collection support for module environmentsPhilipp Stephani2017-06-093-0/+19
* ; ChangeLog fixesGlenn Morris2017-06-051-1/+1
* Fix undefined behavior in mapbacktracePhilipp Stephani2017-06-051-1/+5
* Fix emacs-module-tests on MS-WindowsEli Zaretskii2017-06-052-28/+33
* Use unwind protection to clean up data structures in modulesPhilipp Stephani2017-06-051-19/+26
* Inline module_has_cleanupPhilipp Stephani2017-06-051-7/+1
* Omit space that broke ‘make check’Paul Eggert2017-06-051-1/+1
* Remove easserts etc. from emacs-module.cPaul Eggert2017-06-041-16/+0
* Remove unnecessary checking in emacs-module.cPaul Eggert2017-06-041-6/+3
* SCHARS and STRING_BYTES are nonnegativePaul Eggert2017-06-041-4/+8
* Remove an unused error symbolPhilipp Stephani2017-06-041-5/+0
* Support quitting in modulesPhilipp Stephani2017-06-043-1/+22
* Use more specific errors for module load failurePhilipp Stephani2017-06-041-4/+32
* Remove an unneeded assertionPhilipp Stephani2017-06-041-2/+0
* Guard against signed integer overflowsPhilipp Stephani2017-06-041-1/+7
* Add a couple more assertions to the module codePhilipp Stephani2017-06-041-0/+16
* ; Grammar fixPhilipp Stephani2017-06-041-1/+1
* ; Small comment fixPhilipp Stephani2017-06-041-1/+1
* Use ATTRIBUTE_MAY_ALIAS where alias violations are likelyPhilipp Stephani2017-06-042-5/+8
* Simplify interface of dynlib_attr.Philipp Stephani2017-06-042-20/+19
* Rationalize environment lifetime management functionsPhilipp Stephani2017-06-041-7/+7
* Rework printing of module functionsPhilipp Stephani2017-06-044-43/+37
* Define helper macro to reduce code duplicationPhilipp Stephani2017-06-041-10/+17
* Remove two FIXMEs that can't be fixedPhilipp Stephani2017-06-042-8/+4
* Tune ‘format’ after recent fixPaul Eggert2017-06-041-88/+66
* ; Fix off-by-one errorPhilipp Stephani2017-06-031-1/+1
* Fix a bug when using format field numbersPhilipp Stephani2017-06-031-56/+94
* Document uniqueness limitation of ‘format’Paul Eggert2017-06-031-3/+4
* Fix cursor position in Dired buffers after dired-sort-toggleEli Zaretskii2017-06-021-1/+20
* Limit format fields to more POSIX-like specPaul Eggert2017-06-011-4/+4
* Improve performance by avoiding strtoumaxPaul Eggert2017-06-012-46/+56
* Minor improvements to format field numbersPaul Eggert2017-06-021-36/+20
* Implement field numbers in format stringsPhilipp Stephani2017-06-021-8/+47
* Fix build errors on macOS 10.6 (bug#27059)Alan Third2017-06-011-4/+7
* Add customizable to display raw bytes as hexVasilij Schneidermann2017-06-011-3/+13
* Revert "Add customizable to display raw bytes as hex"Eli Zaretskii2017-06-011-13/+3
* Add customizable to display raw bytes as hexEli Zaretskii2017-06-011-3/+13
* Use true names for invocation- and source-directoryGlenn Morris2017-05-312-0/+6
* Fix bug with "%%" in error formatPaul Eggert2017-05-311-1/+3
* * src/editfns.c (Fmessage): Improve doc string (Bug#23425#130).Paul Eggert2017-05-311-5/+4
* Support lower bound on hscrolling when only current line scrollsEli Zaretskii2017-05-311-4/+20
* Avoid inflooping in redisplay due to Spacemacs and linum-modeEli Zaretskii2017-05-311-1/+10
* * src/editfns.c (decode-time): Fix docstring.Tino Calancha2017-05-311-1/+1
* Mode line "%q" construct: Just use one number when both would be the same.Alan Mackenzie2017-05-301-9/+6
* Rename '--new-daemon' to 'fg-daemon' and '--old-daemon' to '--bg-daemon'Noam Postavsky2017-05-292-10/+10
* Improve .gdbinit Lisp value pretty-printingPaul Eggert2017-05-291-6/+45
* Fix build error on macOS 10.6Alan Third2017-05-291-1/+1
* Depromiscuify inotify with IN_MASK_ADDPaul Eggert2017-05-271-17/+1
* Restore inotify onlydir supportPaul Eggert2017-05-271-8/+8