| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | Do not create empty overlays with the evaporate property (Bug#9642). | Paul Eggert | 2012-04-23 | 2 | -18/+27 | |
| | * | | Fix minor GTK3 problems found by static checking. | Paul Eggert | 2012-04-23 | 4 | -34/+39 | |
| | * | | Spelling fixes. | Paul Eggert | 2012-04-22 | 3 | -3/+3 | |
| | * | | * keyboard.c (handle_async_input): Define only if SYNC_INPUT || SIGIO. | Paul Eggert | 2012-04-22 | 2 | -0/+7 | |
| | * | | Modernize and clean up gmalloc.c to assume C89 (Bug#9119). | Paul Eggert | 2012-04-22 | 2 | -375/+251 | |
| | * | | * dbusbind.c (XD_DBUS_VALIDATE_OBJECT): Define only if needed. | Paul Eggert | 2012-04-22 | 2 | -1/+8 | |
| | * | | Move functions from C to Lisp. Make non-blocking method calls | Michael Albinus | 2012-04-22 | 2 | -1155/+622 | |
| | * | | Fix GC_MALLOC_CHECK debugging output on 64-bit hosts. | Paul Eggert | 2012-04-22 | 2 | -1/+5 | |
| | * | | * alloc.c: Handle unusual debugging option combinations. | Paul Eggert | 2012-04-22 | 2 | -10/+22 | |
| * | | | * process.h (struct Lisp_Process): Members tick and update_tick | Paul Eggert | 2012-04-21 | 3 | -4/+8 | |
| * | | | * print.c: (print_depth, new_backquote_output, print_number_index): | Paul Eggert | 2012-04-21 | 2 | -3/+5 | |
| * | | | * sysdep.c (system_process_attributes): Use CONS_TO_INTEGER in new FreeBSD co... | Paul Eggert | 2012-04-21 | 1 | -1/+1 | |
| * | | | Merge from trunk. | Paul Eggert | 2012-04-21 | 2 | -48/+76 | |
| |\ \ \ | |/ / | ||||||
| | * | | * src/sysdep.c (list_system_processes): Support Darwin. | Leo Liu | 2012-04-22 | 2 | -2/+20 | |
| | * | | * sysdep.c [__FreeBSD__]: Minor cleanups. | Paul Eggert | 2012-04-21 | 2 | -46/+56 | |
| * | | | Merge from trunk. | Paul Eggert | 2012-04-21 | 36 | -270/+719 | |
| |\ \ \ | |/ / | ||||||
| | * | | Add system processes support for FreeBSD. | Eduard Wiebe | 2012-04-21 | 2 | -0/+216 | |
| | * | | * lisp.mk (lisp): Update. | Andreas Schwab | 2012-04-21 | 2 | -0/+5 | |
| | * | | * keyboard.c (process_pending_signals): Define only if SYNC_INPUT. | Paul Eggert | 2012-04-20 | 2 | -0/+7 | |
| | * | | * src/print.c (print_preprocess): Only check print_depth if print-circle | Stefan Monnier | 2012-04-20 | 2 | -50/+56 | |
| | * | | Merge from emacs-24 branch | Chong Yidong | 2012-04-20 | 3 | -21/+70 | |
| | |\ \ | | |/ | ||||||
| | | * | Fixes for pty handling in gdb-mi.el and process.c. | Chong Yidong | 2012-04-20 | 2 | -10/+22 | |
| | | * | More small doc and lispref edits related to processes | Glenn Morris | 2012-04-18 | 2 | -5/+4 | |
| | | * | More process-related doc and manual small edits | Glenn Morris | 2012-04-17 | 2 | -3/+12 | |
| | | * | Fix bug #11261 with cursor movement in a continued line when header line is p... | Eli Zaretskii | 2012-04-17 | 2 | -4/+28 | |
| | * | | Merge from trunk. | Paul Eggert | 2012-04-18 | 1 | -1/+1 | |
| | |\ \ | ||||||
| | * \ \ | Merge from trunk. | Paul Eggert | 2012-04-17 | 2 | -3/+6 | |
| | |\ \ \ | | |/ / | ||||||
| | | * | | * dired.c (Fsystem_groups): Remove unused local. | Paul Eggert | 2012-04-17 | 2 | -3/+6 | |
| | * | | | Merge from trunk. | Paul Eggert | 2012-04-17 | 2 | -13/+64 | |
| | |\ \ \ | | |/ / | ||||||
| | | * | | * src/dired.c (Fsystem_users): Doc fix. | Glenn Morris | 2012-04-16 | 2 | -1/+6 | |
| | | * | | Add functions to get system user names, group names | Dmitry Antipov | 2012-04-16 | 2 | -0/+46 | |
| | * | | | Merge from trunk. | Paul Eggert | 2012-04-15 | 2 | -4/+2 | |
| | |\ \ \ | | |/ / | ||||||
| | | * | | * alloc.c: Remove one incorrect comment and fix another. | Paul Eggert | 2012-04-15 | 2 | -4/+2 | |
| | * | | | Merge from trunk. | Paul Eggert | 2012-04-15 | 2 | -1/+24 | |
| | |\ \ \ | | |/ / | ||||||
| | | * | | Fix minor alloc.c problems found by static checking. | Paul Eggert | 2012-04-15 | 2 | -1/+24 | |
| | * | | | Merge from trunk. | Paul Eggert | 2012-04-15 | 2 | -59/+7 | |
| | |\ \ \ | | |/ / | ||||||
| | | * | | Fix minor ralloc.c problems found by static checking. | Paul Eggert | 2012-04-15 | 2 | -59/+7 | |
| | * | | | Merge from trunk. | Paul Eggert | 2012-04-15 | 4 | -21/+17 | |
| | |\ \ \ | | |/ / | ||||||
| | | * | | Improve ralloc.c interface checking. | Paul Eggert | 2012-04-15 | 4 | -21/+17 | |
| | * | | | Merge from trunk. | Paul Eggert | 2012-04-15 | 2 | -2/+7 | |
| | |\ \ \ | | |/ / | ||||||
| | | * | | * alloc.c (which_symbols): Fix alignment issue / type clash. | Paul Eggert | 2012-04-15 | 2 | -2/+7 | |
| | * | | | Merge from trunk. | Paul Eggert | 2012-04-15 | 6 | -51/+77 | |
| | |\ \ \ | | |/ / | ||||||
| | | * | | Simplify enforcement of object address alignment | Andreas Schwab | 2012-04-15 | 3 | -45/+71 | |
| | | * | | Fix ChangeLog typos. | Juanma Barranquero | 2012-04-15 | 4 | -6/+6 | |
| | * | | | Merge from trunk. | Paul Eggert | 2012-04-13 | 14 | -23/+27 | |
| | |\ \ \ | | |/ / | ||||||
| | | * | | Make GC_MAKE_GCPROS_NOOPS the default (Bug#9926). | Paul Eggert | 2012-04-13 | 14 | -23/+27 | |
| | * | | | Merge from trunk. | Paul Eggert | 2012-04-13 | 1 | -1/+1 | |
| | |\ \ \ | | |/ / | ||||||
| | | * | | Spelling fixes. | Paul Eggert | 2012-04-13 | 1 | -1/+1 | |
| | * | | | Merge from trunk. | Paul Eggert | 2012-04-13 | 9 | -29/+75 | |
| | |\ \ \ | | |/ / | ||||||
| | | * | | Merge from emacs-24, up to 2012-04-10T02:06:19Z!larsi@gnus.org | Glenn Morris | 2012-04-13 | 4 | -6/+32 | |
| | | |\ \ | | | |/ | ||||||