| Commit message (Expand) | Author | Age | Files | Lines |
| * | * alloc.c (allocate_string): Omit intervals initialization. | Dmitry Antipov | 2012-06-27 | 2 | -4/+7 |
| * | * alloc.c (allocate_string): Fix last change. | Dmitry Antipov | 2012-06-27 | 2 | -1/+4 |
| * | * alloc.c (allocate_string): Remove two redundant calls | Dmitry Antipov | 2012-06-27 | 2 | -3/+11 |
| * | Remove paths.el | Glenn Morris | 2012-06-27 | 2 | -1/+4 |
| * | Fix ChangeLog entry from trunk 2012-06-27T03:52:02Z!jwiegley@gmail.com. | Glenn Morris | 2012-06-26 | 1 | -5/+0 |
| * | Let C-h f do autoloading, and report if a function was previously autoloaded. | Chong Yidong | 2012-06-27 | 2 | -2/+6 |
| * | unexmacosx.c (copy_data_segment): Added two section names used on Mac | John Wiegley | 2012-06-26 | 2 | -0/+10 |
| * | alloc.c (mark_memory): Do not check with -faddress-sanitizer when | John Wiegley | 2012-06-26 | 2 | -0/+11 |
| * | * src/eval.c (Fapply): Allow calling it with a single argument. | Stefan Monnier | 2012-06-26 | 2 | -2/+6 |
| * | Define HAVE_STRCASECMP and HAVE_STRNCASECMP on MS-Windows. | Eli Zaretskii | 2012-06-26 | 2 | -0/+14 |
| * | * alloc.c (allocate_window): Zero out non-Lisp part of newly | Dmitry Antipov | 2012-06-26 | 6 | -127/+60 |
| * | * term.c (delete_tty): Remove redundant call to memset. | Dmitry Antipov | 2012-06-26 | 2 | -1/+4 |
| * | * src/alloc.c: Remove build_string. | Dmitry Antipov | 2012-06-26 | 6 | -14/+23 |
| * | Use sprintf return value instead of invoking strlen on result. | Paul Eggert | 2012-06-25 | 10 | -105/+131 |
| * | Clean out last vestiges of the old HAVE_CONFIG_H stuff. | Paul Eggert | 2012-06-25 | 5 | -14/+10 |
| * | Fix misspelling dispextern.h in ChangeLog. | Dmitry Antipov | 2012-06-25 | 1 | -1/+1 |
| * | * configure.in (AC_CHECK_FUNCS): Detect library functions | Dmitry Antipov | 2012-06-25 | 3 | -1/+12 |
| * | * keyboard.c (menu_bar_items, menu_bar_item, read_key_sequence): | Andreas Schwab | 2012-06-25 | 4 | -18/+36 |
| * | * xfns.c (xic_create_fontsetname): Remove redundant calls | Dmitry Antipov | 2012-06-25 | 2 | -13/+12 |
| * | * gtkutil.c (get_utf8_string): Remove redundant assignment. | Paul Eggert | 2012-06-25 | 2 | -1/+3 |
| * | * xfns.c (x_window): Remove redundant cast. | Paul Eggert | 2012-06-25 | 2 | -1/+5 |
| * | * xmenu.c (xmenu_show, xdialog_show): Explicit cast from | Dmitry Antipov | 2012-06-25 | 2 | -2/+7 |
| * | * xterm.c (x_term_init): Build proper-sized _XSETTINGS_Snnn string | Paul Eggert | 2012-06-24 | 2 | -3/+8 |
| * | * process.c: Fix spelling and caps in comments. | Paul Eggert | 2012-06-24 | 2 | -7/+11 |
| * | * emacs.c (setpgrp): Remove definition, unused. | Dan Nicolaescu | 2012-06-24 | 2 | -7/+1 |
| * | * sysdep.c (setpgrp): Remove definition, not used in this file. | Dan Nicolaescu | 2012-06-24 | 2 | -7/+4 |
| * | src/makefile.w32-in: Update dependencies. | Juanma Barranquero | 2012-06-24 | 2 | -8/+8 |
| * | Switch from NO_RETURN to C11's _Noreturn. | Paul Eggert | 2012-06-24 | 19 | -81/+94 |
| * | Improve port of struct timespec to MS-Windows. | Eli Zaretskii | 2012-06-24 | 4 | -3/+26 |
| * | Fix bug when time_t is unsigned and as wide as intmax_t. | Paul Eggert | 2012-06-23 | 5 | -12/+25 |
| * | Avoid compiler warnings in comparing time_t. | Eli Zaretskii | 2012-06-23 | 4 | -5/+19 |
| * | src/makefile.w32-in: Update dependencies. | Juanma Barranquero | 2012-06-23 | 2 | -53/+70 |
| * | src/w32.c (ltime): Add return type and declare static. | Juanma Barranquero | 2012-06-23 | 2 | -1/+6 |
| * | * sysdep.c [__FreeBSD__]: Fix more recently-introduced typos. | Paul Eggert | 2012-06-23 | 2 | -9/+24 |
| * | Fix a bug in w32-get-locale-info. | Eli Zaretskii | 2012-06-23 | 2 | -1/+8 |
| * | Improve and document the language-change event on MS-Windows. | Eli Zaretskii | 2012-06-23 | 3 | -6/+16 |
| * | * xmenu.c (x_menu_wait_for_event): Adapt GTK3 to new xg_select. | Chong Yidong | 2012-06-23 | 2 | -5/+8 |
| * | Fix the MS-Windows build broken by 2012-06-22T21:17:42Z!eggert@cs.ucla.edu. | Eli Zaretskii | 2012-06-23 | 5 | -1/+49 |
| * | Really fix bug #11519, by fixing the last change in ralloc.c. | Eli Zaretskii | 2012-06-23 | 2 | -5/+11 |
| * | * sysdep.c [__FreeBSD__]: Fix recently-introduced typos. | Paul Eggert | 2012-06-23 | 2 | -11/+32 |
| * | Support higher-resolution time stamps. | Paul Eggert | 2012-06-22 | 34 | -953/+962 |
| * | * xdisp.c (x_consider_frame_title): Revert last change. | Chong Yidong | 2012-06-22 | 2 | -0/+10 |
| * | Enlarge NSTATICS to 0x650. | Eli Zaretskii | 2012-06-22 | 2 | -1/+8 |
| * | * fileio.c (Fdefault_file_modes): Block input while fiddling with umask. | Paul Eggert | 2012-06-20 | 2 | -0/+7 |
| * | Fix misspelling of Dmitry's last name in ChangeLog. | Paul Eggert | 2012-06-19 | 1 | -1/+1 |
| * | * src/minibuf.c (Fread_string): Bind minibuffer-completion-table. | Stefan Monnier | 2012-06-19 | 2 | -1/+13 |
| * | * alloc.c, bytecode.c, ccl.c, coding.c, composite.c, data.c, dosfns.c: | Dmitry Antipov | 2012-06-19 | 20 | -201/+205 |
| * | Preserve tty top-frames under various window-changing operations. | Chong Yidong | 2012-06-19 | 4 | -38/+98 |
| * | Port byte-code-meter to modern targets. | Paul Eggert | 2012-06-18 | 2 | -9/+18 |
| * | Fix return value of `defun' and un-define it. | Stefan Monnier | 2012-06-18 | 2 | -17/+26 |