summaryrefslogtreecommitdiff
path: root/src/print.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright year to 2017Paul Eggert2016-12-311-1/+1
* 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
* Avoid some int overflows in window.cPaul Eggert2015-04-131-3/+2
* Finalizer documentation, minor improvementsDaniel Colascione2015-03-021-1/+4
* Add support for finalizersDaniel Colascione2015-03-021-1/+5
* Revert changes installed by xwidgets mergePaul Eggert2015-02-011-16/+0
* Merge branch 'master' into xwidgetJoakim Verona2015-01-251-6/+1
|\
| * Count MANY function args more reliablyPaul Eggert2015-01-251-6/+1
* | Update to new DEFSYM strategyJoakim Verona2015-01-111-7/+0
* | merge master, fix conflictsJoakim Verona2015-01-111-8/+4
|\ \ | |/
| * Compute C decls for DEFSYMs automaticallyPaul Eggert2015-01-051-16/+4
* | merge masterjave2015-01-021-1/+1
|\ \ | |/
| * Update copyright year to 2015Paul Eggert2015-01-011-1/+1
* | whitespace cleanupjave2009-01-011-1/+2
* | Merge branch 'master' into xwidgetJoakim Verona2014-12-231-11/+30
|\ \ | |/
| * Port better to AddressSanitizer.Paul Eggert2014-11-291-2/+4
| * Enhance terpri to allow conditionally output a newlineLeo Liu2014-10-091-5/+23
| * * lisp.h (make_local_string): Nitpick indent.Dmitry Antipov2014-09-111-3/+0
| * Use SAFE_ALLOCA etc. to avoid unbounded stack allocation.Paul Eggert2014-09-071-1/+3
* | upstreamJoakim Verona2014-07-311-4/+13
|\ \ | |/
| * * print.c (print_preprocess): Adjust to match changedDmitry Antipov2014-07-171-1/+2
| * * print.c (print_object): Adjust to match new layout of sub char-tableDmitry Antipov2014-07-021-2/+10
| * Shrink Lisp_Sub_Char_Table by preferring C integers to Lisp_Objects.Dmitry Antipov2014-07-021-1/+1
* | manual upstream mergeJoakim Verona2014-06-231-1/+1
|\ \ | |/
| * Simplify and cleanup character conversion stuff.Dmitry Antipov2014-06-231-1/+1
* | upstreamJoakim Verona2014-06-041-29/+42
|\ \ | |/
| * * print.c (Fexternal_debugging_output): Add cast to pacifyDmitry Antipov2014-02-031-1/+1
| * Fix bug #16448 with non-ASCII error messages in batch mode.Eli Zaretskii2014-02-011-7/+26
| * Fix bug #16576 with PRINTCHARFUN that conses output a lot.Eli Zaretskii2014-01-291-12/+3
| * Update copyright year to 2014 by running admin/update-copyright.Paul Eggert2014-01-011-1/+1
| * Spelling and punctuation fixes.Paul Eggert2013-12-011-1/+1
| * Support resizing frames and windows pixelwise.Martin Rudalics2013-11-301-2/+3
| * Simplify, port and tune bool vector implementation.Paul Eggert2013-11-131-2/+1