aboutsummaryrefslogtreecommitdiffstats
path: root/src/dosfns.c
Commit message (Expand)AuthorAgeFilesLines
* Remove * characters from the front of variable docstrings.Chong Yidong2012-04-091-4/+4
* Add 2012 to FSF copyright years for Emacs filesGlenn Morris2012-01-051-1/+1
* Whitespace changes.Juanma Barranquero2011-09-091-3/+3
* Adapt the MSDOS build to latest changes.Eli Zaretskii2011-04-301-3/+3
* 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-26/+11
* 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
* | Do not include stdlib.h and string.h, config.h does it.Dan Nicolaescu2010-10-011-1/+0
* | Fix -Wall compiler warnings in MSDOS sources.Eli Zaretskii2010-08-131-3/+3
* | Convert DEFUNs to standard C.Dan Nicolaescu2010-07-081-15/+10
* | Convert function definitions in MS-DOS sources to ANSI C.Eli Zaretskii2010-07-071-6/+5
* | Remove support for DJGPP v1.x (bug#5813).Eli Zaretskii2010-04-011-7/+0
|/
* Add 2010 to copyright years.Glenn Morris2010-01-131-1/+1
* * alloc.c: Do not define struct catchtag.Dan Nicolaescu2009-10-191-0/+1
* (system_process_attributes) [SYSTEM_MALLOC]: Don't call ret_lim_data.Eli Zaretskii2009-04-041-0/+6
* (system_process_attributes, list_system_processes): New functions.Eli Zaretskii2009-01-031-1/+127
* * w32-fns.el (w32-shell-dos-semantics):Juanma Barranquero2008-11-141-1/+1
* Include frame.h before termhooks.h.Eli Zaretskii2008-08-231-4/+16
* * dispextern.h, xfaces.c (xstrcasecmp): Renamed from xstricmp.Jason Rumney2008-05-221-1/+1
* (msdos_stdcolor_idx): Use xstricmp.Jason Rumney2008-05-221-1/+1
* Switch to recommended form of GPLv3 permissions notice.Glenn Morris2008-05-141-6/+4
* Merge from emacs--devo--0Miles Bader2008-01-091-1/+1
|\
| * Add 2008 to copyright years.Glenn Morris2008-01-081-1/+1
* | Merge from emacs--devo--0Miles Bader2007-07-271-1/+1
|\|
| * Switch license to GPLv3 or later.Glenn Morris2007-07-251-1/+1
* | Merge from emacs--devo--0Miles Bader2007-01-261-1/+1
|\|
| * Add 2007 to copyright years.Glenn Morris2007-01-211-1/+1
* | Merge from emacs--devo--0Miles Bader2006-11-071-1/+1
|\|
| * (Finsert_startup_screen): Fix typo in docstring.Juanma Barranquero2006-11-051-1/+1
* | Revision: [email protected]/emacs--unicode--0--patch-13Miles Bader2006-02-081-1/+1
|\|
| * Update years in copyright notice; nfc.Thien-Thi Nguyen2006-02-061-1/+1
* | Revision: [email protected]/emacs--unicode--0--patch-78Miles Bader2005-08-261-2/+2
|\|
| * Update years in copyright notice; nfc.Thien-Thi Nguyen2005-08-071-2/+2
* | Revision: [email protected]/emacs--unicode--0--patch-68Miles Bader2005-07-071-2/+2
|\|
| * Update FSF's address.Lute Kamstra2005-07-041-2/+2
* | Revision: [email protected]/emacs--unicode--0--patch-70Miles Bader2004-11-121-3/+3
|\|
| * * dosfns.c (Fdos_memget, Fdos_memput): Use integer variable offs inJan Djärv2004-11-071-3/+3
* | Sync to HEADKenichi Handa2004-04-161-0/+3
* | *** empty log message ***Kenichi Handa2003-09-081-1/+1
|\ \
| * | Include "character.h" instead of "charset.h".Kenichi Handa2002-03-011-1/+1
* | | New directoryKenichi Handa2003-09-081-3/+0
| |/ |/|
* | Add arch taglinesMiles Bader2003-09-011-0/+3
* | Most uses of XSTRING combined with STRING_BYTES or indirection changed toKen Raeburn2002-07-151-2/+2
* | Fix whitespace.Eli Zaretskii2002-05-171-18/+15
* | Change defvar_int def and vars to use EMACS_INT instead of just int.Stefan Monnier2002-03-041-8/+8
|/
* Change doc-string comments to `new style' [w/`doc:' keyword].Pavel Janík2001-12-091-91/+92
* (dos-display-scancodes, dos-decimal): Doc fix.Eli Zaretskii2001-12-091-2/+4
* Update usage of CHECK_ macros (remove unused second argument).Pavel Janík2001-11-021-10/+10