aboutsummaryrefslogtreecommitdiffstats
path: root/src/lisp.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Update copyright year to 2020Paul Eggert2020-01-011-1/+1
* Make .pdmp file more reproduciblePaul Eggert2019-11-191-2/+2
* Fix double-rounding bug in ceiling etc.Paul Eggert2019-11-131-0/+2
* Refactor double integer scalingPaul Eggert2019-11-131-0/+1
* Generalize list1i etc. to all signed integer typesPaul Eggert2019-10-181-9/+8
* Merge branch 'feature/tabs'Juri Linkov2019-10-011-0/+1
|\
| * Frame-local tab-bar and window-local tab-line.Juri Linkov2019-08-311-0/+1
* | Update some URLsPaul Eggert2019-09-231-1/+1
* | Revert too-picky file-access testsPaul Eggert2019-09-211-1/+0
* | Out-of-datedness .elc check is merely a file testPaul Eggert2019-09-181-0/+1
* | Improve reporting of I/O, access errorsPaul Eggert2019-09-171-2/+3
* | Improve gc-cons-percentage calculationPaul Eggert2019-09-141-2/+3
* | Improve checking of pdump load failuresPaul Eggert2019-09-111-0/+1
|/
* extern function cleanupPaul Eggert2019-08-241-1/+0
* Fix clrhash bug when hash table needs rehashingPaul Eggert2019-08-211-4/+5
* Fix typeof portability issue with bitfieldsPaul Eggert2019-08-151-1/+1
* Debug out-of-range make_fixnum argsPaul Eggert2019-08-151-7/+40
* Let consing_until_gc exceed EMACS_INT_MAXPaul Eggert2019-08-131-7/+1
* Let consing_until_gc exceed INTPTR_MAXPaul Eggert2019-08-131-3/+7
* decode-time now returns subsec tooPaul Eggert2019-08-051-0/+1
* Don't dump the `hash` vector if it will need to be recomputed anywayStefan Monnier2019-07-261-1/+1
* * src/fns.c: Use `EQ (key, Qunbound)` to check if a slot is in useStefan Monnier2019-07-261-2/+3
* Merge pdumper.c and alloc.c builtin symbol testsPaul Eggert2019-07-231-0/+14
* Do not pdump user-defined hashtabsPaul Eggert2019-07-221-0/+1
* Fix lifetime error in previous patchPaul Eggert2019-07-211-0/+7
* Fix crash if user test munges hash tablePaul Eggert2019-07-201-4/+11
* Simplify hashfn/cmpfn calling conventionPaul Eggert2019-07-201-6/+6
* Simplify maybe_gc implementationPaul Eggert2019-07-201-8/+4
* Rename ‘pure’ to ‘purecopy’Paul Eggert2019-07-201-1/+1
* * src/lisp.h (struct Lisp_Hash_Table.count): Improve comment.Paul Eggert2019-07-131-1/+2
* Avoid interleaving stderr in dump_fingerprintPaul Eggert2019-07-131-0/+1
* Replace Vdead with tagged pointerPaul Eggert2019-07-121-3/+9
* Avoid duplicate comparison in describe_map_comparePaul Eggert2019-07-111-0/+1
* Do not alter match data in Fcapitalize etc.Paul Eggert2019-07-091-0/+2
* Remove printmax_t etc.Paul Eggert2019-07-071-19/+0
* * src/insdel.c (insert_from_gap_1): New fun, extracted from insert_from_gap.Stefan Monnier2019-07-021-0/+1
* Improve XFIXNUM cleanup a bitPaul Eggert2019-06-271-4/+6
* Clean up use of XFIXNUM etc.Paul Eggert2019-06-271-37/+38
* Fix commentary about fixnums and hashes.Paul Eggert2019-06-071-15/+13
* Add HarfBuzz font backend for MS-WindowsEli Zaretskii2019-05-311-0/+1
* Remove fixnum restriction on some display varsPaul Eggert2019-05-221-1/+1
* Clean up and simplify image-type setupPaul Eggert2019-05-171-1/+0
* Merge from origin/emacs-26Glenn Morris2019-05-081-1/+1
|\
| * ; * src/lisp.h (DEFSYM): Fix inaccurate comment.Eli Zaretskii2019-05-061-1/+1
* | Use simpler way to print function pointersPaul Eggert2019-05-051-0/+2
* | Rename generic x_* identifiersAlexander Gramiak2019-04-261-1/+1
* | Port to Oracle Developer Studio 12.6Paul Eggert2019-04-251-3/+12
* | Move definition of Lisp_Module_Function to emacs-module.c.Philipp Stephani2019-04-241-26/+4
* | Simplify thread initialization and GCPaul Eggert2019-04-241-4/+4
* | Add module functions to convert from and to big integers.Philipp Stephani2019-04-241-0/+1