| Commit message (Expand) | Author | Age | Files | Lines |
| * | (dos_get_modifiers): Restore missing comment terminator. | Richard M. Stallman | 1996-05-01 | 1 | -17/+51 |
| * | (getdefdir): Include drive letter and colon when | Richard M. Stallman | 1996-04-27 | 1 | -0/+2 |
| * | (getdefdir) [DJGPP > 1]: Use 32-bit ESI to pass buffer | Richard M. Stallman | 1996-04-26 | 1 | -0/+7 |
| * | (check_timer): Removed; use gettime instead. | Richard M. Stallman | 1996-04-16 | 1 | -29/+12 |
| * | Include signal.h. | Richard M. Stallman | 1996-04-12 | 1 | -0/+84 |
| * | [MSDOS]: If DJGPP version 2, include fcntl.h. | Richard M. Stallman | 1996-04-10 | 1 | -5/+72 |
| * | (check_timer): Remove code for dos-display-time. | Richard M. Stallman | 1996-03-07 | 1 | -40/+0 |
| * | (dos_rawgetc): Allow simulation of `Mouse-3' by | Richard M. Stallman | 1996-01-29 | 1 | -34/+60 |
| * | (dos_set_window_size): New function; switches the screen | Karl Heuer | 1996-01-24 | 1 | -0/+124 |
| * | (sys_select): Use time macros to prevent time values | Karl Heuer | 1996-01-24 | 1 | -9/+22 |
| * | (sigblock): New (dummy) function. | Karl Heuer | 1996-01-23 | 1 | -0/+1 |
| * | Update FSF's address in the preamble. | Erik Naggum | 1996-01-15 | 1 | -1/+2 |
| * | (dos_rawgetc): Make buf longer. | Richard M. Stallman | 1996-01-12 | 1 | -1/+1 |
| * | Comment fixes. | Karl Heuer | 1996-01-05 | 1 | -2/+2 |
| * | (XMenuActivate): Make sure the menu title is always | Richard M. Stallman | 1995-12-26 | 1 | -1/+7 |
| * | (have_menus_p): Defined. | Richard M. Stallman | 1995-12-25 | 1 | -8/+12 |
| * | (check_timer): get rid of the DOS-specific menubar clock | Karl Heuer | 1995-12-19 | 1 | -44/+57 |
| * | (run_msdos_command): Support redirection of stderr. | Karl Heuer | 1995-12-13 | 1 | -4/+5 |
| * | (IT_set_terminal_modes): Save screen color attribute | Karl Heuer | 1995-12-13 | 1 | -5/+50 |
| * | (XMenuActivate): Display the menu pane title. | Karl Heuer | 1995-12-13 | 1 | -5/+3 |
| * | (sys_select): Check timer once even if input is pending. | Richard M. Stallman | 1995-11-27 | 1 | -2/+3 |
| * | (IT_set_menu_bar_lines): Clear last_modified field. | Richard M. Stallman | 1995-11-25 | 1 | -0/+1 |
| * | Comment change. | Richard M. Stallman | 1995-11-25 | 1 | -1/+1 |
| * | (internal_terminal_init): Initialize the_only_x_display.font. | Richard M. Stallman | 1995-11-22 | 1 | -0/+1 |
| * | (dos_set_keyboard): If CODE is not recognized, | Richard M. Stallman | 1995-11-22 | 1 | -0/+6 |
| * | (dos_menubar_clock_displayed): New variable. | Richard M. Stallman | 1995-11-11 | 1 | -0/+8 |
| * | (the_only_x_display): Type is now struct x_output. | Karl Heuer | 1995-11-04 | 1 | -7/+13 |
| * | (IT_ring_bell): Use intdos, not write. | Richard M. Stallman | 1995-10-26 | 1 | -4/+54 |
| * | Whitespace changes. | Richard M. Stallman | 1995-10-22 | 1 | -24/+26 |
| * | [!HAVE_X_WINDOWS]: | Kim F. Storm | 1995-10-11 | 1 | -1295/+1698 |
| * | (gettimeofday, init_gettimeofday, daylight, gmtoffset): Undo previous change. | Paul Eggert | 1995-09-20 | 1 | -5/+36 |
| * | (gettimeofday): Don't bother setting time zone, | Richard M. Stallman | 1995-09-10 | 1 | -39/+6 |
| * | (putchar): Call internal_flush instead of _flsbuf. | Richard M. Stallman | 1995-09-03 | 1 | -214/+451 |
| * | (init_environment): Move alloca call out of function arg. | Richard M. Stallman | 1995-07-20 | 1 | -1/+2 |
| * | (mouse_get_pos, mouse_check_moved, XMenuActivate): | Karl Heuer | 1995-07-18 | 1 | -4/+4 |
| * | (mouse_get_pos): New arg `insist'. | Richard M. Stallman | 1995-03-26 | 1 | -1/+2 |
| * | Comment change. | Richard M. Stallman | 1995-01-20 | 1 | -1/+1 |
| * | (XMenuCreate, XMenuAddPane, XMenuAddSelection, XMenuLocate, | Richard M. Stallman | 1995-01-20 | 1 | -7/+10 |
| * | *** empty log message *** | Morten Welinder | 1994-10-17 | 1 | -21/+615 |
| * | (run_msdos_command): Use type test macros. | Karl Heuer | 1994-09-27 | 1 | -1/+1 |
| * | (mouse_init1): Use alternate mouse detection for old mouse drivers. | Richard M. Stallman | 1994-07-14 | 1 | -3/+16 |
| * | (dos_rawgetc): Use bios, not kbhit (). | Richard M. Stallman | 1994-07-11 | 1 | -1/+5 |
| * | (install_ctrl_break_check): Doc fix. | Richard M. Stallman | 1994-07-09 | 1 | -35/+21 |
| * | (init_environment): Clean up code and make the default | Richard M. Stallman | 1994-06-07 | 1 | -25/+38 |
| * | (run_msdos_command): Make local copy of argv[2] on stack, not on heap. | Karl Heuer | 1994-06-03 | 1 | -7/+12 |
| * | (output_string): New function. | Richard M. Stallman | 1994-05-30 | 1 | -6/+49 |
| * | (do_visible_bell): Renamed from visible_bell to avoid | Richard M. Stallman | 1994-05-24 | 1 | -2/+6 |
| * | (dos_rawgetc): Doc fix. Make C-, S-, and M- modifiers | Richard M. Stallman | 1994-05-24 | 1 | -16/+33 |
| * | (gettimeofday): New function substituting the library | Richard M. Stallman | 1994-05-17 | 1 | -0/+53 |
| * | (crlf_to_lf): Fix off-by-one condition. | Richard M. Stallman | 1994-05-15 | 1 | -1/+3 |