summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* If USE_LOCAL_ALLOCATORS, allocate even more Lisp objects on stack.Dmitry Antipov2014-09-1614-70/+71
* Support playing on MS-Windows non-ASCII sound files using Unicode APIs.Eli Zaretskii2014-09-154-56/+130
* If USE_LOCAL_ALLOCATORS, allocate some Lisp objects on stack.Dmitry Antipov2014-09-1519-129/+164
* Tweak sort docstringDaniel Colascione2014-09-142-4/+8
* Merge from emacs-24; up to 2014-07-09T02:04:12Z!rgm@gnu.orgGlenn Morris2014-09-146-31/+117
|\
| * Fix bug #18420 with deadlocks communicating with subprocess on MS-Windows.Eli Zaretskii2014-09-142-8/+55
| * Fix expansion and encoding of sound file names on MS-Windows.Eli Zaretskii2014-09-133-8/+25
| * In Fresize_mini_window_internal set w->total_lines from w->pixel_height (Bug#...Martin Rudalics2014-09-112-2/+7
| * src/xdisp.c (pos_visible_p): Don't assign a boolean value to an int var.Eli Zaretskii2014-09-091-1/+1
| * * nsterm.m (updateFrameSize:, initFrameFromEmacs:)Jan Djärv2014-09-092-7/+16
| * Fix the row number mistakenly reported by pos_visible_p in rare cases.Eli Zaretskii2014-09-092-6/+16
* | * callproc.c (init_callproc): Fix bug introduced at 2014-09-07.Jan Djärv2014-09-142-1/+6
* | Prefer ptrdiff_t to int and avoid integer overflows.Dmitry Antipov2014-09-134-4/+12
* | * buffer.c (syms_of_buffer): DEFSYM Qchoice (Bug#18337).Detlev Zundel2014-09-122-0/+5
* | Spelling fixes.Paul Eggert2014-09-114-5/+5
* | Remove redundant GCPROs around Ffuncall and Fapply calls. ThisDmitry Antipov2014-09-113-113/+29
* | * lread.c (readevalloop_eager_expand_eval): Add GCPRO and fixDmitry Antipov2014-09-112-3/+8
* | More debugging aids around GCPROs.Dmitry Antipov2014-09-112-107/+150
* | * lisp.h (make_local_string): Nitpick indent.Dmitry Antipov2014-09-113-5/+7
* | Pacify --enable-gcc-warnings when no window system is used.Paul Eggert2014-09-106-30/+45
* | * charset.c (Fget_unused_iso_final_char): Fix subscript error.Paul Eggert2014-09-102-40/+44
* | Simplify lisp.h by removing the __COUNTER__ business.Paul Eggert2014-09-102-30/+32
* | * nsterm.m (ns_draw_fringe_bitmap): Use the same logic as other terms to dete...Alp Aker2014-09-102-1/+17
* | src/w32.c (sys_write): Use SAFE_NALLOCA for the NL -> CRLF translation buffer.Eli Zaretskii2014-09-102-24/+47
* | * xterm.c (handle_one_xevent): Add braces to pacify gcc -Wall.Paul Eggert2014-09-102-22/+28
* | Detect iconified under Compiz/UnityJan Djärv2014-09-102-0/+13
* | * lisp.h (DEFINE_GDB_SYMBOL_ENUM): Remove.Paul Eggert2014-09-102-38/+17
* | * src/alloc.c (verify_alloca): Replace a stray occurrence of pointer_valid_fo...Paul Eggert2014-09-101-2/+2
* | Improve the experimental local and scoped allocation.Paul Eggert2014-09-093-126/+168
* | Cleanup last change and make all new stuff conditional.Dmitry Antipov2014-09-093-5/+46
* | Add macros to allocate temporary Lisp objects with alloca.Dmitry Antipov2014-09-094-5/+158
* | * xterm.c (x_term_init): Consolidate duplicated code.Dmitry Antipov2014-09-092-19/+21
* | Merge from emacs-24; up to 2014-07-08T06:24:07Z!eggert@cs.ucla.eduGlenn Morris2014-09-074-9/+18
|\ \ | |/
| * Fix bug #18419 with disappearing line numbers when minibuffer is resized.Eli Zaretskii2014-09-072-4/+9
| * Fix bug #18331 with "C-h k C-g" not showing documentation on Windows.Eli Zaretskii2014-09-042-4/+10
| * src/sysdep.c (emacs_full_write): Fix a typo in a comment.Eli Zaretskii2014-09-031-1/+1
* | Fix bug uncovered by changing alloca to auto buffer.Paul Eggert2014-09-073-12/+31
* | * callproc.c (exec_failed) [DOS_NT]: Define a dummy.Paul Eggert2014-09-072-10/+18
* | Adjust drag-and-drop fix when window is above top.Paul Eggert2014-09-072-11/+16
* | * xselect.c (x_fill_property_data): Handle negative XCDR when dataJan Djärv2014-09-072-1/+23
* | Fix the MS-Windows build broken by SAFE_ALLOCA changes.Eli Zaretskii2014-09-073-1/+24