| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Make garbage collection more conservative | Paul Eggert | 2017-08-29 | 1 | -132/+193 |
| * | Improve stack-top heuristic | Paul Eggert | 2017-08-29 | 1 | -5/+15 |
| * | Properly align global lispsym | Andreas Schwab | 2017-07-25 | 1 | -1/+1 |
| * | Fix core dump in substitute-object-in-subtree | Paul Eggert | 2017-07-09 | 1 | -2/+2 |
| * | Add garbage collection support for module environments | Philipp Stephani | 2017-06-09 | 1 | -0/+4 |
| * | Avoid another compiler warning on macOS | Philipp Stephani | 2017-05-27 | 1 | -1/+1 |
| * | Reimplement module functions | Philipp Stephani | 2017-05-20 | 1 | -8/+0 |
| * | ; * src/alloc.c (make_module_function): Avoid compiler warning. | Eli Zaretskii | 2017-05-06 | 1 | -1/+1 |
| * | Introduce new misc type for module function | Philipp Stephani | 2017-05-06 | 1 | -0/+7 |
| * | Turn on GC_CHECK_MARKED_OBJECTS by default under ENABLE_CHECKING | Eli Zaretskii | 2017-05-06 | 1 | -6/+12 |
| * | Deprecate copy-record in favor of copy-sequence | Paul Eggert | 2017-04-07 | 1 | -14/+0 |
| * | Update documentation for type semantics of records. | Lars Brinkhoff | 2017-04-06 | 1 | -4/+6 |
| * | Minor simplifications and doc for records | Paul Eggert | 2017-04-04 | 1 | -48/+19 |
| * | Fix recent changes in record data type | Eli Zaretskii | 2017-04-04 | 1 | -3/+3 |
| * | Add record objects with user-defined types. | Lars Brinkhoff | 2017-04-04 | 1 | -1/+92 |
| * | Use switch on pseudovector types; plus cleanups along the way | Stefan Monnier | 2017-03-12 | 1 | -14/+4 |
| * | Use float instead of Lisp_Object for rehash_size | Paul Eggert | 2017-02-21 | 1 | -3/+3 |
| * | Use ptrdiff_t instead of Lisp_Object for collision | Paul Eggert | 2017-02-21 | 1 | -1/+1 |
| * | Change type of `rehash_threshold' and `pure' fields in hash-tables | Stefan Monnier | 2017-02-18 | 1 | -4/+4 |
| * | Use 'char *FOO' instead of 'char* FOO' | Paul Eggert | 2017-02-18 | 1 | -3/+3 |
| * | Re-port alloc.c to Solaris sparc and simplify | Paul Eggert | 2017-02-02 | 1 | -120/+69 |
| * | Revamp quitting and fix infloops | Paul Eggert | 2017-02-01 | 1 | -1/+1 |
| * | * src/alloc.c, src/lisp.h: Fix minor glitches in recent changes. | Paul Eggert | 2017-01-31 | 1 | -14/+10 |
| * | Fix hash tables not being purified correctly. | Vibhav Pant | 2017-01-30 | 1 | -3/+73 |
| * | Replace QUIT with maybe_quit | Paul Eggert | 2017-01-25 | 1 | -1/+1 |
| * | Simplify make-list implementation | Paul Eggert | 2017-01-25 | 1 | -33/+3 |
| * | Merge from origin/emacs-25 | Paul Eggert | 2017-01-01 | 1 | -1/+1 |
| |\ | |||||
| | * | Update copyright year to 2017 | Paul Eggert | 2016-12-31 | 1 | -1/+1 |
| | * | Port to Sun C 5.14 | Paul Eggert | 2016-12-01 | 1 | -4/+4 |
| * | | Rename primary_thread to main_thread | Paul Eggert | 2016-12-30 | 1 | -2/+2 |
| * | | Remove interpreter’s byte stack | Paul Eggert | 2016-12-23 | 1 | -2/+0 |
| * | | Fix last change with thread marking under GC_CHECK_MARKED_OBJECTS | Eli Zaretskii | 2016-12-22 | 1 | -2/+2 |
| * | | Fix aborts in GC under GC_CHECK_MARKED_OBJECTS | Eli Zaretskii | 2016-12-21 | 1 | -2/+4 |
| * | | Merge branch 'concurrency' | Eli Zaretskii | 2016-12-04 | 1 | -21/+89 |
| |\ \ | |||||
| | * \ | merge from trunk | Ken Raeburn | 2015-11-01 | 1 | -1162/+1668 |
| | |\ \ | |||||
| | * | | | add a comment before flush_stack_call_func | Tom Tromey | 2013-08-27 | 1 | -0/+11 |
| | * | | | merge from trunk | Tom Tromey | 2013-08-25 | 1 | -3/+9 |
| | |\ \ \ | |||||
| | * \ \ \ | merge from trunk | Tom Tromey | 2013-08-19 | 1 | -10/+19 |
| | |\ \ \ \ | |||||
| | * \ \ \ \ | merge from trunk | Tom Tromey | 2013-07-26 | 1 | -52/+76 |
| | |\ \ \ \ \ | |||||
| | * \ \ \ \ \ | Merge from trunk | Tom Tromey | 2013-07-12 | 1 | -1/+1 |
| | |\ \ \ \ \ \ | |||||
| | * \ \ \ \ \ \ | merge from trunk | Tom Tromey | 2013-07-06 | 1 | -46/+68 |
| | |\ \ \ \ \ \ \ | |||||
| | * | | | | | | | | add assertion to flush_stack_call_func | Tom Tromey | 2013-07-06 | 1 | -1/+4 |
| | * | | | | | | | | merge from trunk; clean up some issues | Tom Tromey | 2013-06-03 | 1 | -85/+44 |
| | |\ \ \ \ \ \ \ \ | |||||
| | * \ \ \ \ \ \ \ \ | merge from trunk | Tom Tromey | 2013-03-17 | 1 | -2/+2 |
| | |\ \ \ \ \ \ \ \ \ | |||||
| | * \ \ \ \ \ \ \ \ \ | merge from trunk | Tom Tromey | 2013-03-08 | 1 | -26/+23 |
| | |\ \ \ \ \ \ \ \ \ \ | |||||
| | * \ \ \ \ \ \ \ \ \ \ | merge from trunk | Tom Tromey | 2013-01-16 | 1 | -33/+84 |
| | |\ \ \ \ \ \ \ \ \ \ \ | |||||
| | * \ \ \ \ \ \ \ \ \ \ \ | merge from trunk | Tom Tromey | 2013-01-05 | 1 | -8/+8 |
| | |\ \ \ \ \ \ \ \ \ \ \ \ | |||||
| | * \ \ \ \ \ \ \ \ \ \ \ \ | merge from trunk | Tom Tromey | 2012-12-17 | 1 | -577/+380 |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| | * \ \ \ \ \ \ \ \ \ \ \ \ \ | merge from trunk | Tom Tromey | 2012-09-04 | 1 | -55/+66 |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| | * \ \ \ \ \ \ \ \ \ \ \ \ \ \ | Merge from trunk | Tom Tromey | 2012-08-20 | 1 | -3/+3 |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |||||