aboutsummaryrefslogtreecommitdiffstats
path: root/src/msdos.c
Commit message (Expand)AuthorAgeFilesLines
* use guile-snarf for subr definitionBT Templeton2015-04-181-6/+2
* Use terminal-specific hooks to display menus.Dmitry Antipov2014-06-041-0/+1
* Merge from emacs-24; up to 2014-04-16T15:28:[email protected]Paul Eggert2014-04-161-13/+114
|\
| * Fix the MSDOS build.Eli Zaretskii2014-04-161-13/+114
* | Rename EARRAYSIZE to ARRAYELTSDaniel Colascione2014-04-031-2/+2
* | Clean up array size calculationsDaniel Colascione2014-04-031-2/+2
|/
* Update copyright year to 2014 by running admin/update-copyright.Paul Eggert2014-01-011-1/+1
* Merge from mainline.Eli Zaretskii2013-11-181-1/+1
|\
| * Port to stricter C99 platforms.Paul Eggert2013-11-031-1/+1
* | Adapted dostounix_filename. w32-short/long-filename work with wide APIs.Eli Zaretskii2013-11-021-3/+3
|/
* Merge from trunk.Eli Zaretskii2013-09-261-4/+4
|\
| * Use union for the payload of struct Lisp_Vector.Dmitry Antipov2013-09-241-1/+1
| * * dispnew.c (frame_garbaged, selected_frame, last_nonminibuf_frame):Dmitry Antipov2013-09-231-1/+1
| * Unify FRAME_window_system_DISPLAY_INFO macros between all ports.Dmitry Antipov2013-09-131-2/+2
* | Merge from trunk after a lot of time.Eli Zaretskii2013-09-051-179/+106
|\|
| * * msdos.c (last_mouse_window): Move to...Dmitry Antipov2013-09-021-9/+5
| * * msdos.c (IT_set_terminal_window): Remove no-op.Dmitry Antipov2013-09-021-6/+1
| * Simplify EMACS_TIME-related code.Paul Eggert2013-08-271-7/+7
| * * lisp.h (Mouse_HLInfo): Move from here...Dmitry Antipov2013-08-271-24/+6
| * Drop FRAME_PTR typedef.Dmitry Antipov2013-08-031-3/+3
| * Drop unnecessary functions that deals with frame pixel size.Dmitry Antipov2013-07-311-12/+0
| * Get rid of some platform-specific functions examining windowDmitry Antipov2013-04-071-5/+0
| * Consistently use platform-specific function to detect window system.Dmitry Antipov2013-04-051-1/+1
| * * window.h (struct window): Replace hchild, vchild and buffer slotsDmitry Antipov2013-03-281-3/+3
| * Fix bug #13879 with raw-text encoding of msdos.c.Eli Zaretskii2013-03-061-10/+17
| * Prefer `message1' over `message'.Stefan Monnier2013-02-171-2/+2
| * src/msdos.c (careadlinkatcwd): Remove.Eli Zaretskii2013-02-091-8/+0
| * Avoid encoding file names run through dostounix_filename on MS-Windows.Eli Zaretskii2013-02-021-3/+3
| * Merge from emacs-24; up to 2012-12-06T01:39:[email protected]Paul Eggert2013-01-021-1/+1
| |\
| | * Update copyright notices for 2013.Paul Eggert2013-01-011-1/+1
| * | * alloc.c (Fgarbage_collect): Unblock input after clearingDmitry Antipov2012-11-221-14/+1
| * | Assume at least POSIX.1-1988 for getpgrp, setpgid, setsid.Paul Eggert2012-11-041-1/+3
| |/
| * Adapt the MSDOS build to the latest changes on mainline.Eli Zaretskii2012-11-031-3/+12
| * Simplify and avoid signal-handling races.Paul Eggert2012-09-231-4/+4
| * Simplify redefinition of 'abort' (Bug#12316).Paul Eggert2012-09-041-24/+5
| * * emacs.c, eval.c: Use bool for boolean.Paul Eggert2012-09-021-1/+0
| * Avoid direct writes to contents member of struct Lisp_Vector.Dmitry Antipov2012-08-211-4/+4
| * * keyboard.h (KSET): Remove.Paul Eggert2012-08-171-3/+3
| * Use KSET for write access to Lisp_Object members of struct kboard.Dmitry Antipov2012-08-131-1/+1
| * Drop WGET and revert read access to Lisp_Objects slots of struct window.Dmitry Antipov2012-08-071-4/+4
| * Drop FGET and revert read access to Lisp_Objects slots of struct frame.Dmitry Antipov2012-08-071-3/+3
| * Separate read and write access to Lisp_Object slots of struct window.Dmitry Antipov2012-08-061-4/+4
| * Separate read and write access to Lisp_Object slots of struct frame.Dmitry Antipov2012-08-061-3/+3
| * Generalize common compile-time constants.Dmitry Antipov2012-08-051-4/+4
| * Fix Sed scripts and msdos.c as fallout of latest changes.Eli Zaretskii2012-08-041-7/+7
| * * coding.c (Fdefine_coding_system_internal): Use XCAR/XCDR insteadAndreas Schwab2012-07-111-3/+1
| * EMACS_TIME simplification (Bug#11875).Paul Eggert2012-07-101-4/+4
| * Use XCAR and XCDR instead of Fcar and Fcdr where possible.Dmitry Antipov2012-07-101-1/+1
| * Use make_formatted_string to avoid double length calculation.Dmitry Antipov2012-07-091-2/+4
| * Cleanup xmalloc.Dmitry Antipov2012-07-051-6/+6