summaryrefslogtreecommitdiff
path: root/src/print.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | | | | | | | | | | | Update copyright year to 2016Paul Eggert2016-01-011-1/+1
* | | | | | | | | | | | | Add new User Pointer (User_Ptr) typeAurélien Aptel2015-11-181-0/+13
| |_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | |
* | | | | | | | | | | | Include-file cleanup for src directoryPaul Eggert2015-10-201-6/+3
* | | | | | | | | | | | Omit unnecessary \ before paren in C docstringsPaul Eggert2015-09-161-2/+2
* | | | | | | | | | | | Docstring fixes re quotes in C codePaul Eggert2015-09-011-1/+1
* | | | | | | | | | | | Assume GC_MARK_STACK == GC_MAKE_GCPROS_NOOPSPaul Eggert2015-08-261-36/+1
* | | | | | | | | | | | Treat error strings as helpPaul Eggert2015-08-261-1/+1
* | | | | | | | | | | | Fix multibyte confusion in diagnosticsPaul Eggert2015-08-181-1/+1
* | | | | | | | | | | | * src/print.c (print_object): Minor simplification.Paul Eggert2015-06-121-9/+8
* | | | | | | | | | | | Treat batch stdout/stderr like standard displayPaul Eggert2015-05-311-32/+74
* | | | | | | | | | | | Remove unused DEFSYMsPaul Eggert2015-05-311-1/+0
* | | | | | | | | | | | Port --enable-gcc-warnings to GCC 5.1 x86-64Paul Eggert2015-04-241-8/+11
* | | | | | | | | | | | Omit needless "\ " after multibyte then newlinePaul Eggert2015-04-221-42/+29
* | | | | | | | | | | | Refactor low-level printing for simplicityPaul Eggert2015-04-191-265/+205