aboutsummaryrefslogtreecommitdiffstats
path: root/src/msdos.c
Commit message (Expand)AuthorAgeFilesLines
* (dos_set_keyboard): Call Int 2Fh via the DPMI server, not directly.Eli Zaretskii1998-06-141-9/+26
* (init_environment): Set TMPDIR to an existingEli Zaretskii1998-05-131-0/+32
* (IT_ring_bell, IT_write_glyphs, IT_clear_end_of_line,Eli Zaretskii1998-04-271-27/+25
* (run_msdos_command): Don't construct processEli Zaretskii1998-04-211-29/+33
* (it_keyboard): New variable, supports Italian keyboard.Eli Zaretskii1998-04-161-0/+18
* (dosv_refresh_virtual_screen): Do not use negative arguments.Eli Zaretskii1998-04-131-7/+5
* (request_sigio, unrequest_sigio): Make consistent withKarl Heuer1998-04-081-2/+2
* Support for Japanese display on DOS/V systems.Eli Zaretskii1997-11-101-7/+97
* (mouse_get_pos): Remove reduntant call to `int86'.Eli Zaretskii1997-10-131-69/+39
* Switch to raw-text as coding system.Richard M. Stallman1997-09-111-1/+1
* (syms_of_msdos): Intern background-color andRichard M. Stallman1997-09-111-2/+8
* Add coding: tag, to prevent Emacs from interpreting binary strings.Eli Zaretskii1997-08-281-1/+1
* (syms_of_msdos): Define and bind x-bitmap-file-path andEli Zaretskii1997-08-131-0/+22
* (init_environment): Set Emacs root directory properly whenRichard M. Stallman1997-08-111-3/+6
* (IT_set_frame_parameters): Actually store the frameRichard M. Stallman1997-08-111-5/+26
* (Qbackground_color, Qforeground_color): Define vars.Richard M. Stallman1997-08-111-0/+3
* dos_rawgetc: When international keyboard doesn't haveEli Zaretskii1997-02-021-1/+13
* (run_msdos_command): Remove unused variables.Eli Zaretskii1997-01-211-9/+14
* * (sigprocmask, sig_suspender): New functions, implementEli Zaretskii1997-01-161-1/+111
* * (XMenuActivate): Don't allow non-positive menuEli Zaretskii1997-01-161-0/+6
* (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