aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog (follow)
Commit message (Expand)AuthorAgeFilesLines
* Avoid extra call to oblookup when interning symbols.Dmitry Antipov2014-09-221-0/+9
* Minor improvements to new stack-allocated Lisp objects.Paul Eggert2014-09-211-0/+12
* More and more stack-allocated Lisp objects if USE_LOCAL_ALLOCATORS.Dmitry Antipov2014-09-181-0/+17
* Port USE_LOCAL_ALLOCATORS code to clang 3.4 x86-64.Paul Eggert2014-09-171-3/+3
* Port USE_LOCAL_ALLOCATORS code to clang 3.4 x86-64.Paul Eggert2014-09-171-0/+8
* * unexmacosx.c (copy_data_segment): Port to GCC 4.6+.Samuel Bronson2014-09-171-0/+4
* Fix minor problems found by static checking.Paul Eggert2014-09-171-0/+8
* Avoid clang-specific warnings.Dmitry Antipov2014-09-171-0/+6
* For symbols, use address as hash code.Daniel Colascione2014-09-161-0/+4
* Avoid more integer overflows on string size calculations.Dmitry Antipov2014-09-161-0/+5
* If USE_LOCAL_ALLOCATORS, allocate even more Lisp objects on stack.Dmitry Antipov2014-09-161-0/+18
* Support playing on MS-Windows non-ASCII sound files using Unicode APIs.Eli Zaretskii2014-09-151-0/+20
* If USE_LOCAL_ALLOCATORS, allocate some Lisp objects on stack.Dmitry Antipov2014-09-151-0/+34
* Tweak sort docstringDaniel Colascione2014-09-141-0/+4
* Merge from emacs-24; up to 2014-07-09T02:04:12Z!rgm@gnu.orgGlenn Morris2014-09-141-0/+37
|\
| * Fix bug #18420 with deadlocks communicating with subprocess on MS-Windows.Eli Zaretskii2014-09-141-0/+9
| * Fix expansion and encoding of sound file names on MS-Windows.Eli Zaretskii2014-09-131-0/+13
| * In Fresize_mini_window_internal set w->total_lines from w->pixel_height (Bug#...Martin Rudalics2014-09-111-0/+5
| * * nsterm.m (updateFrameSize:, initFrameFromEmacs:)Jan Djärv2014-09-091-0/+6
| * Fix the row number mistakenly reported by pos_visible_p in rare cases.Eli Zaretskii2014-09-091-0/+7
* | * callproc.c (init_callproc): Fix bug introduced at 2014-09-07.Jan Djärv2014-09-141-0/+5
* | Prefer ptrdiff_t to int and avoid integer overflows.Dmitry Antipov2014-09-131-1/+9
* | * buffer.c (syms_of_buffer): DEFSYM Qchoice (Bug#18337).Detlev Zundel2014-09-121-0/+4
* | Remove redundant GCPROs around Ffuncall and Fapply calls. ThisDmitry Antipov2014-09-111-0/+7
* | * lread.c (readevalloop_eager_expand_eval): Add GCPRO and fixDmitry Antipov2014-09-111-0/+3
* | More debugging aids around GCPROs.Dmitry Antipov2014-09-111-0/+5
* | * lisp.h (make_local_string): Nitpick indent.Dmitry Antipov2014-09-111-0/+5
* | Pacify --enable-gcc-warnings when no window system is used.Paul Eggert2014-09-101-0/+15
* | * charset.c (Fget_unused_iso_final_char): Fix subscript error.Paul Eggert2014-09-101-0/+7
* | Simplify lisp.h by removing the __COUNTER__ business.Paul Eggert2014-09-101-0/+10
* | * nsterm.m (ns_draw_fringe_bitmap): Use the same logic as other terms to dete...Alp Aker2014-09-101-0/+5
* | src/w32.c (sys_write): Use SAFE_NALLOCA for the NL -> CRLF translation buffer.Eli Zaretskii2014-09-101-0/+5
* | * xterm.c (handle_one_xevent): Add braces to pacify gcc -Wall.Paul Eggert2014-09-101-0/+4
* | Detect iconified under Compiz/UnityJan Djärv2014-09-101-0/+5
* | * lisp.h (DEFINE_GDB_SYMBOL_ENUM): Remove.Paul Eggert2014-09-101-0/+10
* | Improve the experimental local and scoped allocation.Paul Eggert2014-09-091-0/+27
* | Cleanup last change and make all new stuff conditional.Dmitry Antipov2014-09-091-0/+9
* | Add macros to allocate temporary Lisp objects with alloca.Dmitry Antipov2014-09-091-0/+12
* | * xterm.c (x_term_init): Consolidate duplicated code.Dmitry Antipov2014-09-091-0/+7
* | Merge from emacs-24; up to 2014-07-08T06:24:07Z!eggert@cs.ucla.eduGlenn Morris2014-09-071-0/+10
|\ \ | |/
| * Fix bug #18419 with disappearing line numbers when minibuffer is resized.Eli Zaretskii2014-09-071-0/+6
| * Fix bug #18331 with "C-h k C-g" not showing documentation on Windows.Eli Zaretskii2014-09-041-0/+6
* | Fix bug uncovered by changing alloca to auto buffer.Paul Eggert2014-09-071-0/+10
* | * callproc.c (exec_failed) [DOS_NT]: Define a dummy.Paul Eggert2014-09-071-0/+4
* | Adjust drag-and-drop fix when window is above top.Paul Eggert2014-09-071-0/+7
* | * xselect.c (x_fill_property_data): Handle negative XCDR when dataJan Djärv2014-09-071-0/+5
* | Fix the MS-Windows build broken by SAFE_ALLOCA changes.Eli Zaretskii2014-09-071-0/+7
* | * keyboard.c (read_decoded_event_from_main_queue): Reinstitute allocaPaul Eggert2014-09-071-1/+7
* | Use SAFE_ALLOCA etc. to avoid unbounded stack allocation.Paul Eggert2014-09-071-0/+98
* | Remove unused variable EMACS_HEAPSIZE from src/Makefile.in.Eli Zaretskii2014-09-061-1/+5