Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add record objects with user-defined types. | Lars Brinkhoff | 2017-03-30 | 1 | -3/+32 |
* | Use switch on pseudovector types; plus cleanups along the way | Stefan Monnier | 2017-03-12 | 1 | -33/+34 |
* | * src/data.c (arithcompare): Add comments. | Paul Eggert | 2017-03-08 | 1 | -4/+18 |
* | * data.c (minmax_driver): Use CHECK_NUMBER_OR_FLOAT_COERCE_MARKER. | Andreas Schwab | 2017-03-08 | 1 | -1/+4 |
* | * data.c (cons_to_unsigned, cons_to_signed, Fstring_to_number): Reorder | Andreas Schwab | 2017-03-08 | 1 | -6/+6 |
* | min and max should not return markers | Paul Eggert | 2017-03-07 | 1 | -2/+2 |
* | Remove isnan hack for Solaris 10 gcc 3.4.3 | Paul Eggert | 2017-03-07 | 1 | -2/+5 |
* | min and max now return one of their arguments | Paul Eggert | 2017-03-06 | 1 | -23/+20 |
* | Compare and round more carefully | Paul Eggert | 2017-03-04 | 1 | -23/+22 |
* | Fix rounding errors in <, =, etc. | Paul Eggert | 2017-03-02 | 1 | -32/+54 |
* | Use 'char *FOO' instead of 'char* FOO' | Paul Eggert | 2017-02-18 | 1 | -1/+1 |
* | Remove annoying warnings about let-binding | Eli Zaretskii | 2017-02-18 | 1 | -19/+0 |
* | Simplify use of FOR_EACH_TAIL | Paul Eggert | 2017-02-05 | 1 | -0/+6 |
* | Revert two accidental commits | Dima Kogan | 2017-01-31 | 1 | -50/+0 |
* | stash | Dima Kogan | 2017-01-30 | 1 | -0/+50 |
* | 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 |
* | | Reorder lisp.h to declare types before using them | Paul Eggert | 2016-12-25 | 1 | -0/+1 |
* | | * src/data.c (Fmake_variable_frame_local): Remove | Stefan Monnier | 2016-12-21 | 1 | -124/+9 |
* | | Clean up var watcher disabling on thread switching | Noam Postavsky | 2016-12-12 | 1 | -17/+29 |
* | | Un-revert recent Ffset change | Glenn Morris | 2016-12-12 | 1 | -0/+3 |
* | | Revert earlier Ffset change | Glenn Morris | 2016-12-10 | 1 | -3/+0 |
* | | Do not allow nil to be defined as a function | Glenn Morris | 2016-12-10 | 1 | -0/+3 |
* | | Support concurrency in Emacs Lisp | Eli Zaretskii | 2016-12-10 | 1 | -0/+39 |
|\ \ | |||||
| * \ | Merge branch 'concurrency' | Eli Zaretskii | 2016-12-04 | 1 | -0/+39 |
| |\ \ | |||||
| | * \ | merge from trunk | Ken Raeburn | 2015-11-01 | 1 | -208/+676 |
| | |\ \ | |||||
| | * | | | fix style of threadp, mutexp, and condition-variable-p | Tom Tromey | 2013-08-27 | 1 | -6/+3 |
| | * | | | merge from trunk | Tom Tromey | 2013-08-19 | 1 | -12/+5 |
| | |\ \ \ | |||||
| | * \ \ \ | merge from trunk | Tom Tromey | 2013-07-26 | 1 | -9/+4 |
| | |\ \ \ \ | |||||
| | * \ \ \ \ | merge from trunk | Tom Tromey | 2013-07-06 | 1 | -2/+92 |
| | |\ \ \ \ \ | |||||
| | * \ \ \ \ \ | merge from trunk | Tom Tromey | 2013-06-13 | 1 | -2/+1 |
| | |\ \ \ \ \ \ | |||||
| | * \ \ \ \ \ \ | merge from trunk; clean up some issues | Tom Tromey | 2013-06-03 | 1 | -47/+15 |
| | |\ \ \ \ \ \ \ | |||||
| | * \ \ \ \ \ \ \ | merge from trunk | Tom Tromey | 2013-01-16 | 1 | -6/+4 |
| | |\ \ \ \ \ \ \ \ | |||||
| | * \ \ \ \ \ \ \ \ | merge from trunk | Tom Tromey | 2013-01-05 | 1 | -3/+3 |
| | |\ \ \ \ \ \ \ \ \ | |||||
| | * \ \ \ \ \ \ \ \ \ | merge from trunk | Tom Tromey | 2012-12-17 | 1 | -140/+84 |
| | |\ \ \ \ \ \ \ \ \ \ | |||||
| | * \ \ \ \ \ \ \ \ \ \ | merge from trunk | Tom Tromey | 2012-09-04 | 1 | -29/+26 |
| | |\ \ \ \ \ \ \ \ \ \ \ | |||||
| | * | | | | | | | | | | | | rename condition-variablep to condition-variable-p | Tom Tromey | 2012-08-23 | 1 | -2/+2 |
| | * | | | | | | | | | | | | Merge from trunk | Tom Tromey | 2012-08-20 | 1 | -43/+42 |
| | |\ \ \ \ \ \ \ \ \ \ \ \ | |||||
| | * | | | | | | | | | | | | | condition variables | Tom Tromey | 2012-08-19 | 1 | -1/+16 |
| | * | | | | | | | | | | | | | This supplies the mutex implementation for Emacs Lisp. | Tom Tromey | 2012-08-15 | 1 | -1/+14 |
| | * | | | | | | | | | | | | | This adds most of the thread features visible to emacs lisp. | Tom Tromey | 2012-08-15 | 1 | -0/+15 |
* | | | | | | | | | | | | | | | Change two _Noreturn functions to return void | Paul Eggert | 2016-12-06 | 1 | -2/+2 |
|/ / / / / / / / / / / / / / | |||||
* | | | | | | | | | | | | | | Document watchpoints | Noam Postavsky | 2016-12-02 | 1 | -0/+9 |
* | | | | | | | | | | | | | | Ensure redisplay using variable watcher | Noam Postavsky | 2016-12-02 | 1 | -2/+0 |
* | | | | | | | | | | | | | | Show watchpoints when describing variables | Noam Postavsky | 2016-12-02 | 1 | -0/+11 |
* | | | | | | | | | | | | | | Add lisp watchpoints | Noam Postavsky | 2016-12-02 | 1 | -22/+169 |
* | | | | | | | | | | | | | | ash, lsh avoid code duplication | Tino Calancha | 2016-11-27 | 1 | -21/+15 |
* | | | | | | | | | | | | | | Prefer now-standard int width macros | Paul Eggert | 2016-09-15 | 1 | -14/+14 |
* | | | | | | | | | | | | | | Merge from origin/emacs-25 | Paul Eggert | 2016-08-05 | 1 | -2/+2 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | | | | |||||
| * | | | | | | | | | | | | | ; Spelling fix | Paul Eggert | 2016-08-03 | 1 | -2/+2 |