summaryrefslogtreecommitdiff
path: root/src/lisp.h
Commit message (Expand)AuthorAgeFilesLines
* Make async :family 'local failures fail correctly againLars Ingebrigtsen2018-08-081-0/+1
* * src/lisp.h: Omit obsolete comment re bytecode stack.Paul Eggert2018-06-291-10/+8
* Fix bug#30846, along with misc cleanups found along the wayStefan Monnier2018-06-031-11/+8
* Centralize Bug#30931 fixPaul Eggert2018-06-031-1/+2
* Fix another case of freed markers in the undo-list (Bug#30931)Noam Postavsky2018-06-031-1/+0
* * src/lisp.h (struct Lisp_Buffer_Local_Value): Update commentary.Noam Postavsky2018-03-231-9/+8
* Update copyright year to 2018Paul Eggert2018-01-011-1/+1
* maint: shorten https://lists.gnu.org/archive/html/... linksPaul Eggert2017-11-251-1/+1
* Use alignas to fix GCALIGN-related bugsPaul Eggert2017-11-131-139/+138
* Change vectorlike from struct to unionPaul Eggert2017-11-131-14/+14
* Use GCALIGNED properly for GCCPaul Eggert2017-11-081-6/+10
* Change GCALIGNMENT back to an integer literalPaul Eggert2017-11-031-1/+7
* * src/lisp.h (GCALIGNED): Clarify comment (Bug#29040).Paul Eggert2017-11-021-2/+3
* Fix alignment portability problemsPaul Eggert2017-11-021-17/+8
* Avoid segfaults in 64-bit Windows buildsEli Zaretskii2017-10-281-0/+6
* Speed up (format "%s" STRING) and the likePaul Eggert2017-10-041-1/+0
* Avoid crashes on C-g when several threads wait for inputEli Zaretskii2017-10-041-19/+20
* Prefer HTTPS to HTTP for gnu.orgPaul Eggert2017-10-011-1/+1
* Avoid some unnecessary copying in Fformat etc.Paul Eggert2017-09-261-0/+1
* Avoid compilation warnings with GCC 7 on MS-WindowsEli Zaretskii2017-09-151-1/+2
* Fix warnings about formats in printf-like functions on MS-WindowsEli Zaretskii2017-09-141-2/+9
* Prefer HTTPS to FTP and HTTP in documentationPaul Eggert2017-09-131-1/+1
* Add lcms2 interfaceMark Oteiza2017-09-131-0/+5
* Simplify expand_and_dir_to_filePaul Eggert2017-08-251-1/+1
* Improve make-temp-file performance on local filesPaul Eggert2017-08-121-1/+0
* Implement EXCL of write-region for TrampMichael Albinus2017-08-121-0/+1
* When renaming a file, ask only if EEXIST or ENOSYSPaul Eggert2017-08-021-2/+4
* Properly align global lispsymAndreas Schwab2017-07-251-2/+2
* GnuTLS integer-overflow and style fixesPaul Eggert2017-07-141-3/+1
* GnuTLS HMAC and symmetric cipher supportTed Zlatanov2017-07-141-0/+3
* Improve stack-overflow heuristic on GNU/LinuxPaul Eggert2017-07-141-1/+0
* Allow to disable display of line numbers beyond EOBEli Zaretskii2017-06-251-0/+1
* Implement module assertions for usersPhilipp Stephani2017-06-121-0/+1
* Remove Lisp_Misc_FloatPaul Eggert2017-06-111-3/+0
* Make two symbols private to emacs-module.cPaul Eggert2017-06-111-13/+0
* Add garbage collection support for module environmentsPhilipp Stephani2017-06-091-0/+1
* SCHARS and STRING_BYTES are nonnegativePaul Eggert2017-06-041-4/+8
* Rework printing of module functionsPhilipp Stephani2017-06-041-3/+1
* Rename '--new-daemon' to 'fg-daemon' and '--old-daemon' to '--bg-daemon'Noam Postavsky2017-05-291-1/+1
* Improve module function terminologyPhilipp Stephani2017-05-211-2/+2
* Declare Nextstep unexec functions in lisp.hPhilipp Stephani2017-05-211-0/+8
* Reimplement module functionsPhilipp Stephani2017-05-201-38/+56
* Port .gdbinit to GDB 7.11.1 + Python 2.7.12Paul Eggert2017-05-061-1/+1
* Introduce new misc type for module functionPhilipp Stephani2017-05-061-0/+39
* * src/lisp.h (STRING_SET_CHARS): Simplify assertion.Paul Eggert2017-04-171-2/+3
* Add assertion to STRING_SET_CHARSEli Zaretskii2017-04-161-0/+4
* Add PVSIZE function to return the size of a pseudovector.Lars Brinkhoff2017-04-101-0/+6
* Add record objects with user-defined types.Lars Brinkhoff2017-04-041-0/+14
* Some inotify cleanupPaul Eggert2017-03-301-0/+1
* Merge from origin/emacs-25Paul Eggert2017-03-191-3/+7
|\