aboutsummaryrefslogtreecommitdiffstats
path: root/msdos
Commit message (Collapse)AuthorAgeFilesLines
* (HAVE_SETITIMER): Define.Eli Zaretskii2000-01-272-0/+5
|
* sed2.inp (HAVE_TM_GMTOFF, HAVE_MBLEN): Define.Eli Zaretskii1999-11-183-1/+10
| | | | sed1v2.inp: Convert "LC_ALL=C ./temacs" to MS-DOS equivalent.
* #Dave Love1999-10-171-0/+340
|
* #Dave Love1999-10-034-0/+260
|
* ChangeLogDave Love1999-10-031-0/+316
|
* (SHELL, MAKESHELL): Use /xyzzy/command as the shell.Eli Zaretskii1999-07-291-2/+2
|
* (SHELL, MAKESHELL): Don't use /dos/command, it canEli Zaretskii1999-07-011-2/+9
| | | | invoke an incompatible version of COMAMND.COM.
* Use -gcoff instead of -g in CFLAGS, for those whoEli Zaretskii1999-05-191-1/+1
| | | | | have GCC configured by default to use stabs, which unexec.c doesn't currently support.
* (install): Use update instead of sed to install fns.el.Eli Zaretskii1999-01-141-1/+1
|
* (install): Install fns.el in ../bin, since EmacsEli Zaretskii1999-01-111-0/+1
| | | | looks for it in exec-directory.
* Initial revisionEli Zaretskii1999-01-071-0/+35
|
* (src): Build files in leim if leim/Makefile exists.Eli Zaretskii1999-01-071-0/+4
| | | | (clean): Add clean in leim.
* (SHELL, MAKESHELL): Don't use `override'.Eli Zaretskii1998-11-081-2/+2
|
* Forcibly set SHELL and MAKESHELL to force Make to useEli Zaretskii1998-10-201-0/+6
| | | | COMMAND.COM as the shell.
* (TAGS): Fix file name wildcards in lisp directory.Eli Zaretskii1998-05-041-1/+1
|
* When installing ${version}, do it replacing @version@.Richard M. Stallman1998-04-171-3/+1
|
* Replace topdir with top_srcdir.Eli Zaretskii1998-04-131-2/+2
|
* Determine emacs-version from lisp/version.el. Pass it toEli Zaretskii1998-04-121-4/+7
| | | | sub-Make's.
* Initial revisionEli Zaretskii1997-11-201-0/+5
|
* (man): New target to build the manual.Eli Zaretskii1997-11-201-2/+7
| | | | | (all): Add the man dependency. (install): Change bin\\nul to bin\nul.
* Enlarge the stack size of temacs to 100KB.Richard M. Stallman1997-09-071-1/+1
|
* EMACS_CONFIGURATION: Set to i386-pc-msdosdjgpp.Eli Zaretskii1997-08-131-1/+1
|
* (CPPFLAGS, LDFLAGS): Edit to empty.Richard M. Stallman1997-08-111-0/+2
|
* (HAVE_LOGB, HAVE_FREXP, HAVE_FMOD, HAVE_RINT):Richard M. Stallman1997-07-171-0/+7
| | | | (HAVE_CBRT, HAVE_FPATHCONF, HAVE_SETRLIMIT): Defined.
* Remove `stamp-oldxmenu' dependency, soRichard M. Stallman1997-07-132-0/+2
| | | | MSDOS users won't need `touch' installed.
* (TAGS, tags): Include new lisp subdirectories.Richard M. Stallman1997-07-131-1/+1
|
* Comment change.Richard M. Stallman1996-08-051-1/+1
|
* (TAGS): Make sure bin/etags.exe is current. MakeRichard M. Stallman1996-07-241-1/+4
| | | | the rules always generate TAGS.
* Don't undef MULTI_FRAME.Richard M. Stallman1996-06-101-1/+0
|
* Replace `make-docfile' with `make-doc.exe'. In caseRichard M. Stallman1996-04-171-1/+13
| | | | | src/Makefile needs to rebuild `make-doc.exe', use one command per line. Undo the previous change.
* Change make-docfile to make-doc.exe in a second place.Richard M. Stallman1996-04-151-0/+1
|
* (src): Create a file with sed commands instead of usingRichard M. Stallman1996-04-151-13/+10
| | | | | | a long sed command line (some versions of Sed don't handle that). (gdb): Merged back into src, undoing April 13 change. (install): Do use if statements, but not a loop.
* entered into RCSRichard M. Stallman1996-04-131-1/+1
|
* *** empty log message ***Richard M. Stallman1996-04-121-2/+9
|
* Under DJGPP v2, use <sys/config.h> instead of most of config.h.in.Richard M. Stallman1996-04-121-3/+14
|
* Initial revisionRichard M. Stallman1996-04-111-0/+91
|
* entered into RCSRichard M. Stallman1996-04-102-0/+50
|
* (LOCALTIME_CACHE, HAVE_TZSET): Define these.Karl Heuer1996-01-231-0/+2
|
* Alter test-distrib to test-dis.Richard M. Stallman1995-11-211-0/+1
|
* (install): Don't mv make-doc.exe into ../bin/.Karl Heuer1995-11-041-1/+1
|
* Call make-doc.exe instead of make-docfile.Kim F. Storm1995-10-111-1/+1
|
* Define STDC_HEADERS.Richard M. Stallman1995-09-021-0/+1
| | | | Undefine MULTI_FRAME, until somebody fixes msdos.h and msdos.c.
* Undefine MULTI_FRAME, until somebody fixes msdos.h and msdos.c.Karl Heuer1995-06-081-0/+1
|
* Define STDC_HEADERS.Karl Heuer1995-06-081-0/+1
|
* Fix sed append command to behave as intended.Karl Heuer1995-01-211-3/+1
|
* Delete mysterious dot. Add comment to protect blankRichard M. Stallman1995-01-201-1/+3
| | | | line at end of file. Make sure make-docfile is compiled.
* Don't use go32 for make-docfile; the arg list is too long.Karl Heuer1995-01-111-1/+0
| | | | Use coff2exe in lib-src/makefile instead.
* Use coff2exe on make-docfile, instead of go32 when running it.Karl Heuer1995-01-111-0/+3
|
* *** empty log message ***Morten Welinder1994-10-172-2/+7
|
* Initial revisionMorten Welinder1994-10-174-0/+104
|