summaryrefslogtreecommitdiff
path: root/src/print.c
Commit message (Expand)AuthorAgeFilesLines
* Document external-debugging-output in the Elisp Manual (Bug#24051)Noam Postavsky2018-01-301-1/+1
* Clarify effect of print-gensym (Bug#27776)Noam Postavsky2018-01-301-4/+4
* Update copyright year to 2018Paul Eggert2018-01-011-1/+1
* Prefer HTTPS to FTP and HTTP in documentationPaul Eggert2017-09-131-1/+1
* Improve stack-overflow heuristic on GNU/LinuxPaul Eggert2017-07-141-1/+1
* Fix core dump in substitute-object-in-subtreePaul Eggert2017-07-091-3/+3
* Escape control characters in backtraces (Bug#6991)Noam Postavsky2017-06-291-12/+33
* Use unlocked stdio more systematicallyPaul Eggert2017-06-221-5/+5
* Fix emacs-module-tests on MS-WindowsEli Zaretskii2017-06-051-25/+30
* Omit space that broke ‘make check’Paul Eggert2017-06-051-1/+1
* Rework printing of module functionsPhilipp Stephani2017-06-041-2/+28
* Pacify --enable-gcc-warnings without modulesPaul Eggert2017-05-211-384/+367
* Reimplement module functionsPhilipp Stephani2017-05-201-5/+7
* Introduce new misc type for module functionPhilipp Stephani2017-05-061-0/+5
* Add PVSIZE function to return the size of a pseudovector.Lars Brinkhoff2017-04-101-1/+1
* Add record objects with user-defined types.Lars Brinkhoff2017-04-041-1/+26
* Use switch on pseudovector types; plus cleanups along the wayStefan Monnier2017-03-121-31/+53
* Remove a few unused C functionsPaul Eggert2017-02-261-14/+4
* * lisp/emacs-lisp/cl-print.el: New fileStefan Monnier2017-02-231-10/+22
* Use float instead of Lisp_Object for rehash_sizePaul Eggert2017-02-211-6/+4
* Change type of `rehash_threshold' and `pure' fields in hash-tablesStefan Monnier2017-02-181-7/+5
* Fix hash tables not being purified correctly.Vibhav Pant2017-01-301-0/+6
* Replace QUIT with maybe_quitPaul Eggert2017-01-251-5/+5
* Merge from origin/emacs-25Paul Eggert2017-01-011-1/+1
|\
| * Update copyright year to 2017Paul Eggert2016-12-311-1/+1
* | Merge branch 'concurrency'Eli Zaretskii2016-12-041-0/+36
|\ \
| * \ merge from trunkKen Raeburn2015-11-011-437/+400
| |\ \
| * \ \ merge from trunkTom Tromey2013-07-261-5/+3
| |\ \ \
| * \ \ \ Merge from trunkTom Tromey2013-07-121-7/+6
| |\ \ \ \
| * \ \ \ \ merge from trunkTom Tromey2013-07-061-2/+11
| |\ \ \ \ \
| * \ \ \ \ \ merge from trunk; clean up some issuesTom Tromey2013-06-031-43/+51
| |\ \ \ \ \ \
| * \ \ \ \ \ \ merge from trunkTom Tromey2013-03-081-21/+22
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ merge from trunkTom Tromey2013-01-161-14/+59
| |\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ merge from trunkTom Tromey2013-01-051-8/+38
| |\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ merge from trunkTom Tromey2012-12-171-16/+10
| |\ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ merge from trunkTom Tromey2012-09-041-5/+6
| |\ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ Merge from trunkTom Tromey2012-08-201-11/+11
| |\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | condition variablesTom Tromey2012-08-191-0/+12
| * | | | | | | | | | | | | This adds names to mutexes. This seemed like a nice debuggingTom Tromey2012-08-151-3/+7
| * | | | | | | | | | | | | This supplies the mutex implementation for Emacs Lisp.Tom Tromey2012-08-151-0/+8
| * | | | | | | | | | | | | This turns thread_state into a pseudovector and updates various bitsTom Tromey2012-08-151-0/+12
* | | | | | | | | | | | | | Avoid aborts in GC due to abort_on_gcEli Zaretskii2016-09-141-3/+0
* | | | | | | | | | | | | | Fix over-substitution of quotes on errorPaul Eggert2016-08-311-2/+2
* | | | | | | | | | | | | | Replace IF_LINT by NONVOLATILE and UNINITPaul Eggert2016-06-081-1/+1
* | | | | | | | | | | | | | Port redirect-debugging-output to MS-WindowsPaul Eggert2016-04-041-0/+4
* | | | | | | | | | | | | | Port redirect-debugging-output to non-GNU/LinuxPaul Eggert2016-04-041-27/+24
| |_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | |
* | | | | | | | | | | | | Rework C source files to avoid ^(Paul Eggert2016-03-101-4/+4
* | | | | | | | | | | | | xwidgets style cleanupPaul Eggert2016-01-221-12/+2
* | | | | | | | | | | | | Support for the new Xwidget feature.Joakim Verona2016-01-191-0/+16
* | | | | | | | | | | | | Obey coding-system-for-write when writing stdout/stderr in batchEli Zaretskii2016-01-061-1/+11