summaryrefslogtreecommitdiff
path: root/msdos
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* (HAVE_STRERROR): Define.Richard M. Stallman1994-07-141-0/+1
|
* Use "m/intel386" instead of "m/dos386.h".Richard M. Stallman1994-07-112-2/+2
|
* entered into RCSRichard M. Stallman1994-06-071-0/+7
|
* Adding dos-fns.elc to the set of Lisp files was movedRichard M. Stallman1994-05-221-1/+0
| | | | to src/makefile.in.in.
* Reflect change from CONFIGURATION to EMACS_CONFIGURATION.Richard M. Stallman1994-05-201-1/+1
| | | | Also set it to correct three-part value.
* Don't use `+' in regexps as different streamRichard M. Stallman1994-05-161-8/+8
| | | | editors interpret them differently. Use `*' instead.
* Don't pass version to [ce]tags.Richard M. Stallman1994-05-081-1/+3
|
* We don't have to have the version number in here anymore.Richard M. Stallman1994-04-301-1/+1
| | | | Instead we patch the way it is passed from make to the C compiler.
* Identify the file being patched as src/...Richard M. Stallman1994-04-301-1/+1
|
* Don't comment out the inc-vers run as that does not exist anymore.Richard M. Stallman1994-04-301-3/+1
| | | | | Don't reset DEBUG_MOLE as that no longer is used. Identify the file being patched as src/...
* We have bcmp. Configuration is "msdos". Get rid of ^Ms.Richard M. Stallman1994-04-291-27/+29
|
* Set CFLAGS=-O2, not -g. Correct forRichard M. Stallman1994-04-291-24/+23
| | | | | new configuration regarding utilities not to compile. Fix version number. Get rid of ^Ms.
* Set CFLAGS=-O2, not -g. Handle the newRichard M. Stallman1994-04-291-25/+28
| | | | M_FILE, S_FILE, and SET_MAKE defines. Get rid of ^Ms.
* entered into RCSRichard M. Stallman1994-01-081-4/+4
|
* entered into RCSRichard M. Stallman1994-01-071-0/+8
|
* Initial revisionRichard M. Stallman1993-12-191-0/+17
|
* entered into RCSRichard M. Stallman1993-12-151-0/+27
|
* Initial revisionRichard M. Stallman1993-12-131-0/+24