| Commit message (Expand) | Author | Age | Files | Lines |
| * | Implement stub emulation of `readlink' for MS-DOS. | Eli Zaretskii | 2011-02-27 | 1 | -0/+12 |
| |\ |
|
| | * | Emulate `readlink' for DJGPP versions before 2.04. | Eli Zaretskii | 2011-02-27 | 1 | -0/+12 |
| * | | * frame.h: Avoid gcc -Wmissing-prototypes diagnostics. | Paul Eggert | 2011-02-26 | 1 | -3/+0 |
| |/ |
|
| * | Use KVAR in the MS-DOS build. | Eli Zaretskii | 2011-02-16 | 1 | -1/+1 |
| * | Change B_ to BVAR | Tom Tromey | 2011-02-16 | 1 | -3/+3 |
| * | Fix the MS-DOS build due to introduction of B_. | Eli Zaretskii | 2011-02-14 | 1 | -3/+3 |
| * | Refill some long/short copyright headers. | Glenn Morris | 2011-01-26 | 1 | -2/+2 |
| * | Convert consecutive FSF copyright years to ranges. | Glenn Morris | 2011-01-24 | 1 | -2/+1 |
| * | Move all DEFVAR'd globals into a structure -- threading infrastructure | Tom Tromey | 2011-01-18 | 1 | -5/+1 |
| * | Nuke arch-tags. | Glenn Morris | 2011-01-15 | 1 | -2/+0 |
| * | Merge from emacs-23 | Stefan Monnier | 2011-01-14 | 1 | -1/+1 |
| |\ |
|
| | * | Add 2011 to FSF/AIST copyright years. | Glenn Morris | 2011-01-02 | 1 | -1/+1 |
| * | | msdos.c (dos_rawgetc): Use gen_help_event, instead of doing the same in-line. | Eli Zaretskii | 2010-11-20 | 1 | -11/+2 |
| |\ \ |
|
| | * | | msdos.c (dos_rawgetc): Use gen_help_event, instead of doing the same in-line. | Eli Zaretskii | 2010-11-20 | 1 | -11/+2 |
| * | | | Cleanup of window coordinate positioning code. | Chong Yidong | 2010-11-16 | 1 | -1/+1 |
| * | | | Revert changes in 2010-11-16T19:59:24Z!cyd@stupidchicken.com | Chong Yidong | 2010-11-16 | 1 | -1/+1 |
| * | | | Cleanup of window coordinate positioning code. | Chong Yidong | 2010-11-16 | 1 | -1/+1 |
| |/ / |
|
| * | | Cleanup fallout from redesigning mouse highlight. | Eli Zaretskii | 2010-11-05 | 1 | -5/+5 |
| * | | REALLY finish coding portable mouse highlight. | Eli Zaretskii | 2010-11-01 | 1 | -47/+49 |
| * | | Unify mouse highlight code of MSDOS and GUI sessions. | Eli Zaretskii | 2010-10-30 | 1 | -535/+61 |
| * | | Do not include stdlib.h and string.h, config.h does it. | Dan Nicolaescu | 2010-10-01 | 1 | -2/+0 |
| * | | Use intern_c_string instead of intern. | Dan Nicolaescu | 2010-10-01 | 1 | -1/+1 |
| * | | Fix -Wall compiler warnings in MSDOS sources. | Eli Zaretskii | 2010-08-13 | 1 | -50/+47 |
| * | | Remove extern declarations in .c files, .h files have them. | Dan Nicolaescu | 2010-08-06 | 1 | -1/+0 |
| * | | Fix redisplay bugs due to uninitialized glyphs in frame glyph pool. | Eli Zaretskii | 2010-08-06 | 1 | -2/+4 |
| * | | Remove extern declarations from .c files, and them to .h files. | Dan Nicolaescu | 2010-07-28 | 1 | -1/+0 |
| * | | Use const, move declarations to header files. | Dan Nicolaescu | 2010-07-26 | 1 | -1/+0 |
| * | | Don't use `subprocesses' in msdos.c. | Eli Zaretskii | 2010-07-11 | 1 | -13/+0 |
| * | | Adapt terminal frames to latest menu-bar changes. | Chong Yidong | 2010-07-10 | 1 | -18/+0 |
| * | | Convert DEFUNs to standard C. | Dan Nicolaescu | 2010-07-08 | 1 | -8/+5 |
| * | | Replace bcopy, bzero, bcmp by memcpy, memmove, memset, memcmp | Andreas Schwab | 2010-07-08 | 1 | -7/+5 |
| * | | Convert function definitions in MS-DOS sources to ANSI C. | Eli Zaretskii | 2010-07-07 | 1 | -104/+56 |
| * | | Fix setting colors on MS-DOS frames. | Eli Zaretskii | 2010-07-03 | 1 | -46/+51 |
| * | | Fix menu bar display on MS-DOS. | Eli Zaretskii | 2010-07-03 | 1 | -0/+18 |
| * | | Don't use XSYMBOL (foo)->value. | Eli Zaretskii | 2010-05-07 | 1 | -2/+1 |
| * | | Remove POSIX_SIGNALS. | Dan Nicolaescu | 2010-05-03 | 1 | -8/+0 |
| * | | msdos.c: Fix last change. | Eli Zaretskii | 2010-04-01 | 1 | -0/+6 |
| * | | Remove support for DJGPP v1.x (bug#5813). | Eli Zaretskii | 2010-04-01 | 1 | -458/+2 |
| |/ |
|
| * | Add 2010 to copyright years. | Glenn Morris | 2010-01-13 | 1 | -1/+1 |
| * | * alloc.c: Do not define struct catchtag. | Dan Nicolaescu | 2009-10-19 | 1 | -0/+1 |
| * | * xfaces.c (face_at_buffer_position): New arg base_face_id. | Chong Yidong | 2009-04-30 | 1 | -2/+4 |
| * | (MAX_SCREEN_BUF): New macro. | Eli Zaretskii | 2009-02-14 | 1 | -62/+38 |
| * | Rename pending_signals to msdos_pending_signals. | Eli Zaretskii | 2009-01-29 | 1 | -5/+5 |
| * | Add 2009 to copyright years. | Glenn Morris | 2009-01-08 | 1 | -1/+1 |
| * | (run_msdos_command): Don't call dos_ttcooked, dos_ttraw, and bright_bg | Eli Zaretskii | 2008-11-15 | 1 | -3/+6 |
| * | * w32-fns.el (w32-shell-dos-semantics): | Juanma Barranquero | 2008-11-14 | 1 | -2/+2 |
| * | (IT_menu_display): Use STRING_CHAR_ADVANCE instead of a "char *q" to access | Eli Zaretskii | 2008-09-06 | 1 | -8/+9 |
| * | (BUILD_CHAR_GLYPH): New macro. | Eli Zaretskii | 2008-08-31 | 1 | -8/+22 |
| * | (IT_update_begin, IT_update_end): Add termscript trace. | Eli Zaretskii | 2008-08-30 | 1 | -1/+8 |
| * | (IT_display_cursor): Write "CURSOR ON/OFF" to termscript only when | Eli Zaretskii | 2008-08-30 | 1 | -2/+4 |