| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | | * configure.ac (NULL_DEVICE, SEPCHAR, USER_FULL_NAME): Move here from src. | Glenn Morris | 2012-07-31 | 1 | -0/+4 |
| * | | * src/s/README, src/s/template.h: Remove files. | Glenn Morris | 2012-07-31 | 1 | -0/+2 |
| * | | * src/conf_post.h [HPUX]: Undefine HAVE_RANDOM and HAVE_RINT. | Glenn Morris | 2012-07-31 | 1 | -0/+2 |
| * | | Move AMPERSAND_FULL_NAME, subprocesses from conf_post.h to configure.ac | Glenn Morris | 2012-07-31 | 1 | -0/+5 |
| * | | Fix 'xframe' in .gdbinit. | Eli Zaretskii | 2012-07-31 | 1 | -0/+3 |
| * | | Fix some of the breakage introduced with 2012-07-31T12:36:19Z!dmantipov@yande... | Eli Zaretskii | 2012-07-31 | 1 | -0/+7 |
| * | | Fix compiler and run time warnings in nsmenu.m and nsterm.m | Jan Djärv | 2012-07-31 | 1 | -0/+6 |
| * | | * nsfns.m, nsmenu.m, msterm.m: Adopt to struct frame/FVAR changes. | Jan Djärv | 2012-07-31 | 1 | -0/+4 |
| * | | Generalize INTERNAL_FIELD between buffers, keyboards and frames. | Dmitry Antipov | 2012-07-31 | 1 | -0/+15 |
| * | | Miscellaneous fixes for non-default X toolkits. | Dmitry Antipov | 2012-07-31 | 1 | -0/+9 |
| * | | Fix error in ChangeLog entry. | Jan Djärv | 2012-07-31 | 1 | -1/+1 |
| * | | Remove src/s/usg5-4-common.h | Glenn Morris | 2012-07-30 | 1 | -0/+4 |
| * | | Move wait3, WRETCODE from src/s to configure | Glenn Morris | 2012-07-30 | 1 | -0/+2 |
| * | | Remove src/s/irix6-5.h | Glenn Morris | 2012-07-30 | 1 | -0/+3 |
| * | | * nsterm.m (openFiles): Fix previous checkin. | Jan Djärv | 2012-07-31 | 1 | -0/+4 |
| * | | * indent.c (compute_motion): Remove unused local. | Paul Eggert | 2012-07-30 | 1 | -0/+4 |
| * | | Remove src/s/darwin.h | Glenn Morris | 2012-07-30 | 1 | -0/+3 |
| * | | Remove src/s/hpux10-20.h | Glenn Morris | 2012-07-30 | 1 | -0/+5 |
| * | | Use an include file in configure.ac's AH_BOTTOM | Glenn Morris | 2012-07-30 | 1 | -0/+6 |
| * | | Don't open files from Cocoa-parsed command line. | Jan Djärv | 2012-07-30 | 1 | -0/+7 |
| * | | * lisp.h (SWITCH_ENUM_CAST): Remove. All uses removed. | Paul Eggert | 2012-07-30 | 1 | -0/+4 |
| * | | Export DIRECTORY_SEP, TYPEMASK, VALMASK to GDB. | Paul Eggert | 2012-07-30 | 1 | -0/+9 |
| * | | Fix bug #12082 with input of Meta-non-ASCII-characters on MS-Windows. | Eli Zaretskii | 2012-07-30 | 1 | -0/+14 |
| * | | Update .PHONY listings in makefiles. | Paul Eggert | 2012-07-30 | 1 | -0/+5 |
| * | | * lisp.h (STRING_BYTES_BOUND): Cast entire result to ptrdiff_t. | Paul Eggert | 2012-07-30 | 1 | -1/+6 |
| * | | Move TIOCSIGSEND from src/s to configure | Glenn Morris | 2012-07-30 | 1 | -2/+4 |
| * | | Empty src/s/netbsd.h and remove the file | Glenn Morris | 2012-07-30 | 1 | -0/+3 |
| * | | Move _longjmp, _setjmp from src/s to configure | Glenn Morris | 2012-07-30 | 1 | -0/+5 |
| * | | Fixes: debbugs:12090 | Andreas Schwab | 2012-07-30 | 1 | -0/+5 |
| * | | Convert safe_call to use variable number of arguments. | Dmitry Antipov | 2012-07-30 | 1 | -0/+9 |
| * | | Remove s/aix4-2.h | Glenn Morris | 2012-07-29 | 1 | -1/+1 |
| * | | * s/aix4-2.h (sigmask): No need to undefine it. | Glenn Morris | 2012-07-29 | 1 | -0/+3 |
| * | | Remove some empty src/s files. | Glenn Morris | 2012-07-29 | 1 | -0/+5 |
| * | | Export to GDB most of lisp.h's remaining object-like macros. | Paul Eggert | 2012-07-29 | 1 | -0/+32 |
| * | | Cleanup string bytes checking. | Dmitry Antipov | 2012-07-30 | 1 | -0/+8 |
| * | | * lisp.h (LISP_INT_TAG, LISP_INT1_TAG, LISP_STRING_TAG): Remove. | Paul Eggert | 2012-07-29 | 1 | -0/+7 |
| * | | src/makefile.w32-in: Update dependencies. | Juanma Barranquero | 2012-07-29 | 1 | -0/+5 |
| * | | Remove HIDE_LISP_IMPLEMENTATION and cleanup cons free list check. | Dmitry Antipov | 2012-07-29 | 1 | -0/+7 |
| * | | * Makefile.in (install-arch-indep): Handle space in locallisppath. | Jan Djärv | 2012-07-29 | 1 | -0/+5 |
| * | | Rename OS_WINDOWS_95 to OS_9X. | Eli Zaretskii | 2012-07-29 | 1 | -0/+8 |
| * | | * alloc.c (Fgarbage_collect): Indent as per usual Emacs style. | Paul Eggert | 2012-07-29 | 1 | -0/+4 |
| * | | MS-Windows followup for 2012-07-28T23:05:32Z!eggert@cs.ucla.edu. | Eli Zaretskii | 2012-07-29 | 1 | -0/+4 |
| * | | Cleanup statistics calculation in Fgarbage_collect. | Dmitry Antipov | 2012-07-29 | 1 | -0/+6 |
| * | | Generalize marker debugging code under MARKER_DEBUG and use eassert. | Dmitry Antipov | 2012-07-29 | 1 | -0/+9 |
| * | | Don't use the abbreviation "win" to refer to Windows (Bug#10421). | Paul Eggert | 2012-07-29 | 1 | -0/+8 |
| * | | Use Gnulib stdalign and environ modules (Bug#9772, Bug#9960). | Paul Eggert | 2012-07-28 | 1 | -0/+12 |
| * | | Fix non-ASCII input in non-GUI frames on MS-Windows. (Bug#12055) | Eli Zaretskii | 2012-07-28 | 1 | -0/+18 |
| * | | Fix --without-x build. | Eli Zaretskii | 2012-07-28 | 1 | -0/+5 |
| * | | Adjust GDB to reflect pvec_type changes. | Paul Eggert | 2012-07-27 | 1 | -0/+7 |
| * | | Fix name typo. | Michael Albinus | 2012-07-27 | 1 | -1/+1 |