summaryrefslogtreecommitdiff
path: root/src/lisp.h
Commit message (Expand)AuthorAge
* Update copyright year to 2021Paul Eggert2021-01-01
* ; * src/chartab.c, src/lisp.h: Fix typos in comments.Eli Zaretskii2020-12-02
* Don't signal during backtrace unrewind (Bug#40088)Noam Postavsky2020-03-22
* Update copyright year to 2020Paul Eggert2020-01-01
* Make .pdmp file more reproduciblePaul Eggert2019-11-19
* Fix double-rounding bug in ceiling etc.Paul Eggert2019-11-13
* Refactor double integer scalingPaul Eggert2019-11-13
* Generalize list1i etc. to all signed integer typesPaul Eggert2019-10-18
* Merge branch 'feature/tabs'Juri Linkov2019-10-01
|\
| * Frame-local tab-bar and window-local tab-line.Juri Linkov2019-08-31
* | Update some URLsPaul Eggert2019-09-23
* | Revert too-picky file-access testsPaul Eggert2019-09-21
* | Out-of-datedness .elc check is merely a file testPaul Eggert2019-09-18
* | Improve reporting of I/O, access errorsPaul Eggert2019-09-17
* | Improve gc-cons-percentage calculationPaul Eggert2019-09-14
* | Improve checking of pdump load failuresPaul Eggert2019-09-11
|/
* extern function cleanupPaul Eggert2019-08-24
* Fix clrhash bug when hash table needs rehashingPaul Eggert2019-08-21
* Fix typeof portability issue with bitfieldsPaul Eggert2019-08-15
* Debug out-of-range make_fixnum argsPaul Eggert2019-08-15
* Let consing_until_gc exceed EMACS_INT_MAXPaul Eggert2019-08-13
* Let consing_until_gc exceed INTPTR_MAXPaul Eggert2019-08-13
* decode-time now returns subsec tooPaul Eggert2019-08-05
* Don't dump the `hash` vector if it will need to be recomputed anywayStefan Monnier2019-07-26
* * src/fns.c: Use `EQ (key, Qunbound)` to check if a slot is in useStefan Monnier2019-07-26
* Merge pdumper.c and alloc.c builtin symbol testsPaul Eggert2019-07-23
* Do not pdump user-defined hashtabsPaul Eggert2019-07-22
* Fix lifetime error in previous patchPaul Eggert2019-07-21
* Fix crash if user test munges hash tablePaul Eggert2019-07-20
* Simplify hashfn/cmpfn calling conventionPaul Eggert2019-07-20
* Simplify maybe_gc implementationPaul Eggert2019-07-20
* Rename ‘pure’ to ‘purecopy’Paul Eggert2019-07-20
* * src/lisp.h (struct Lisp_Hash_Table.count): Improve comment.Paul Eggert2019-07-13
* Avoid interleaving stderr in dump_fingerprintPaul Eggert2019-07-13
* Replace Vdead with tagged pointerPaul Eggert2019-07-12
* Avoid duplicate comparison in describe_map_comparePaul Eggert2019-07-11
* Do not alter match data in Fcapitalize etc.Paul Eggert2019-07-09
* Remove printmax_t etc.Paul Eggert2019-07-07
* * src/insdel.c (insert_from_gap_1): New fun, extracted from insert_from_gap.Stefan Monnier2019-07-02
* Improve XFIXNUM cleanup a bitPaul Eggert2019-06-27
* Clean up use of XFIXNUM etc.Paul Eggert2019-06-27
* Fix commentary about fixnums and hashes.Paul Eggert2019-06-07
* Add HarfBuzz font backend for MS-WindowsEli Zaretskii2019-05-31
* Remove fixnum restriction on some display varsPaul Eggert2019-05-22
* Clean up and simplify image-type setupPaul Eggert2019-05-17
* Merge from origin/emacs-26Glenn Morris2019-05-08
|\
| * ; * src/lisp.h (DEFSYM): Fix inaccurate comment.Eli Zaretskii2019-05-06
* | Use simpler way to print function pointersPaul Eggert2019-05-05
* | Rename generic x_* identifiersAlexander Gramiak2019-04-26
* | Port to Oracle Developer Studio 12.6Paul Eggert2019-04-25