aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | | Use a more backwards-compatible timer format.Paul Eggert2012-09-132-2/+9
| * | | Fix typos in ChangeLogs.Juanma Barranquero2012-09-131-15/+15
| * | | Function to mark objects and remove killed buffers at once.Dmitry Antipov2012-09-133-21/+29
| * | | Better workaround for GNOME bug when --enable-gcc-warnings.Paul Eggert2012-09-122-3/+9
| * | | Simplify SIGIO usage.Paul Eggert2012-09-1214-211/+112
| * | | Work around GCC and GNOME bugs when --enable-gcc-warnings.Paul Eggert2012-09-123-0/+22
| * | | More fixes for 'volatile' and setjmp/longjmp.Paul Eggert2012-09-123-79/+144
| * | | Remove unread-command-char.Stefan Monnier2012-09-123-22/+11
| * | | Fix silent exit upon assertion violation on MS-Windows.Eli Zaretskii2012-09-122-0/+9
| * | | * image.c (jpeg_memory_src): Don't assume string len fits in unsigned.Paul Eggert2012-09-122-1/+5
| * | | * src/eval.c: Add `inhibit-debugger'.Stefan Monnier2012-09-115-23/+27
| * | | Avoid _setjmp/_longjmp problems with local nonvolatile variables.Paul Eggert2012-09-112-7/+24
| * | | Prefer assignment to memcpy when either will do.Paul Eggert2012-09-118-11/+19
| * | | * alloc.c (discard_killed_buffers): Tune and simplify a bit.Paul Eggert2012-09-112-12/+15
| * | | * nsterm.h: Add delay parameter to updateFrameSize.Jan Djärv2012-09-113-5/+14
| * | | Discard killed buffers from deleted window and frame objects.Dmitry Antipov2012-09-115-22/+88
| * | | Convenient macro to check whether the buffer is live.Dmitry Antipov2012-09-1113-40/+50
| * | | Fix wrong overhang display for gstring compositions (Bug#12364).YAMAMOTO Mitsuharu2012-09-114-2/+16
| * | | Simplify, document, and port floating-point.Paul Eggert2012-09-104-216/+43
| * | | * xdisp.c (Qinhibit_debug_on_message): Now static.Paul Eggert2012-09-102-1/+5
| * | | * nsterm.m (ns_update_begin): Set clip path to whole view by usingJan Djärv2012-09-102-0/+14
| * | | * fns.c (Fdelq, Fdelete): Doc fix.Chong Yidong2012-09-102-12/+25
| * | | Parenthesize macro bodies.Paul Eggert2012-09-092-7/+12
| * | | * src/lisp.h (make_lisp_ptr): New macro to replace XSET.Stefan Monnier2012-09-092-68/+74
| * | | * lisp/eshell/em-unix.el (eshell/sudo): Explicitly drop return value.Stefan Monnier2012-09-091-5/+5
| * | | Avoid leaving traces of cursor when entering linum-mode.Eli Zaretskii2012-09-092-1/+12
| * | | Fix bug #12277 with incomplete redisplay of the vertical border between windows.Eli Zaretskii2012-09-092-0/+11
| * | | Assume C89 or later for math functions.Paul Eggert2012-09-099-393/+115
| * | | Remove debug printsJan Djärv2012-09-091-14/+0
| * | | * nsterm.m (ns_draw_fringe_bitmap, ns_dumpglyphs_image): Take backJan Djärv2012-09-082-4/+40
| * | | * floatfns.c (Ftan): Use tan (x), not (sin (x) / cos (x)).Paul Eggert2012-09-082-2/+7
| * | | * nsterm.m (updateFrameSize): Call setFrame: on the view when sizeJan Djärv2012-09-082-0/+7
| * | | Introduce "raw syntax descriptor" terminology, and use it.Chong Yidong2012-09-082-5/+9
| * | | * nsterm.h (EmacsView): Add updateFrameSize.Jan Djärv2012-09-083-190/+170
| * | | * src/textprop.c (Fget_text_property): Minor doc fix.Chong Yidong2012-09-072-1/+4
| * | | Fix doc of local-variable-if-set-p.Chong Yidong2012-09-072-6/+10
| * | | * emacs.c (main): Convert three 'signal' calls to 'sigaction' calls.Paul Eggert2012-09-072-3/+6
| * | | More signal-handler cleanup.Paul Eggert2012-09-075-9/+22
| * | | MS-Windows followup for 2012-09-07T01:27:44Z!eggert@cs.ucla.edu, signal-handl...Eli Zaretskii2012-09-073-25/+29
| * | | Fix compilation failure under ENABLE_CHECKING.Eli Zaretskii2012-09-072-0/+8
| * | | * alloc.c (mark_buffer): Revert unsafe marking optimization.Dmitry Antipov2012-09-072-33/+20
| * | | * syssignal.h (handle_on_main_thread): Always declare,Paul Eggert2012-09-062-1/+8
| * | | Signal-handler cleanup.Paul Eggert2012-09-0621-269/+314
| * | | Fix bug #12327 with SIGCHLD handling on Windows and some other systems.Eli Zaretskii2012-09-062-2/+7
| * | | Explicitly mark buffer_defaults and buffer_local_symbols.Dmitry Antipov2012-09-063-32/+35
| * | | Use bool for booleans in font-related modules.Paul Eggert2012-09-0611-134/+124
| * | | * alloc.c (mark_object): Revert window marking codeDmitry Antipov2012-09-062-15/+16
| * | | Fix race conditions with signal handlers and errno.Paul Eggert2012-09-0511-294/+324
| * | | Remove redundant or unused things here and there.Dmitry Antipov2012-09-056-42/+13
| * | | Do not mark objects from deleted buffers, windows and frames.Dmitry Antipov2012-09-052-22/+48