Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove XFLOATINT | Paul Eggert | 2017-03-02 | 1 | -6/+0 |
* | Fix rounding error in ‘ceiling’ etc. | Paul Eggert | 2017-03-01 | 1 | -5/+3 |
* | Remove a few unused C functions | Paul Eggert | 2017-02-26 | 1 | -2/+0 |
* | Use float instead of Lisp_Object for rehash_size | Paul Eggert | 2017-02-21 | 1 | -11/+11 |
* | Use ptrdiff_t instead of Lisp_Object for collision | Paul Eggert | 2017-02-21 | 1 | -21/+7 |
* | Hash table threshold is now float, not double | Paul Eggert | 2017-02-21 | 1 | -3/+3 |
* | Fix glitches in recent hash table changes | Paul Eggert | 2017-02-19 | 1 | -5/+5 |
* | Avoid aborts during loadup | Eli Zaretskii | 2017-02-19 | 1 | -1/+1 |
* | Change type of `rehash_threshold' and `pure' fields in hash-tables | Stefan Monnier | 2017-02-18 | 1 | -10/+12 |
* | ; Spelling, punctuation and minor wording fixes | Paul Eggert | 2017-02-16 | 1 | -1/+1 |
* | Make FOR_EACH_TAIL more like other FOR_EACH macros | Paul Eggert | 2017-02-06 | 1 | -28/+20 |
* | Port to clang 3.8.0 | Paul Eggert | 2017-02-05 | 1 | -3/+9 |
* | FOR_EACH_TAIL now checks for quit | Paul Eggert | 2017-02-05 | 1 | -20/+32 |
* | Signal list cycles in ‘length’ etc. | Paul Eggert | 2017-02-05 | 1 | -11/+24 |
* | Simplify use of FOR_EACH_TAIL | Paul Eggert | 2017-02-05 | 1 | -14/+20 |
* | Fix lisp.h underparenthesization | Paul Eggert | 2017-02-02 | 1 | -3/+2 |
* | Fix quitting bug when buffers are frozen | Paul Eggert | 2017-02-01 | 1 | -8/+0 |
* | Revamp quitting and fix infloops | Paul Eggert | 2017-02-01 | 1 | -13/+27 |
* | Remove immediate_quit. | Paul Eggert | 2017-02-01 | 1 | -8/+0 |
* | * src/alloc.c, src/lisp.h: Fix minor glitches in recent changes. | Paul Eggert | 2017-01-31 | 1 | -2/+2 |
* | Fix hash tables not being purified correctly. | Vibhav Pant | 2017-01-30 | 1 | -1/+5 |
* | Replace QUIT with maybe_quit | Paul Eggert | 2017-01-25 | 1 | -13/+12 |
* | A quicker check for quit | Paul Eggert | 2017-01-25 | 1 | -12/+4 |
* | Improve uses of CHECK_LIST etc. | Paul Eggert | 2017-01-22 | 1 | -4/+2 |
* | 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 |
* | | Rename main_thread to main_thread_id and simplify | Paul Eggert | 2016-12-30 | 1 | -1/+0 |
* | | Simplify prog1 implementation | Paul Eggert | 2016-12-27 | 1 | -1/+1 |
* | | Fix typo in lisp.h reordering patch | Paul Eggert | 2016-12-25 | 1 | -8/+0 |
* | | Reorder lisp.h to declare types before using them | Paul Eggert | 2016-12-25 | 1 | -514/+361 |
* | | Remove interpreter’s byte stack | Paul Eggert | 2016-12-23 | 1 | -2/+0 |
* | | Pacify --enable-gcc-warnings | Paul Eggert | 2016-12-22 | 1 | -6/+6 |
* | | * src/data.c (Fmake_variable_frame_local): Remove | Stefan Monnier | 2016-12-21 | 1 | -5/+2 |
* | | Replace ldefs-boot with a much smaller file | Phillip Lord | 2016-12-13 | 1 | -0/+2 |
* | | Clean up var watcher disabling on thread switching | Noam Postavsky | 2016-12-12 | 1 | -1/+5 |
* | | Support concurrency in Emacs Lisp | Eli Zaretskii | 2016-12-10 | 1 | -42/+120 |
|\ \ | |||||
| * | | Documentation and commentary improvements | Eli Zaretskii | 2016-12-10 | 1 | -0/+2 |
| * | | Fix compilation problems. | Eli Zaretskii | 2016-12-05 | 1 | -1/+0 |
| * | | Merge branch 'concurrency' | Eli Zaretskii | 2016-12-04 | 1 | -43/+120 |
| |\ \ | |||||
| | * \ | merge from trunk | Ken Raeburn | 2015-11-01 | 1 | -1122/+1376 |
| | |\ \ | |||||
| | * | | | change condition-variablep to condition-variable-p | Tom Tromey | 2013-10-17 | 1 | -2/+2 |
| | * | | | Fix crashes when unbind_for_thread_switch signals an error. | Eli Zaretskii | 2013-09-01 | 1 | -1/+1 |
| | * | | | merge from trunk | Tom Tromey | 2013-08-25 | 1 | -1/+0 |
| | |\ \ \ | |||||
| | * \ \ \ | merge from trunk | Tom Tromey | 2013-08-19 | 1 | -4/+27 |
| | |\ \ \ \ | |||||
| | * \ \ \ \ | merge from trunk | Tom Tromey | 2013-07-26 | 1 | -52/+62 |
| | |\ \ \ \ \ | |||||
| | * \ \ \ \ \ | Merge from trunk | Tom Tromey | 2013-07-12 | 1 | -9/+16 |
| | |\ \ \ \ \ \ | |||||
| | * \ \ \ \ \ \ | merge from trunk | Tom Tromey | 2013-07-06 | 1 | -778/+1175 |
| | |\ \ \ \ \ \ \ | |||||
| | * | | | | | | | | Fix a comment. | Tom Tromey | 2013-07-03 | 1 | -2/+2 |
| | * | | | | | | | | merge from trunk | Tom Tromey | 2013-06-13 | 1 | -0/+1 |
| | |\ \ \ \ \ \ \ \ | |||||
| | * \ \ \ \ \ \ \ \ | merge from trunk; clean up some issues | Tom Tromey | 2013-06-03 | 1 | -85/+220 |
| | |\ \ \ \ \ \ \ \ \ |