aboutsummaryrefslogtreecommitdiffstats
path: root/src/lisp.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * Improve commentary in lisp.hEli Zaretskii2017-02-101-3/+7
* | Use switch on pseudovector types; plus cleanups along the wayStefan Monnier2017-03-121-2/+14
* | Revert "Replace ldefs-boot with a much smaller file"Phillip Lord2017-03-071-2/+0
* | logb now works correctly on large integersPaul Eggert2017-03-031-3/+3
* | Restore XFLOATINT but with restricted argsPaul Eggert2017-03-021-0/+6
* | Remove XFLOATINTPaul Eggert2017-03-021-6/+0
* | Fix rounding error in ‘ceiling’ etc.Paul Eggert2017-03-011-5/+3
* | Remove a few unused C functionsPaul Eggert2017-02-261-2/+0
* | Use float instead of Lisp_Object for rehash_sizePaul Eggert2017-02-211-11/+11
* | Use ptrdiff_t instead of Lisp_Object for collisionPaul Eggert2017-02-211-21/+7
* | Hash table threshold is now float, not doublePaul Eggert2017-02-211-3/+3
* | Fix glitches in recent hash table changesPaul Eggert2017-02-191-5/+5
* | Avoid aborts during loadupEli Zaretskii2017-02-191-1/+1
* | Change type of `rehash_threshold' and `pure' fields in hash-tablesStefan Monnier2017-02-181-10/+12
* | ; Spelling, punctuation and minor wording fixesPaul Eggert2017-02-161-1/+1