summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* * src/sheap.c (bss_sbrk_buffer_beg): Remove redundant variable.Ken Brown2014-09-283-4/+8
* Fix implementation of HYBRID_MALLOC on Cygwin.Ken Brown2014-09-273-4/+14
* * lisp/subr.el (track-mouse): New macro.Stefan Monnier2014-09-272-8/+7
* Introduce global-eldoc-mode. Move Elisp-specific code to elisp-mode.el.Stefan Monnier2014-09-262-0/+5
* * xfns.c (x_default_scroll_bar_color_parameter):Paul Eggert2014-09-262-0/+8
* src/w32term.h (ALIGN_STACK): Fix the cpp condition.Ken Brown2014-09-262-1/+5
* Don't use USE_STACK_LISP_OBJECTS on Windows with GCC older than 4.2.Eli Zaretskii2014-09-252-1/+10
* src/w32term.h (ALIGN_STACK): Fix a typo in last commit.Eli Zaretskii2014-09-251-1/+1
* * xterm.c (x_new_font): Fix typo introduced by the recent dead code removal.Dmitry Antipov2014-09-251-1/+1
* * lisp.h (toplevel): Adjust comment around USE_STACK_LISP_OBJECTS.Dmitry Antipov2014-09-251-12/+11
* Default to stack objects on DOS_NT platforms as well.Eli Zaretskii2014-09-257-24/+57
* Remove code left dead after 2014-07-27 changes.Martin Rudalics2014-09-258-477/+12
* Fix local_cons etc. to not exhaust the stack when in a loop.Paul Eggert2014-09-2425-30/+150
* Default to stack objects on non-GNU/Linux, non-DOS_NT platforms.Paul Eggert2014-09-242-5/+9
* Avoid signed integer overflow when converting Time to ptrdiff_t.Paul Eggert2014-09-244-7/+42
* * keyboard.c (make_lispy_event): Avoid unnecessary testsPaul Eggert2014-09-242-23/+26
* * lisp.h (toplevel) [!USE_STACK_LISP_OBJECTS]: Fix poorly nestedKen Brown2014-09-241-3/+3
* * lisp.h (USE_STACK_LISP_OBJECTS): Enable by default if GNU_LINUXDmitry Antipov2014-09-242-2/+16
* * chartab.c (uniprop_encode_value_numeric):Dmitry Antipov2014-09-244-19/+17
* Fix fallout on MinGW64 from the previous commit.Eli Zaretskii2014-09-244-7/+21
* * termhooks.h (enum scroll_bar_part): Begin from 0 to allow...Dmitry Antipov2014-09-249-60/+81
* Fix some slow uses and misuses of strcat.Paul Eggert2014-09-236-13/+25
* * lisp.h (lispstpcpy): Rename from lispstrcpy, and act like stpcpy.Paul Eggert2014-09-2314-18/+27
* * dispextern.h, xdisp.c (window_box_right_offset): Now static.Paul Eggert2014-09-233-2/+5
* Use known length of a Lisp string to copy it faster.Dmitry Antipov2014-09-2314-15/+41
* Fix SAFE_ALLOCA to not exhaust the stack when in a loop.Paul Eggert2014-09-223-6/+25
* Merge from emacs-24Stefan Monnier2014-09-2211-153/+293
|\
| * On OSX, do not free font-specific data more than once (Bug#18501).Dmitry Antipov2014-09-222-13/+24
| * * configure.ac: Increase headerpad_extra to 1000, update the commentDavid Caldwell2014-09-212-1/+7
| * * src/image.c (imagemagick_load_image): Add delay to imagemagick metadata.Juri Linkov2014-09-182-0/+11
| * Clarify the doc strings of mouse-position and set-mouse-position.Eli Zaretskii2014-09-182-6/+10
| * Fix bug #18490 with redisplay of other windows showing a narrowed buffer.Eli Zaretskii2014-09-182-0/+11
| * Fix display of hollow-box and hbar cursors on r2L lines.Eli Zaretskii2014-09-163-4/+31
| * Fix block cursor display in R2L lines.Eli Zaretskii2014-09-163-2/+10
| * Prefer ptrdiff_t to int and avoid integer overflows.Dmitry Antipov2014-09-164-3/+9
| * Always use matched specpdl entry to record call arguments (Bug#18473).Dmitry Antipov2014-09-163-34/+40
| * src/dispextern.h: Commentary fix.Eli Zaretskii2014-09-151-1/+3
| * Fix display of R2L lines in partial-width windows.Eli Zaretskii2014-09-152-13/+57
* | Fix bug #18516 with SIGSEGV in expand-file-name.Eli Zaretskii2014-09-222-0/+9
* | Avoid extra call to oblookup when interning symbols.Dmitry Antipov2014-09-225-54/+57
* | Minor improvements to new stack-allocated Lisp objects.Paul Eggert2014-09-214-26/+79
* | More and more stack-allocated Lisp objects if USE_LOCAL_ALLOCATORS.Dmitry Antipov2014-09-1812-25/+50
* | Port USE_LOCAL_ALLOCATORS code to clang 3.4 x86-64.Paul Eggert2014-09-172-25/+17
* | Port USE_LOCAL_ALLOCATORS code to clang 3.4 x86-64.Paul Eggert2014-09-172-9/+32
* | * unexmacosx.c (copy_data_segment): Port to GCC 4.6+.Samuel Bronson2014-09-172-0/+26
* | Fix minor problems found by static checking.Paul Eggert2014-09-175-16/+13
* | Avoid clang-specific warnings.Dmitry Antipov2014-09-173-3/+9
* | * alloc.c (local_vector_init): Remove useless INLINE.Dmitry Antipov2014-09-171-1/+1
* | For symbols, use address as hash code.Daniel Colascione2014-09-162-4/+5
* | Avoid more integer overflows on string size calculations.Dmitry Antipov2014-09-164-3/+8