aboutsummaryrefslogtreecommitdiffstats
path: root/src/print.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* upstreamJoakim Verona2012-11-131-4/+4
|\
| * * 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
* | upstreamJoakim Verona2012-10-201-1/+1
|\ \ | |/
| * * alloc.c (Fmake_byte_code): Fix typo in comment.Dmitry Antipov2012-10-161-1/+1
* | finally builds againJoakim Verona2012-09-281-2/+2
|\ \ | |/
| * Simplify and avoid signal-handling races.Paul Eggert2012-09-231-2/+2
* | not compiling yetJoakim Verona2012-09-191-1/+1
|\ \ | |/
| * Port better to POSIX hosts lacking _setjmp.Paul Eggert2012-09-151-1/+1
* | upstreamJoakim Verona2012-09-111-1/+1
|\ \ | |/
| * Convenient macro to check whether the buffer is live.Dmitry Antipov2012-09-111-1/+1
* | upstreamJoakim Verona2012-09-101-7/+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
* | upstreamJoakim Verona2012-09-031-5/+6
|\ \ | |/
| * Always use set_buffer_if_live to restore original buffer at unwind.Dmitry Antipov2012-08-281-1/+1
| * Fix usage of set_buffer_internal.Dmitry Antipov2012-08-281-2/+1
| * * alloc.c: Use bool for booleans.Paul Eggert2012-08-211-2/+4
* | upstreamJoakim Verona2012-08-191-11/+11
|\ \ | |/
| * * buffer.h (BSET): Remove.Paul Eggert2012-08-171-6/+6
| * A few more naming-convention fixes for getters and setters.Paul Eggert2012-08-171-5/+5
* | upstreamJoakim Verona2012-08-151-24/+22
|\ \ | |/
| * 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
* | upstreamJoakim Verona2012-08-011-5/+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
* | upstreamJoakim Verona2012-07-271-64/+94
|\ \ | |/
| * 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
| |
| \
*-. \ upstreamJoakim Verona2012-06-181-1/+1
|\ \ \ | | |/
| | * * buffer.h (FETCH_MULTIBYTE_CHAR): Define as inline.Andreas Schwab2012-06-161-1/+1
| |/
* | upstreamJoakim Verona2012-05-301-63/+53
|\ \ | |/
| * Use `declare' in `lambda' and mis minor changes.Stefan Monnier2012-05-261-3/+1
| * Merge from trunk.Paul Eggert2012-05-251-17/+23
| |\