aboutsummaryrefslogtreecommitdiffstats
path: root/src/lisp.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Pacify GCC when --enable-profilingPaul Eggert2018-04-031-2/+1
* Centralize Bug#30931 fixPaul Eggert2018-03-301-1/+2
* Fix another case of freed markers in the undo-list (Bug#30931)Noam Postavsky2018-03-301-1/+0
* Lisp reader now checks for integer overflowPaul Eggert2018-03-291-1/+2
* Fix bug#30846, along with misc cleanups found along the wayStefan Monnier2018-03-231-11/+8
* Merge from origin/emacs-26Stefan Monnier2018-03-231-9/+8
|\
| * * src/lisp.h (struct Lisp_Buffer_Local_Value): Update commentary.Noam Postavsky2018-03-231-9/+8
* | Minor cleanups for server-name fix (Bug#24218)Paul Eggert2018-02-121-1/+1
* | Fix `server-name' and `server-socket-dir' for (Bug#24218)Matthew Leach2018-02-121-1/+1
* | Avoid EOVERFLOW problems with file-directory-pPaul Eggert2018-02-031-1/+1
* | * src/lisp.h: Tell developers to add new types to cl--typeof-types.Philipp Stephani2018-01-281-1/+4
* | Add battery support to all Cygwin buildsKen Brown2018-01-131-0/+5
* | Merge from origin/emacs-26Paul Eggert2018-01-011-1/+1
|\ \ | |/
| * Update copyright year to 2018Paul Eggert2018-01-011-1/+1
* | Port --fcheck-pointer-bounds to --with-wide-intPaul Eggert2017-12-121-5/+10
* | Narrow pointer bounds when appropriatePaul Eggert2017-12-121-2/+7
* | Port to gcc -fcheck-pointer-boundsPaul Eggert2017-12-121-7/+27
* | Reimplement Lisp_Object as pointer-to-incompletePaul Eggert2017-12-121-47/+107
* | Implement native JSON support using JanssonPhilipp Stephani2017-12-101-0/+7
* | Merge from origin/emacs-26Paul Eggert2017-11-251-1/+1
|\ \ | |/
| * maint: shorten https://lists.gnu.org/archive/html/... linksPaul Eggert2017-11-251-1/+1
* | Merge from origin/emacs-26Paul Eggert2017-11-131-152/+151
|\ \ | |/
| * Use alignas to fix GCALIGN-related bugsPaul Eggert2017-11-131-139/+138
| * Change vectorlike from struct to unionPaul Eggert2017-11-131-14/+14
* | Merge from origin/emacs-26Paul Eggert2017-11-081-5/+9
|\ \ | |/
| * Use GCALIGNED properly for GCCPaul Eggert2017-11-081-6/+10
* | New function 'libxml-available-p'Robert Pluim2017-11-031-1/+1
* | Merge from origin/emacs-26Paul Eggert2017-11-031-1/+7
|\ \ | |/
| * Change GCALIGNMENT back to an integer literalPaul Eggert2017-11-031-1/+7
* | Simplify by assuming !_MSC_VER.Paul Eggert2017-11-021-14/+2
|/
* * 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