aboutsummaryrefslogtreecommitdiffstats
path: root/src/msdos.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Spelling fixes.Paul Eggert2012-07-021-1/+1
* Adapt the MS-DOS build to the latest changes.Eli Zaretskii2012-06-301-14/+15
* * keyboard.c (menu_bar_items, menu_bar_item, read_key_sequence):Andreas Schwab2012-06-251-2/+4
* Support higher-resolution time stamps.Paul Eggert2012-06-221-9/+2
* * alloc.c, bytecode.c, ccl.c, coding.c, composite.c, data.c, dosfns.c:Dmitry Antipov2012-06-191-4/+2
* Merge from emacs-24; up to 2012-04-24T08:35:[email protected]Glenn Morris2012-05-261-1/+1
|\
| * Update value of window-system-version for MS-DOS build.Eli Zaretskii2012-05-211-1/+1
* | Remove * characters from the front of variable docstrings.Chong Yidong2012-04-091-1/+1
|/
* Add 2012 to FSF copyright years for Emacs filesGlenn Morris2012-01-051-1/+1
* Fix typos.Juanma Barranquero2011-11-241-1/+1
* Spelling fixes.Paul Eggert2011-11-191-1/+1
* Whitespace changes.Juanma Barranquero2011-09-091-17/+17
* Move DEFSYM to lisp.h and use everywhere.Juanma Barranquero2011-06-241-2/+1
* * msdos.c (mouse_get_pos): Likewise.Paul Eggert2011-05-141-1/+1
* Repair the MSDOS build following latest changes.Eli Zaretskii2011-04-241-5/+5
* Merge from emacs-23; up to 2010-06-09T17:54:28Z!albinus@detlef.Glenn Morris2011-04-221-1/+1
|\
| * Fix typos.Juanma Barranquero2011-04-131-1/+1
* | Adapt the MS-DOS build to changes in gnulib.Eli Zaretskii2011-04-061-0/+38
* | Fix compilation warnings on MS-DOS due to constifying of pointers in xmenu.c.Eli Zaretskii2011-03-121-3/+3
* | Fix MS-Windows build broken by 2011-03-11T07:24:[email protected].Eli Zaretskii2011-03-111-0/+1
* | Implement stub emulation of `readlink' for MS-DOS.Eli Zaretskii2011-02-271-0/+12
|\ \