summaryrefslogtreecommitdiff
path: root/src/ChangeLog
AgeCommit message (Expand)Author
2014-09-24Default to stack objects on non-GNU/Linux, non-DOS_NT platforms.Paul Eggert
2014-09-24Avoid signed integer overflow when converting Time to ptrdiff_t.Paul Eggert
2014-09-24* keyboard.c (make_lispy_event): Avoid unnecessary testsPaul Eggert
2014-09-24* lisp.h (USE_STACK_LISP_OBJECTS): Enable by default if GNU_LINUXDmitry Antipov
2014-09-24* chartab.c (uniprop_encode_value_numeric):Dmitry Antipov
2014-09-24Fix fallout on MinGW64 from the previous commit.Eli Zaretskii
2014-09-24Fix bug #18528 with crashes at startup during frameset restoration.Eli Zaretskii
2014-09-24* termhooks.h (enum scroll_bar_part): Begin from 0 to allow...Dmitry Antipov
2014-09-23Fix some slow uses and misuses of strcat.Paul Eggert
2014-09-23* lisp.h (lispstpcpy): Rename from lispstrcpy, and act like stpcpy.Paul Eggert
2014-09-23* dispextern.h, xdisp.c (window_box_right_offset): Now static.Paul Eggert
2014-09-23Use known length of a Lisp string to copy it faster.Dmitry Antipov
2014-09-22Fix SAFE_ALLOCA to not exhaust the stack when in a loop.Paul Eggert
2014-09-22Merge from emacs-24Stefan Monnier
2014-09-22Fix bug #18516 with SIGSEGV in expand-file-name.Eli Zaretskii
2014-09-22Avoid extra call to oblookup when interning symbols.Dmitry Antipov
2014-09-22On OSX, do not free font-specific data more than once (Bug#18501).Dmitry Antipov
2014-09-21Minor improvements to new stack-allocated Lisp objects.Paul Eggert
2014-09-21* configure.ac: Increase headerpad_extra to 1000, update the commentDavid Caldwell
2014-09-18* src/image.c (imagemagick_load_image): Add delay to imagemagick metadata.Juri Linkov
2014-09-18Clarify the doc strings of mouse-position and set-mouse-position.Eli Zaretskii
2014-09-18Fix bug #18490 with redisplay of other windows showing a narrowed buffer.Eli Zaretskii
2014-09-18More and more stack-allocated Lisp objects if USE_LOCAL_ALLOCATORS.Dmitry Antipov
2014-09-17Port USE_LOCAL_ALLOCATORS code to clang 3.4 x86-64.Paul Eggert
2014-09-17Port USE_LOCAL_ALLOCATORS code to clang 3.4 x86-64.Paul Eggert
2014-09-17* unexmacosx.c (copy_data_segment): Port to GCC 4.6+.Samuel Bronson
2014-09-17Fix minor problems found by static checking.Paul Eggert
2014-09-17Avoid clang-specific warnings.Dmitry Antipov
2014-09-16Fix display of hollow-box and hbar cursors on r2L lines.Eli Zaretskii
2014-09-16Fix block cursor display in R2L lines.Eli Zaretskii
2014-09-16For symbols, use address as hash code.Daniel Colascione
2014-09-16Avoid more integer overflows on string size calculations.Dmitry Antipov
2014-09-16If USE_LOCAL_ALLOCATORS, allocate even more Lisp objects on stack.Dmitry Antipov
2014-09-16Prefer ptrdiff_t to int and avoid integer overflows.Dmitry Antipov
2014-09-16Always use matched specpdl entry to record call arguments (Bug#18473).Dmitry Antipov
2014-09-15Support playing on MS-Windows non-ASCII sound files using Unicode APIs.Eli Zaretskii
2014-09-15Fix display of R2L lines in partial-width windows.Eli Zaretskii
2014-09-15If USE_LOCAL_ALLOCATORS, allocate some Lisp objects on stack.Dmitry Antipov
2014-09-14Tweak sort docstringDaniel Colascione
2014-09-14Merge from emacs-24; up to 2014-07-09T02:04:12Z!rgm@gnu.orgGlenn Morris
2014-09-14Fix bug #18420 with deadlocks communicating with subprocess on MS-Windows.Eli Zaretskii
2014-09-14* callproc.c (init_callproc): Fix bug introduced at 2014-09-07.Jan Djärv
2014-09-13Fix expansion and encoding of sound file names on MS-Windows.Eli Zaretskii
2014-09-13Prefer ptrdiff_t to int and avoid integer overflows.Dmitry Antipov
2014-09-12* buffer.c (syms_of_buffer): DEFSYM Qchoice (Bug#18337).Detlev Zundel
2014-09-11Remove redundant GCPROs around Ffuncall and Fapply calls. ThisDmitry Antipov
2014-09-11* lread.c (readevalloop_eager_expand_eval): Add GCPRO and fixDmitry Antipov
2014-09-11More debugging aids around GCPROs.Dmitry Antipov
2014-09-11In Fresize_mini_window_internal set w->total_lines from w->pixel_height (Bug#...Martin Rudalics
2014-09-11* lisp.h (make_local_string): Nitpick indent.Dmitry Antipov