aboutsummaryrefslogtreecommitdiffstats
path: root/src/print.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* Revert and cleanup some recent overlay changes.Dmitry Antipov2012-08-141-3/+3
* Use BSET for write access to Lisp_Object members of struct buffer.Dmitry Antipov2012-08-131-6/+6
* Inline functions to examine and change buffer overlays.Dmitry Antipov2012-08-081-2/+2
* Inline functions to examine and change string intervals.Dmitry Antipov2012-08-081-5/+5
* Cleanup intervals.Dmitry Antipov2012-08-081-2/+2
* Drop PGET and revert read access to Lisp_Objects slots of Lisp_Process.Dmitry Antipov2012-08-071-2/+2
* Drop WGET and revert read access to Lisp_Objects slots of struct window.Dmitry Antipov2012-08-071-2/+2
* Drop FGET and revert read access to Lisp_Objects slots of struct frame.Dmitry Antipov2012-08-071-1/+1
* Separate read and write access to Lisp_Object slots of Lisp_Process.Dmitry Antipov2012-08-061-2/+2
* Separate read and write access to Lisp_Object slots of struct window.Dmitry Antipov2012-08-061-2/+2
* Separate read and write access to Lisp_Object slots of struct frame.Dmitry Antipov2012-08-061-1/+1
* Remove unnecessary casts involving pointers.Paul Eggert2012-08-031-8/+6
* Use INTERNAL_FIELD for processes.Dmitry Antipov2012-08-011-2/+2
* Use INTERNAL_FIELD for windows.Dmitry Antipov2012-08-011-2/+3
* Generalize INTERNAL_FIELD between buffers, keyboards and frames.Dmitry Antipov2012-07-311-1/+1
* Fix bug #12025 with a crash when displaying tooltips.Eli Zaretskii2012-07-231-1/+12
* More xmalloc and related cleanup.Paul Eggert2012-07-051-2/+1
* Cleanup xmalloc.Dmitry Antipov2012-07-051-1/+1
* * window.h (struct window): Change type of 'use_time' andDmitry Antipov2012-06-281-2/+1
* Use sprintf return value instead of invoking strlen on result.Paul Eggert2012-06-251-58/+79
* * alloc.c, bytecode.c, ccl.c, coding.c, composite.c, data.c, dosfns.c:Dmitry Antipov2012-06-191-2/+2
* * buffer.h (FETCH_MULTIBYTE_CHAR): Define as inline.Andreas Schwab2012-06-161-1/+1
* Use `declare' in `lambda' and mis minor changes.Stefan Monnier2012-05-261-3/+1
* Merge from trunk.Paul Eggert2012-05-251-17/+23
|\
| * Add new error and function `user-error'.Stefan Monnier2012-05-041-17/+23
* | * print.c: (print_depth, new_backquote_output, print_number_index):Paul Eggert2012-04-211-3/+3
* | Merge from trunk.Paul Eggert2012-04-211-46/+44
|\ \ | |/
| * * src/print.c (print_preprocess): Only check print_depth if print-circleStefan Monnier2012-04-201-46/+44
* | Merge from trunk.Paul Eggert2012-04-091-2/+2
|\ \ | |/
| * Remove * characters from the front of variable docstrings.Chong Yidong2012-04-091-2/+2
* | Merge from trunk.Paul Eggert2012-01-091-2/+2
|\ \ | |/
| * Add 2012 to FSF copyright years for Emacs filesGlenn Morris2012-01-051-1/+1
| * Spelling fixes.Paul Eggert2011-12-211-1/+1
* | Merge from trunk.Paul Eggert2011-12-101-1/+1
|\ \ | |/
| * Spelling fixes.Paul Eggert2011-11-191-1/+1
* | *print.c (Fexternal_debugging_output): Use more-conservative overflow fix.Paul Eggert2011-10-241-2/+2
* | * print.c (PRINTFINISH): Undo alloca change; not needed.Paul Eggert2011-10-241-4/+2
* | * print.c (print_object) [0]: Fix printf format int width.Paul Eggert2011-09-271-1/+1
* | Fix ptrdiff_t/EMACS_INT confusion.Paul Eggert2011-09-211-4/+4
* | * alloc.c (pure_bytes_used_lisp, pure_bytes_used_non_lisp):Paul Eggert2011-09-211-54/+48
|/
* Whitespace changes.Juanma Barranquero2011-09-091-3/+3
* Merge from trunk.Paul Eggert2011-09-041-1/+1
|\
| * * print.c: Integer overflow fix.Paul Eggert2011-09-041-1/+1
* | * print.c (float_to_string): Detect width overflow more reliably.Paul Eggert2011-08-291-16/+19
|/
* Implement ## reader macroAndreas Schwab2011-07-281-3/+9
* Assume freestanding C89 headers, string.h, stdlib.h.Paul Eggert2011-07-061-3/+0