Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Prefer HTTPS to FTP and HTTP in documentation | Paul Eggert | 2017-09-13 | 1 | -1/+1 |
* | Improve stack-overflow heuristic on GNU/Linux | Paul Eggert | 2017-07-14 | 1 | -1/+1 |
* | Fix core dump in substitute-object-in-subtree | Paul Eggert | 2017-07-09 | 1 | -3/+3 |
* | Escape control characters in backtraces (Bug#6991) | Noam Postavsky | 2017-06-29 | 1 | -12/+33 |
* | Use unlocked stdio more systematically | Paul Eggert | 2017-06-22 | 1 | -5/+5 |
* | Fix emacs-module-tests on MS-Windows | Eli Zaretskii | 2017-06-05 | 1 | -25/+30 |
* | Omit space that broke ‘make check’ | Paul Eggert | 2017-06-05 | 1 | -1/+1 |
* | Rework printing of module functions | Philipp Stephani | 2017-06-04 | 1 | -2/+28 |
* | Pacify --enable-gcc-warnings without modules | Paul Eggert | 2017-05-21 | 1 | -384/+367 |
* | Reimplement module functions | Philipp Stephani | 2017-05-20 | 1 | -5/+7 |
* | Introduce new misc type for module function | Philipp Stephani | 2017-05-06 | 1 | -0/+5 |
* | Add PVSIZE function to return the size of a pseudovector. | Lars Brinkhoff | 2017-04-10 | 1 | -1/+1 |
* | Add record objects with user-defined types. | Lars Brinkhoff | 2017-04-04 | 1 | -1/+26 |
* | Use switch on pseudovector types; plus cleanups along the way | Stefan Monnier | 2017-03-12 | 1 | -31/+53 |
* | Remove a few unused C functions | Paul Eggert | 2017-02-26 | 1 | -14/+4 |
* | * lisp/emacs-lisp/cl-print.el: New file | Stefan Monnier | 2017-02-23 | 1 | -10/+22 |
* | Use float instead of Lisp_Object for rehash_size | Paul Eggert | 2017-02-21 | 1 | -6/+4 |
* | Change type of `rehash_threshold' and `pure' fields in hash-tables | Stefan Monnier | 2017-02-18 | 1 | -7/+5 |
* | Fix hash tables not being purified correctly. | Vibhav Pant | 2017-01-30 | 1 | -0/+6 |
* | Replace QUIT with maybe_quit | Paul Eggert | 2017-01-25 | 1 | -5/+5 |
* | 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 |
* | | Merge branch 'concurrency' | Eli Zaretskii | 2016-12-04 | 1 | -0/+36 |
|\ \ | |||||
| * \ | merge from trunk | Ken Raeburn | 2015-11-01 | 1 | -437/+400 |
| |\ \ | |||||
| * \ \ | merge from trunk | Tom Tromey | 2013-07-26 | 1 | -5/+3 |
| |\ \ \ | |||||
| * \ \ \ | Merge from trunk | Tom Tromey | 2013-07-12 | 1 | -7/+6 |
| |\ \ \ \ | |||||
| * \ \ \ \ | merge from trunk | Tom Tromey | 2013-07-06 | 1 | -2/+11 |
| |\ \ \ \ \ | |||||
| * \ \ \ \ \ | merge from trunk; clean up some issues | Tom Tromey | 2013-06-03 | 1 | -43/+51 |
| |\ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ | merge from trunk | Tom Tromey | 2013-03-08 | 1 | -21/+22 |
| |\ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ | merge from trunk | Tom Tromey | 2013-01-16 | 1 | -14/+59 |
| |\ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ \ | merge from trunk | Tom Tromey | 2013-01-05 | 1 | -8/+38 |
| |\ \ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ \ \ | merge from trunk | Tom Tromey | 2012-12-17 | 1 | -16/+10 |
| |\ \ \ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ \ \ \ | merge from trunk | Tom Tromey | 2012-09-04 | 1 | -5/+6 |
| |\ \ \ \ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ \ \ \ \ | Merge from trunk | Tom Tromey | 2012-08-20 | 1 | -11/+11 |
| |\ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | | | condition variables | Tom Tromey | 2012-08-19 | 1 | -0/+12 |
| * | | | | | | | | | | | | | This adds names to mutexes. This seemed like a nice debugging | Tom Tromey | 2012-08-15 | 1 | -3/+7 |
| * | | | | | | | | | | | | | This supplies the mutex implementation for Emacs Lisp. | Tom Tromey | 2012-08-15 | 1 | -0/+8 |
| * | | | | | | | | | | | | | This turns thread_state into a pseudovector and updates various bits | Tom Tromey | 2012-08-15 | 1 | -0/+12 |
* | | | | | | | | | | | | | | Avoid aborts in GC due to abort_on_gc | Eli Zaretskii | 2016-09-14 | 1 | -3/+0 |
* | | | | | | | | | | | | | | Fix over-substitution of quotes on error | Paul Eggert | 2016-08-31 | 1 | -2/+2 |
* | | | | | | | | | | | | | | Replace IF_LINT by NONVOLATILE and UNINIT | Paul Eggert | 2016-06-08 | 1 | -1/+1 |
* | | | | | | | | | | | | | | Port redirect-debugging-output to MS-Windows | Paul Eggert | 2016-04-04 | 1 | -0/+4 |
* | | | | | | | | | | | | | | Port redirect-debugging-output to non-GNU/Linux | Paul Eggert | 2016-04-04 | 1 | -27/+24 |
| |_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | |||||
* | | | | | | | | | | | | | Rework C source files to avoid ^( | Paul Eggert | 2016-03-10 | 1 | -4/+4 |
* | | | | | | | | | | | | | xwidgets style cleanup | Paul Eggert | 2016-01-22 | 1 | -12/+2 |
* | | | | | | | | | | | | | Support for the new Xwidget feature. | Joakim Verona | 2016-01-19 | 1 | -0/+16 |
* | | | | | | | | | | | | | Obey coding-system-for-write when writing stdout/stderr in batch | Eli Zaretskii | 2016-01-06 | 1 | -1/+11 |
* | | | | | | | | | | | | | Update copyright year to 2016 | Paul Eggert | 2016-01-01 | 1 | -1/+1 |
* | | | | | | | | | | | | | Add new User Pointer (User_Ptr) type | Aurélien Aptel | 2015-11-18 | 1 | -0/+13 |
| |_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | |||||
* | | | | | | | | | | | | Include-file cleanup for src directory | Paul Eggert | 2015-10-20 | 1 | -6/+3 |