summaryrefslogtreecommitdiff
path: root/src/data.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | | | | | | | | | | | 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
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | ; Spelling fixPaul Eggert2016-08-031-2/+2
* | | | | | | | | | | | | | Merge from origin/emacs-25Paul Eggert2016-08-051-1/+6
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / /
| * | | | | | | | | | | | | Expand FIXME near definition of fboundpRobert Cochran2016-07-161-1/+6
* | | | | | | | | | | | | | Omit IF_LINT code that no longer seems neededPaul Eggert2016-05-301-6/+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
| |_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | |
* | | | | | | | | | | | Include-file cleanup for src directoryPaul Eggert2015-10-201-3/+0
* | | | | | | | | | | | (/ N) now returns the reciprocal of NPaul Eggert2015-10-201-4/+7
* | | | | | | | | | | | Improve CHECK_IMPURE and PURE_P speedupPaul Eggert2015-10-101-1/+2
* | | | | | | | | | | | * src/data.c (Faset): Fix last change.Andreas Schwab2015-10-101-1/+1
* | | | | | | | | | | | CHECK_IMPURE and PURE_P speedupPaul Eggert2015-10-101-3/+3
* | | | | | | | | | | | Omit unnecessary \ before paren in C docstringsPaul Eggert2015-09-161-3/+3
* | | | | | | | | | | | Add -Wswitch to --enable-gcc-warningsPaul Eggert2015-09-161-1/+2
* | | | | | | | | | | | Docstring fixes re quotes in C codePaul Eggert2015-09-011-1/+1
* | | | | | | | | | | | Assume GC_MARK_STACK == GC_MAKE_GCPROS_NOOPSPaul Eggert2015-08-261-3/+0
* | | | | | | | | | | | Better docstring for null. (Bug#20815)Nicolas Petton2015-06-161-1/+1
* | | | | | | | | | | | Remove unused DEFSYMsPaul Eggert2015-05-311-7/+0
* | | | | | | | | | | | Don't misencode C-generated messagesPaul Eggert2015-05-301-9/+18
* | | | | | | | | | | | Finalizer documentation, minor improvementsDaniel Colascione2015-03-021-1/+4
* | | | | | | | | | | | * src/data.c (Findirect_function): Don't signal an errorStefan Monnier2015-02-081-5/+0
* | | | | | | | | | | | Count MANY function args more reliablyPaul Eggert2015-01-251-3/+2
* | | | | | | | | | | | Support const and noreturn DEFUN attributes.Dmitry Antipov2015-01-131-14/+28