summaryrefslogtreecommitdiff
path: root/src/msdos.c
Commit message (Expand)AuthorAgeFilesLines
* (bright_bg): Save the original state of video blink bit.Richard M. Stallman1997-01-061-0/+35
* (dos_set_keyboard): Test whether KEYB.COM is installedRichard M. Stallman1996-12-271-0/+15
* (IT_cmgoto): Don't update FRAME_CURSOR_X when the cursorKarl Heuer1996-12-061-1/+0
* [__DJGPP__ >= 2] (dos_direct_output): Faster method ofKarl Heuer1996-11-191-9/+90
* [__DJGPP_MINOR__ == 0] (_rename): New function, aRichard M. Stallman1996-11-061-0/+116
* (run_msdos_command): When testing whether a shellRichard M. Stallman1996-09-241-2/+14
* (IT_set_menu_bar_lines): Clear last_overlay_modified field.Richard M. Stallman1996-09-161-0/+1
* (IT_menu_display): Display control characters as ^X.Karl Heuer1996-07-071-3/+31
* (dostounix_filename): On caseless filesystems, downcase the filename.Miles Bader1996-07-071-4/+11
* (msdos_downcase_filename):Miles Bader1996-07-021-0/+11
* (check_x): Fix error message.Richard M. Stallman1996-06-101-27/+72
* (bright_bg): New function, enables bright background colors.Richard M. Stallman1996-06-061-8/+32
* (Fmsdos_downcase_filename): Don't change the argument, return a copy.Richard M. Stallman1996-05-121-4/+11
* (msdos_downcase_filename): New function to convert case in filenames.Richard M. Stallman1996-05-111-5/+29
* (syms_of_msdos): Fix typo.Richard M. Stallman1996-05-081-1/+1
* (Fmsdos_long_file_names): New function.Richard M. Stallman1996-05-061-1/+8
* (dos_get_modifiers): Restore missing comment terminator.Richard M. Stallman1996-05-011-17/+51
* (getdefdir): Include drive letter and colon whenRichard M. Stallman1996-04-271-0/+2
* (getdefdir) [DJGPP > 1]: Use 32-bit ESI to pass bufferRichard M. Stallman1996-04-261-0/+7
* (check_timer): Removed; use gettime instead.Richard M. Stallman1996-04-161-29/+12
* Include signal.h.Richard M. Stallman1996-04-121-0/+84
* [MSDOS]: If DJGPP version 2, include fcntl.h.Richard M. Stallman1996-04-101-5/+72
* (check_timer): Remove code for dos-display-time.Richard M. Stallman1996-03-071-40/+0
* (dos_rawgetc): Allow simulation of `Mouse-3' byRichard M. Stallman1996-01-291-34/+60
* (dos_set_window_size): New function; switches the screenKarl Heuer1996-01-241-0/+124
* (sys_select): Use time macros to prevent time valuesKarl Heuer1996-01-241-9/+22
* (sigblock): New (dummy) function.Karl Heuer1996-01-231-0/+1
* Update FSF's address in the preamble.Erik Naggum1996-01-151-1/+2
* (dos_rawgetc): Make buf longer.Richard M. Stallman1996-01-121-1/+1
* Comment fixes.Karl Heuer1996-01-051-2/+2
* (XMenuActivate): Make sure the menu title is alwaysRichard M. Stallman1995-12-261-1/+7
* (have_menus_p): Defined.Richard M. Stallman1995-12-251-8/+12
* (check_timer): get rid of the DOS-specific menubar clockKarl Heuer1995-12-191-44/+57
* (run_msdos_command): Support redirection of stderr.Karl Heuer1995-12-131-4/+5
* (IT_set_terminal_modes): Save screen color attributeKarl Heuer1995-12-131-5/+50
* (XMenuActivate): Display the menu pane title.Karl Heuer1995-12-131-5/+3
* (sys_select): Check timer once even if input is pending.Richard M. Stallman1995-11-271-2/+3
* (IT_set_menu_bar_lines): Clear last_modified field.Richard M. Stallman1995-11-251-0/+1
* Comment change.Richard M. Stallman1995-11-251-1/+1
* (internal_terminal_init): Initialize the_only_x_display.font.Richard M. Stallman1995-11-221-0/+1
* (dos_set_keyboard): If CODE is not recognized,Richard M. Stallman1995-11-221-0/+6
* (dos_menubar_clock_displayed): New variable.Richard M. Stallman1995-11-111-0/+8
* (the_only_x_display): Type is now struct x_output.Karl Heuer1995-11-041-7/+13
* (IT_ring_bell): Use intdos, not write.Richard M. Stallman1995-10-261-4/+54
* Whitespace changes.Richard M. Stallman1995-10-221-24/+26
* [!HAVE_X_WINDOWS]:Kim F. Storm1995-10-111-1295/+1698
* (gettimeofday, init_gettimeofday, daylight, gmtoffset): Undo previous change.Paul Eggert1995-09-201-5/+36
* (gettimeofday): Don't bother setting time zone,Richard M. Stallman1995-09-101-39/+6
* (putchar): Call internal_flush instead of _flsbuf.Richard M. Stallman1995-09-031-214/+451
* (init_environment): Move alloca call out of function arg.Richard M. Stallman1995-07-201-1/+2