index
:
forks/emacs.git
local/emacs-29
local/emacs30
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
msdos.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Rework C source files to avoid ^(
Paul Eggert
2016-03-10
1
-2
/
+2
*
Update copyright year to 2016
Paul Eggert
2016-01-01
1
-1
/
+1
*
Use bool, not int, to track face changes
Paul Eggert
2015-01-28
1
-1
/
+1
*
Update copyright year to 2015
Paul Eggert
2015-01-01
1
-1
/
+1
*
Follow-up to renaming v24.5 to 25.1.
Eli Zaretskii
2014-09-29
1
-1
/
+1
*
Fix a couple of recent inadvertent breaks of the MSDOS port.
Reuben Thomas
2014-08-10
1
-0
/
+1
*
Remove support for DJGPP < 2.02
Reuben Thomas
2014-08-09
1
-105
/
+0
*
Use terminal-specific hooks to display menus.
Dmitry Antipov
2014-06-04
1
-0
/
+1
*
Merge from emacs-24; up to 2014-04-16T15:28:26Z!monnier@iro.umontreal.ca
Paul Eggert
2014-04-16
1
-13
/
+114
|
\
|
*
Fix the MSDOS build.
Eli Zaretskii
2014-04-16
1
-13
/
+114
*
|
Rename EARRAYSIZE to ARRAYELTS
Daniel Colascione
2014-04-03
1
-2
/
+2
*
|
Clean up array size calculations
Daniel Colascione
2014-04-03
1
-2
/
+2
|
/
*
Update copyright year to 2014 by running admin/update-copyright.
Paul Eggert
2014-01-01
1
-1
/
+1
*
Merge from mainline.
Eli Zaretskii
2013-11-18
1
-1
/
+1
|
\
|
*
Port to stricter C99 platforms.
Paul Eggert
2013-11-03
1
-1
/
+1
*
|
Adapted dostounix_filename. w32-short/long-filename work with wide APIs.
Eli Zaretskii
2013-11-02
1
-3
/
+3
|
/
*
Merge from trunk.
Eli Zaretskii
2013-09-26
1
-4
/
+4
|
\
|
*
Use union for the payload of struct Lisp_Vector.
Dmitry Antipov
2013-09-24
1
-1
/
+1
|
*
* dispnew.c (frame_garbaged, selected_frame, last_nonminibuf_frame):
Dmitry Antipov
2013-09-23
1
-1
/
+1
|
*
Unify FRAME_window_system_DISPLAY_INFO macros between all ports.
Dmitry Antipov
2013-09-13
1
-2
/
+2
*
|
Merge from trunk after a lot of time.
Eli Zaretskii
2013-09-05
1
-179
/
+106
|
\
|
|
*
* msdos.c (last_mouse_window): Move to...
Dmitry Antipov
2013-09-02
1
-9
/
+5
|
*
* msdos.c (IT_set_terminal_window): Remove no-op.
Dmitry Antipov
2013-09-02
1
-6
/
+1
|
*
Simplify EMACS_TIME-related code.
Paul Eggert
2013-08-27
1
-7
/
+7
|
*
* lisp.h (Mouse_HLInfo): Move from here...
Dmitry Antipov
2013-08-27
1
-24
/
+6
|
*
Drop FRAME_PTR typedef.
Dmitry Antipov
2013-08-03
1
-3
/
+3
|
*
Drop unnecessary functions that deals with frame pixel size.
Dmitry Antipov
2013-07-31
1
-12
/
+0
|
*
Get rid of some platform-specific functions examining window
Dmitry Antipov
2013-04-07
1
-5
/
+0
|
*
Consistently use platform-specific function to detect window system.
Dmitry Antipov
2013-04-05
1
-1
/
+1
|
*
* window.h (struct window): Replace hchild, vchild and buffer slots
Dmitry Antipov
2013-03-28
1
-3
/
+3
|
*
Fix bug #13879 with raw-text encoding of msdos.c.
Eli Zaretskii
2013-03-06
1
-10
/
+17
|
*
Prefer `message1' over `message'.
Stefan Monnier
2013-02-17
1
-2
/
+2
|
*
src/msdos.c (careadlinkatcwd): Remove.
Eli Zaretskii
2013-02-09
1
-8
/
+0
|
*
Avoid encoding file names run through dostounix_filename on MS-Windows.
Eli Zaretskii
2013-02-02
1
-3
/
+3
|
*
Merge from emacs-24; up to 2012-12-06T01:39:03Z!monnier@iro.umontreal.ca
Paul Eggert
2013-01-02
1
-1
/
+1
|
|
\
|
|
*
Update copyright notices for 2013.
Paul Eggert
2013-01-01
1
-1
/
+1
|
*
|
* alloc.c (Fgarbage_collect): Unblock input after clearing
Dmitry Antipov
2012-11-22
1
-14
/
+1
|
*
|
Assume at least POSIX.1-1988 for getpgrp, setpgid, setsid.
Paul Eggert
2012-11-04
1
-1
/
+3
|
|
/
|
*
Adapt the MSDOS build to the latest changes on mainline.
Eli Zaretskii
2012-11-03
1
-3
/
+12
|
*
Simplify and avoid signal-handling races.
Paul Eggert
2012-09-23
1
-4
/
+4
|
*
Simplify redefinition of 'abort' (Bug#12316).
Paul Eggert
2012-09-04
1
-24
/
+5
|
*
* emacs.c, eval.c: Use bool for boolean.
Paul Eggert
2012-09-02
1
-1
/
+0
|
*
Avoid direct writes to contents member of struct Lisp_Vector.
Dmitry Antipov
2012-08-21
1
-4
/
+4
|
*
* keyboard.h (KSET): Remove.
Paul Eggert
2012-08-17
1
-3
/
+3
|
*
Use KSET for write access to Lisp_Object members of struct kboard.
Dmitry Antipov
2012-08-13
1
-1
/
+1
|
*
Drop WGET and revert read access to Lisp_Objects slots of struct window.
Dmitry Antipov
2012-08-07
1
-4
/
+4
|
*
Drop FGET and revert read access to Lisp_Objects slots of struct frame.
Dmitry Antipov
2012-08-07
1
-3
/
+3
|
*
Separate read and write access to Lisp_Object slots of struct window.
Dmitry Antipov
2012-08-06
1
-4
/
+4
|
*
Separate read and write access to Lisp_Object slots of struct frame.
Dmitry Antipov
2012-08-06
1
-3
/
+3
|
*
Generalize common compile-time constants.
Dmitry Antipov
2012-08-05
1
-4
/
+4
[next]