Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make seq-into return the sequence when no conversion needed | Nicolas Petton | 2016-12-16 | 1 | -0/+8 |
* | Fix circular list handling in seq-mapn | Nicolas Petton | 2016-12-15 | 1 | -0/+5 |
* | Check in tramp-tests.el, that environment variables are set correctly | Michael Albinus | 2016-12-15 | 1 | -1/+28 |
* | * test/src/regex-resources/PTESTS: Convert to UTF-8. | Paul Eggert | 2016-12-12 | 1 | -271/+271 |
* | Move backtrace to ELisp using a new mapbacktrace primitive | Clément Pit--Claudel | 2016-12-12 | 1 | -0/+47 |
* | Make etags-tests work in out-of-tree builds | Eli Zaretskii | 2016-12-12 | 1 | -3/+11 |
* | Avoid crashing if a new thread is signaled right away | Eli Zaretskii | 2016-12-12 | 1 | -0/+9 |
* | Fix point motion in cloned buffers | Eli Zaretskii | 2016-12-12 | 1 | -1/+11 |
* | Further improvements in Tramp's file name unquoting | Michael Albinus | 2016-12-12 | 1 | -1/+13 |
* | Quote filenames containing '~' in prompts | Noam Postavsky | 2016-12-11 | 1 | -0/+23 |
* | Avoid aborts when a thread signals an error | Eli Zaretskii | 2016-12-11 | 1 | -0/+15 |
* | Clean up compile-tests.el | Philipp Stephani | 2016-12-11 | 1 | -31/+37 |
* | ; Fix copyright years in new files | Glenn Morris | 2016-12-10 | 1 | -1/+1 |
* | Support concurrency in Emacs Lisp | Eli Zaretskii | 2016-12-10 | 2 | -0/+294 |
|\ | |||||
| * | Fix the test suite | Eli Zaretskii | 2016-12-06 | 3 | -99/+81 |
| * | Merge branch 'concurrency' | Eli Zaretskii | 2016-12-04 | 2 | -0/+312 |
| |\ | |||||
| | * | merge from trunk | Ken Raeburn | 2015-11-01 | 239 | -2530/+204002 |
| | |\ | |||||
| | * \ | merge from trunk | Tom Tromey | 2013-08-25 | 6 | -0/+1491 |
| | |\ \ | |||||
| | * \ \ | merge from trunk | Tom Tromey | 2013-08-19 | 12 | -86/+359 |
| | |\ \ \ | |||||
| | * \ \ \ | merge from trunk | Tom Tromey | 2013-07-26 | 6 | -19/+159 |
| | |\ \ \ \ | |||||
| | * \ \ \ \ | Merge from trunk | Tom Tromey | 2013-07-12 | 18 | -263/+411 |
| | |\ \ \ \ \ | |||||
| | * \ \ \ \ \ | merge from trunk | Tom Tromey | 2013-07-06 | 24 | -56/+1354 |
| | |\ \ \ \ \ \ | |||||
| | * | | | | | | | fix buglet in test case | Tom Tromey | 2013-07-04 | 1 | -2/+2 |
| | * | | | | | | | merge from trunk | Tom Tromey | 2013-06-13 | 2 | -0/+210 |
| | |\ \ \ \ \ \ \ | |||||
| | * \ \ \ \ \ \ \ | merge from trunk; clean up some issues | Tom Tromey | 2013-06-03 | 11 | -427/+1152 |
| | |\ \ \ \ \ \ \ \ | |||||
| | * \ \ \ \ \ \ \ \ | merge from trunk | Tom Tromey | 2013-03-17 | 1 | -1/+1 |
| | |\ \ \ \ \ \ \ \ \ | |||||
| | * \ \ \ \ \ \ \ \ \ | merge from trunk | Tom Tromey | 2013-03-08 | 7 | -18/+2438 |
| | |\ \ \ \ \ \ \ \ \ \ | |||||
| | * \ \ \ \ \ \ \ \ \ \ | merge from trunk | Tom Tromey | 2013-01-16 | 5 | -87/+478 |
| | |\ \ \ \ \ \ \ \ \ \ \ | |||||
| | * \ \ \ \ \ \ \ \ \ \ \ | merge from trunk | Tom Tromey | 2013-01-05 | 48 | -50/+78 |
| | |\ \ \ \ \ \ \ \ \ \ \ \ | |||||
| | * \ \ \ \ \ \ \ \ \ \ \ \ | merge from trunk | Tom Tromey | 2012-12-17 | 10 | -122/+613 |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| | * \ \ \ \ \ \ \ \ \ \ \ \ \ | merge from trunk | Tom Tromey | 2012-09-04 | 2 | -21/+123 |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| | * | | | | | | | | | | | | | | | cannot thread-join the current thread | Tom Tromey | 2012-08-27 | 1 | -0/+4 |
| | * | | | | | | | | | | | | | | | fix test suite for condition-variable-p name change | Tom Tromey | 2012-08-27 | 1 | -4/+4 |
| | * | | | | | | | | | | | | | | | add tests for variable bindings | Tom Tromey | 2012-08-27 | 1 | -0/+99 |
| | * | | | | | | | | | | | | | | | Merge from trunk | Tom Tromey | 2012-08-20 | 2 | -2/+103 |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| | * | | | | | | | | | | | | | | | | add condition-mutex and condition-name | Tom Tromey | 2012-08-19 | 1 | -0/+18 |
| | * | | | | | | | | | | | | | | | | condition variables | Tom Tromey | 2012-08-19 | 1 | -0/+13 |
| | * | | | | | | | | | | | | | | | | add test case for I/O switching | Tom Tromey | 2012-08-15 | 1 | -0/+13 |
| | * | | | | | | | | | | | | | | | | This adds some tests of the threading code. | Tom Tromey | 2012-08-15 | 1 | -0/+165 |
* | | | | | | | | | | | | | | | | | | Fix further problems with quoted file names in Tramp | Michael Albinus | 2016-12-09 | 1 | -7/+7 |
* | | | | | | | | | | | | | | | | | | Fix Bug#24962 | Tino Calancha | 2016-12-08 | 1 | -1/+0 |
* | | | | | | | | | | | | | | | | | | Merge from origin/emacs-25 | Paul Eggert | 2016-12-07 | 1 | -0/+18 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | | | | | | | | Improve treatment of Fortran's "class is" | Glenn Morris | 2016-11-27 | 1 | -0/+18 |
| * | | | | | | | | | | | | | | | | | | Avoid infloop in python | Daniel Colascione | 2016-11-08 | 1 | -0/+7 |
| * | | | | | | | | | | | | | | | | | | Don't require isearch-update before isearch-donescratch/backports-25.2-strict | Noam Postavsky | 2016-10-02 | 1 | -0/+8 |
| * | | | | | | | | | | | | | | | | | | Improve display of tex-verbatim and Info quoted | Paul Eggert | 2016-09-23 | 1 | -0/+1 |
* | | | | | | | | | | | | | | | | | | | define-ibuffer-filter: Discard wrong filters | Tino Calancha | 2016-12-07 | 1 | -0/+12 |
* | | | | | | | | | | | | | | | | | | | ibuffer-decompose-filter-group avoid unwanted side effects | Tino Calancha | 2016-12-07 | 1 | -0/+33 |
* | | | | | | | | | | | | | | | | | | | New test file for ediff | Tino Calancha | 2016-12-07 | 1 | -0/+42 |
* | | | | | | | | | | | | | | | | | | | ibuffer-decompose-filter: Avoid side effects on error | Tino Calancha | 2016-12-07 | 1 | -1/+0 |