aboutsummaryrefslogtreecommitdiffstats
path: root/src/data.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' into nick.lloyd-bytecode-jitnick.lloyd-bytecode-jitNickolas Lloyd2017-02-011-50/+0
|\
| * Revert two accidental commitsDima Kogan2017-01-311-50/+0
* | Merge branch 'master' into nick.lloyd-bytecode-jitNickolas Lloyd2017-02-011-125/+61
|\ \ | |/
| * stashDima Kogan2017-01-301-0/+50
| * Merge from origin/emacs-25Paul Eggert2017-01-011-1/+1
| |\
| | * Update copyright year to 2017Paul Eggert2016-12-311-1/+1
| * | Reorder lisp.h to declare types before using themPaul Eggert2016-12-251-0/+1
| * | * src/data.c (Fmake_variable_frame_local): RemoveStefan Monnier2016-12-211-124/+9
* | | ; Merge branch 'master' into nick.lloyd-bytecode-jitNickolas Lloyd2016-12-221-75/+288
|\ \ \ | |/ /
| * | Clean up var watcher disabling on thread switchingNoam Postavsky2016-12-121-17/+29
| * | Un-revert recent Ffset changeGlenn Morris2016-12-121-0/+3
| * | Revert earlier Ffset changeGlenn Morris2016-12-101-3/+0
| * | Do not allow nil to be defined as a functionGlenn Morris2016-12-101-0/+3
| * | Support concurrency in Emacs LispEli Zaretskii2016-12-101-0/+39
| |\ \
| | * \ Merge branch 'concurrency'Eli Zaretskii2016-12-041-0/+39
| | |\ \
| | | * \ merge from trunkKen Raeburn2015-11-011-208/+676
| | | |\ \
| | | * | | fix style of threadp, mutexp, and condition-variable-pTom Tromey2013-08-271-6/+3
| | | * | | merge from trunkTom Tromey2013-08-191-12/+5
| | | |\ \ \
| | | * \ \ \ merge from trunkTom Tromey2013-07-261-9/+4
| | | |\ \ \ \
| | | * \ \ \ \ merge from trunkTom Tromey2013-07-061-2/+92
| | | |\ \ \ \ \
| | | * \ \ \ \ \ merge from trunkTom Tromey2013-06-131-2/+1
| | | |\ \ \ \ \ \
| | | * \ \ \ \ \ \ merge from trunk; clean up some issuesTom Tromey2013-06-031-47/+15
| | | |\ \ \ \ \ \ \
| | | * \ \ \ \ \ \ \ merge from trunkTom Tromey2013-01-161-6/+4
| | | |\ \ \ \ \ \ \ \
| | | * \ \ \ \ \ \ \ \ merge from trunkTom Tromey2013-01-051-3/+3
| | | |\ \ \ \ \ \ \ \ \
| | | * \ \ \ \ \ \ \ \ \ merge from trunkTom Tromey2012-12-171-140/+84
| | | |\ \ \ \ \ \ \ \ \ \
| | | * \ \ \ \ \ \ \ \ \ \ merge from trunkTom Tromey2012-09-041-29/+26
| | | |\ \ \ \ \ \ \ \ \ \ \
| | | * | | | | | | | | | | | rename condition-variablep to condition-variable-pTom Tromey2012-08-231-2/+2
| | | * | | | | | | | | | | | Merge from trunkTom Tromey2012-08-201-43/+42
| | | |\ \ \ \ \ \ \ \ \ \ \ \
| | | * | | | | | | | | | | | | condition variablesTom Tromey2012-08-191-1/+16
| | | * | | | | | | | | | | | | This supplies the mutex implementation for Emacs Lisp.Tom Tromey2012-08-151-1/+14
| | | * | | | | | | | | | | | | This adds most of the thread features visible to emacs lisp.Tom Tromey2012-08-151-0/+15
| * | | | | | | | | | | | | | | Change two _Noreturn functions to return voidPaul Eggert2016-12-061-2/+2
| |/ / / / / / / / / / / / / /
| * | | | | | | | | | | | | | Document watchpointsNoam Postavsky2016-12-021-0/+9
| * | | | | | | | | | | | | | Ensure redisplay using variable watcherNoam Postavsky2016-12-021-2/+0
| * | | | | | | | | | | | | | Show watchpoints when describing variablesNoam Postavsky2016-12-021-0/+11
| * | | | | | | | | | | | | | Add lisp watchpointsNoam Postavsky2016-12-021-22/+169
| * | | | | | | | | | | | | | ash, lsh avoid code duplicationTino Calancha2016-11-271-21/+15
| * | | | | | | | | | | | | | Prefer now-standard int width macrosPaul Eggert2016-09-151-14/+14
| * | | | | | | | | | | | | | Merge from origin/emacs-25Paul Eggert2016-08-051-2/+2
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|_|_|_|_|_|/ | | |/| | | | | | | | | | | |
| * | | | | | | | | | | | | | Merge from origin/emacs-25Paul Eggert2016-08-051-1/+6
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | Omit IF_LINT code that no longer seems neededPaul Eggert2016-05-301-6/+6
* | | | | | | | | | | | | | | | Add bytecode JIT compilation capabilitiesNickolas Lloyd2016-12-221-0/+1
| |_|/ / / / / / / / / / / / / |/| | | | | | | | | | | | | |
* | | | | | | | | | | | | | | ; Spelling fixPaul Eggert2016-08-031-2/+2
| |/ / / / / / / / / / / / / |/| | | | | | | | | | | | |
* | | | | | | | | | | | | | Expand FIXME near definition of fboundpRobert Cochran2016-07-161-1/+6
|/ / / / / / / / / / / / /
* | | | | | | | | | | | | Rework C source files to avoid ^(Paul Eggert2016-03-101-3/+3
* | | | | | | | | | | | | Update copyright year to 2016Paul Eggert2016-01-011-1/+1
* | | | | | | | | | | | | Add new User Pointer (User_Ptr) typeAurélien Aptel2015-11-181-0/+24
* | | | | | | | | | | | | Move INTEGER_TO_CONS body out of .h filePaul Eggert2015-11-101-0/+27
* | | | | | | | | | | | | Use INT_ADD_WRAPV etc. to check integer overflowPaul Eggert2015-11-081-21/+10
* | | | | | | | | | | | | Ensure redisplay after evaluationEli Zaretskii2015-11-061-0/+1
| |_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | |