index
:
chemacs.git
devmain
master
emacs
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
ChangeLog
Age
Commit message (
Expand
)
Author
2014-09-24
Default to stack objects on non-GNU/Linux, non-DOS_NT platforms.
Paul Eggert
2014-09-24
Avoid signed integer overflow when converting Time to ptrdiff_t.
Paul Eggert
2014-09-24
* keyboard.c (make_lispy_event): Avoid unnecessary tests
Paul Eggert
2014-09-24
* lisp.h (USE_STACK_LISP_OBJECTS): Enable by default if GNU_LINUX
Dmitry Antipov
2014-09-24
* chartab.c (uniprop_encode_value_numeric):
Dmitry Antipov
2014-09-24
Fix fallout on MinGW64 from the previous commit.
Eli Zaretskii
2014-09-24
Fix 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-23
Fix 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-23
Use known length of a Lisp string to copy it faster.
Dmitry Antipov
2014-09-22
Fix SAFE_ALLOCA to not exhaust the stack when in a loop.
Paul Eggert
2014-09-22
Merge from emacs-24
Stefan Monnier
2014-09-22
Fix bug #18516 with SIGSEGV in expand-file-name.
Eli Zaretskii
2014-09-22
Avoid extra call to oblookup when interning symbols.
Dmitry Antipov
2014-09-22
On OSX, do not free font-specific data more than once (Bug#18501).
Dmitry Antipov
2014-09-21
Minor improvements to new stack-allocated Lisp objects.
Paul Eggert
2014-09-21
* configure.ac: Increase headerpad_extra to 1000, update the comment
David Caldwell
2014-09-18
* src/image.c (imagemagick_load_image): Add delay to imagemagick metadata.
Juri Linkov
2014-09-18
Clarify the doc strings of mouse-position and set-mouse-position.
Eli Zaretskii
2014-09-18
Fix bug #18490 with redisplay of other windows showing a narrowed buffer.
Eli Zaretskii
2014-09-18
More and more stack-allocated Lisp objects if USE_LOCAL_ALLOCATORS.
Dmitry Antipov
2014-09-17
Port USE_LOCAL_ALLOCATORS code to clang 3.4 x86-64.
Paul Eggert
2014-09-17
Port 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-17
Fix minor problems found by static checking.
Paul Eggert
2014-09-17
Avoid clang-specific warnings.
Dmitry Antipov
2014-09-16
Fix display of hollow-box and hbar cursors on r2L lines.
Eli Zaretskii
2014-09-16
Fix block cursor display in R2L lines.
Eli Zaretskii
2014-09-16
For symbols, use address as hash code.
Daniel Colascione
2014-09-16
Avoid more integer overflows on string size calculations.
Dmitry Antipov
2014-09-16
If USE_LOCAL_ALLOCATORS, allocate even more Lisp objects on stack.
Dmitry Antipov
2014-09-16
Prefer ptrdiff_t to int and avoid integer overflows.
Dmitry Antipov
2014-09-16
Always use matched specpdl entry to record call arguments (Bug#18473).
Dmitry Antipov
2014-09-15
Support playing on MS-Windows non-ASCII sound files using Unicode APIs.
Eli Zaretskii
2014-09-15
Fix display of R2L lines in partial-width windows.
Eli Zaretskii
2014-09-15
If USE_LOCAL_ALLOCATORS, allocate some Lisp objects on stack.
Dmitry Antipov
2014-09-14
Tweak sort docstring
Daniel Colascione
2014-09-14
Merge from emacs-24; up to 2014-07-09T02:04:12Z!rgm@gnu.org
Glenn Morris
2014-09-14
Fix 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-13
Fix expansion and encoding of sound file names on MS-Windows.
Eli Zaretskii
2014-09-13
Prefer 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-11
Remove redundant GCPROs around Ffuncall and Fapply calls. This
Dmitry Antipov
2014-09-11
* lread.c (readevalloop_eager_expand_eval): Add GCPRO and fix
Dmitry Antipov
2014-09-11
More debugging aids around GCPROs.
Dmitry Antipov
2014-09-11
In 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
[prev]
[next]