| Commit message (Expand) | Author | Age | Files | Lines |
| * | Fix stack overflow in string creation (Bug#6214). | Chong Yidong | 2010-05-18 | 2 | -10/+26 |
| |\ |
|
| | * | * character.c (Fstring, Funibyte_string): Use SAFE_ALLOCA to | Chong Yidong | 2010-05-18 | 2 | -10/+26 |
| * | | Fix ChangeLog typos. | Juanma Barranquero | 2010-05-18 | 1 | -5/+3 |
| * | | * charset.c (load_charset_map_from_file): Don't call close after fclose. | Juanma Barranquero | 2010-05-18 | 2 | -1/+4 |
| * | | * s/gnu-linux.h: Combine two conditionals. | Glenn Morris | 2010-05-17 | 2 | -5/+4 |
| * | | * src/[ms]/template.h: Comments. | Glenn Morris | 2010-05-17 | 2 | -3/+9 |
| * | | Since Cygwin does not set SYSTEM_MALLOC, $(VMLIMIT_OBJ) == vm-limit.o. | Glenn Morris | 2010-05-17 | 2 | -2/+5 |
| * | | Set rallocobj with configure, not cpp. | Glenn Morris | 2010-05-17 | 4 | -18/+13 |
| * | | Define some malloc objects with configure, not cpp. | Glenn Morris | 2010-05-17 | 2 | -13/+16 |
| * | | * Makefile.in (${lispsource}loaddefs.el): Update loaddefs.el after a pull. | Stefan Monnier | 2010-05-17 | 1 | -1/+3 |
| * | | Combine the two stamp-oldxmenu cases. | Glenn Morris | 2010-05-16 | 2 | -11/+17 |
| * | | * src/Makefile.in (${ns_appbindir}Emacs, ns-app): Always define these rules. | Glenn Morris | 2010-05-16 | 2 | -1/+4 |
| * | | * src/Makefile.in (clean): Get rid of HAVE_NS conditional. | Glenn Morris | 2010-05-16 | 2 | -3/+4 |
| * | | Tweak ns_app*dir values set by configure. | Glenn Morris | 2010-05-16 | 2 | -2/+5 |
| * | | Simplify temacs build rule. | Glenn Morris | 2010-05-16 | 2 | -7/+7 |
| * | | Simplify temacs build rule. | Glenn Morris | 2010-05-16 | 2 | -10/+25 |
| * | | Remove unused Makefile variables STARTFLAGS. | Glenn Morris | 2010-05-15 | 2 | -3/+7 |
| * | | * configure.in: Remove references to usg5-4 and bsd-common, $opsys | Dan Nicolaescu | 2010-05-15 | 1 | -7/+1 |
| * | | * m/ia64.h (UNEXEC): Remove reference to CANNOT_EXEC, not used anymore. | Dan Nicolaescu | 2010-05-15 | 2 | -5/+4 |
| * | | * src/Makefile.in (LIBX_BASE): Always define. | Glenn Morris | 2010-05-15 | 2 | -3/+8 |
| * | | * src/Makefile.in (LIBX_OTHER): Move out of cpp section. | Glenn Morris | 2010-05-15 | 2 | -3/+5 |
| * | | * src/Makefile.in (LIBXT): Always define. | Glenn Morris | 2010-05-15 | 2 | -1/+7 |
| * | | Regenerate configure, src/config.in. | Glenn Morris | 2010-05-15 | 1 | -34/+31 |
| * | | Always define LIBXMENU in src/Makefile.in. | Glenn Morris | 2010-05-15 | 2 | -2/+6 |
| * | | src/Makefile.in (OLDXMENU): Move out of cpp section. | Glenn Morris | 2010-05-15 | 1 | -5/+5 |
| * | | Always define OLDXMENU in src/Makefile.in. | Glenn Morris | 2010-05-15 | 2 | -2/+6 |
| * | | Always define LIBX_OTHER in src/Makefile.in. | Glenn Morris | 2010-05-15 | 2 | -1/+4 |
| * | | Always define FONT_OBJ; to empty in the non-X case. | Glenn Morris | 2010-05-15 | 2 | -4/+11 |
| * | | * lisp.h (XFLOAT_DATA): Use "0?x:x" to generate an rvalue. (bug#5916) | Ken Raeburn | 2010-05-15 | 2 | -7/+10 |
| * | | * emacs.c (main): Initialize initial-environment and process-environment | Ken Raeburn | 2010-05-15 | 2 | -1/+8 |
| * | | Handle --version reasonably in CANNOT_DUMP configuration. | Ken Raeburn | 2010-05-15 | 3 | -54/+90 |
| * | | Avoid crashes when stepping with right-arrow through "^L^L". | Eli Zaretskii | 2010-05-15 | 2 | -5/+2 |
| * | | Implement bidi-sensitive movement with arrow keys. | Eli Zaretskii | 2010-05-15 | 4 | -5/+101 |
| * | | Fix "config msdos" step. | Eli Zaretskii | 2010-05-15 | 2 | -1/+5 |
| * | | Fix a typo in msdos/ChangeLog. | Eli Zaretskii | 2010-05-15 | 1 | -1/+1 |
| * | | Choose dependency of oldxmenu using configure. | Glenn Morris | 2010-05-14 | 2 | -16/+24 |
| * | | If HAVE_X11, also HAVE_X_WINDOWS and HAVE_MENUS. | Glenn Morris | 2010-05-14 | 2 | -5/+7 |
| * | | Minor NS build fixes. | Glenn Morris | 2010-05-14 | 2 | -3/+3 |
| * | | Remove references to CVS directories etc in Makefiles. | Glenn Morris | 2010-05-14 | 2 | -4/+6 |
| * | | * eval.c (specbind): Disallow let-binding frame-local vars. | Stefan Monnier | 2010-05-14 | 2 | -11/+32 |
| * | | Make the cache of bidi iterator states dynamically allocated. | Eli Zaretskii | 2010-05-14 | 2 | -6/+29 |
| * | | Rename bidi_get_next_char_visually to bidi_move_to_visually_next. | Eli Zaretskii | 2010-05-14 | 4 | -16/+21 |
| * | | Fix comments from 2010-05-14T04:14:23Z!handa@etlken. | Eli Zaretskii | 2010-05-14 | 2 | -27/+12 |
| * | | Fix spelling and remove merge marks due to 2010-05-14T04:14:23Z!handa@etlken. | Eli Zaretskii | 2010-05-14 | 1 | -2/+1 |
| * | | merge trunk | Kenichi Handa | 2010-05-14 | 2 | -6/+5 |
| |\ \ |
|
| | * | | No harm in always defining some ns_ Makefile variables. | Glenn Morris | 2010-05-13 | 2 | -6/+5 |
| * | | | merge trunk | Kenichi Handa | 2010-05-14 | 43 | -778/+523 |
| |\ \ \
| |/ / |
|
| | * | | merge trunk | Kenichi Handa | 2010-05-14 | 4 | -154/+161 |
| | |\ \ |
|
| | | * | | Move some undefs from src/Makefile.in to configure. | Glenn Morris | 2010-05-13 | 2 | -17/+2 |
| | | * | | Regenerate configure, src/config.in. | Glenn Morris | 2010-05-13 | 1 | -9/+9 |