summaryrefslogtreecommitdiff
path: root/src/print.c
Commit message (Expand)AuthorAgeFilesLines
* Count MANY function args more reliablyPaul Eggert2015-01-251-6/+1
* Compute C decls for DEFSYMs automaticallyPaul Eggert2015-01-051-16/+4
* Update copyright year to 2015Paul Eggert2015-01-011-1/+1
* 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
* * 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
* Simplify and cleanup character conversion stuff.Dmitry Antipov2014-06-231-1/+1
* * 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
* Simplify and port recent bool vector changes.Paul Eggert2013-11-041-1/+1
* * print.c (print_object): Print " ..." when truncating bool vectors.Paul Eggert2013-10-151-0/+4
* * lisp.h (bool_vector_size): New function.Paul Eggert2013-10-141-5/+4
* * buffer.c (Fmake_overlay, Fmove_overlay):Dmitry Antipov2013-09-031-4/+5
* New unwind-protect flavors to better type-check C callbacks.Paul Eggert2013-07-161-2/+1
* * fileio.c (report_file_errno): Fix errno reporting bug.Paul Eggert2013-07-161-2/+1
* Prefer list1 (X) to Fcons (X, Qnil) when building lists.Paul Eggert2013-07-151-2/+2
* Port to C89.Paul Eggert2013-07-101-7/+6
* Use emacs_open more consistently when opening files.Paul Eggert2013-07-051-2/+2
* Don't convert function pointers to void * and back.Paul Eggert2013-07-011-0/+9
* * window.h (struct window): Replace hchild, vchild and buffer slotsDmitry Antipov2013-03-281-2/+2
* Reorder conditions that are written backwardsAndreas Schwab2013-03-241-4/+4
* Use functions and constants to manipulate Lisp_Save_Value objects.Paul Eggert2013-03-211-34/+35
* * print.c (syms_of_print): Initialize debugging output not here...Dmitry Antipov2013-03-191-3/+10
* print.c, process.c: Use bool for booleans.Paul Eggert2013-03-071-18/+18
* * composite.c (fill_gstring_header): Remove useless prototype.Dmitry Antipov2013-02-151-2/+3
* * window.h (struct window): Convert base_line_number, base_line_posDmitry Antipov2013-02-011-1/+1
* Avoid needless casts with XSAVE_POINTER.Paul Eggert2013-01-141-1/+1
* Make Lisp_Save_Value more versatile storage for up to four objects.Dmitry Antipov2013-01-141-14/+59
* Merge from emacs-24; up to 2012-12-06T01:39:03Z!monnier@iro.umontreal.caPaul Eggert2013-01-021-2/+2
|\
| * Update copyright notices for 2013.Paul Eggert2013-01-011-2/+2
* | * print.c (print_object): Fix last change.Dmitry Antipov2012-12-261-1/+1
* | * print.c (print_object): If Lisp_Save_Value object's pointerDmitry Antipov2012-12-261-6/+36
* | * src/lisp.h (XHASH): Redefine to be imperfect and fit in a Lisp int.Stefan Monnier2012-11-081-1/+1
* | Use ad-hoc comparison function for the profiler's hash-tables.Stefan Monnier2012-11-081-3/+3
|/
* * alloc.c (Fmake_byte_code): Fix typo in comment.Dmitry Antipov2012-10-161-1/+1
* Simplify and avoid signal-handling races.Paul Eggert2012-09-231-2/+2
* Port better to POSIX hosts lacking _setjmp.Paul Eggert2012-09-151-1/+1
* Convenient macro to check whether the buffer is live.Dmitry Antipov2012-09-111-1/+1
* Assume C89 or later for math functions.Paul Eggert2012-09-091-6/+0
* Simplify redefinition of 'abort' (Bug#12316).Paul Eggert2012-09-041-1/+1
* Always use set_buffer_if_live to restore original buffer at unwind.Dmitry Antipov2012-08-281-1/+1