aboutsummaryrefslogtreecommitdiffstats
path: root/src/msdos.c
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \
| * | Emulate `readlink' for DJGPP versions before 2.04.Eli Zaretskii2011-02-271-0/+12
* | | * frame.h: Avoid gcc -Wmissing-prototypes diagnostics.Paul Eggert2011-02-261-3/+0
|/ /
* | Use KVAR in the MS-DOS build.Eli Zaretskii2011-02-161-1/+1
* | Change B_ to BVARTom Tromey2011-02-161-3/+3
* | Fix the MS-DOS build due to introduction of B_.Eli Zaretskii2011-02-141-3/+3
* | Refill some long/short copyright headers.Glenn Morris2011-01-261-2/+2
* | Convert consecutive FSF copyright years to ranges.Glenn Morris2011-01-241-2/+1
* | Move all DEFVAR'd globals into a structure -- threading infrastructureTom Tromey2011-01-181-5/+1
* | Nuke arch-tags.Glenn Morris2011-01-151-2/+0
* | Merge from emacs-23Stefan Monnier2011-01-141-1/+1
|\|
| * Add 2011 to FSF/AIST copyright years.Glenn Morris2011-01-021-1/+1
* | msdos.c (dos_rawgetc): Use gen_help_event, instead of doing the same in-line.Eli Zaretskii2010-11-201-11/+2
|\ \
| * | msdos.c (dos_rawgetc): Use gen_help_event, instead of doing the same in-line.Eli Zaretskii2010-11-201-11/+2
* | | Cleanup of window coordinate positioning code.Chong Yidong2010-11-161-1/+1
* | | Revert changes in 2010-11-16T19:59:[email protected]Chong Yidong2010-11-161-1/+1
* | | Cleanup of window coordinate positioning code.Chong Yidong2010-11-161-1/+1
|/ /
* | Cleanup fallout from redesigning mouse highlight.Eli Zaretskii2010-11-051-5/+5
* | REALLY finish coding portable mouse highlight.Eli Zaretskii2010-11-011-47/+49
* | Unify mouse highlight code of MSDOS and GUI sessions.Eli Zaretskii2010-10-301-535/+61
* | Do not include stdlib.h and string.h, config.h does it.Dan Nicolaescu2010-10-011-2/+0
* | Use intern_c_string instead of intern.Dan Nicolaescu2010-10-011-1/+1
* | Fix -Wall compiler warnings in MSDOS sources.Eli Zaretskii2010-08-131-50/+47
* | Remove extern declarations in .c files, .h files have them.Dan Nicolaescu2010-08-061-1/+0
* | Fix redisplay bugs due to uninitialized glyphs in frame glyph pool.Eli Zaretskii2010-08-061-2/+4
* | Remove extern declarations from .c files, and them to .h files.Dan Nicolaescu2010-07-281-1/+0
* | Use const, move declarations to header files.Dan Nicolaescu2010-07-261-1/+0
* | Don't use `subprocesses' in msdos.c.Eli Zaretskii2010-07-111-13/+0
* | Adapt terminal frames to latest menu-bar changes.Chong Yidong2010-07-101-18/+0
* | Convert DEFUNs to standard C.Dan Nicolaescu2010-07-081-8/+5
* | Replace bcopy, bzero, bcmp by memcpy, memmove, memset, memcmpAndreas Schwab2010-07-081-7/+5
* | Convert function definitions in MS-DOS sources to ANSI C.Eli Zaretskii2010-07-071-104/+56
* | Fix setting colors on MS-DOS frames.Eli Zaretskii2010-07-031-46/+51
* | Fix menu bar display on MS-DOS.Eli Zaretskii2010-07-031-0/+18
* | Don't use XSYMBOL (foo)->value.Eli Zaretskii2010-05-071-2/+1
* | Remove POSIX_SIGNALS.Dan Nicolaescu2010-05-031-8/+0
* | msdos.c: Fix last change.Eli Zaretskii2010-04-011-0/+6
* | Remove support for DJGPP v1.x (bug#5813).Eli Zaretskii2010-04-011-458/+2
|/
* Add 2010 to copyright years.Glenn Morris2010-01-131-1/+1
* * alloc.c: Do not define struct catchtag.Dan Nicolaescu2009-10-191-0/+1
* * xfaces.c (face_at_buffer_position): New arg base_face_id.Chong Yidong2009-04-301-2/+4