Date: Wed, 1 Jul 1998 12:56:20 -0700 (PDT) From: Warner Losh <imp@FreeBSD.ORG> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-usrbin@FreeBSD.ORG Subject: cvs commit: src/usr.bin/doscmd config.c cwd.c dos.c doscmd.c doscmd.h int13.c intff.c Message-ID: <199807011956.MAA08906@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
imp 1998/07/01 12:56:19 PDT Modified files: usr.bin/doscmd config.c cwd.c dos.c doscmd.c doscmd.h int13.c intff.c Log: Make sourcer's main program execute in X mode. o Make the dos emulation treat c: and C: the same way. Sourcer was doing a chdir("c:\\") rather than a chdir("C:\\"); o use drlton() in all places where we used to use -'A' so that we're always case independent. o use drntol() in all places where we used to use + 'A' for similar reasons Revision Changes Path 1.2 +7 -17 src/usr.bin/doscmd/config.c 1.2 +13 -11 src/usr.bin/doscmd/cwd.c 1.2 +2 -2 src/usr.bin/doscmd/dos.c 1.5 +8 -13 src/usr.bin/doscmd/doscmd.c 1.4 +3 -1 src/usr.bin/doscmd/doscmd.h 1.2 +9 -10 src/usr.bin/doscmd/int13.c 1.3 +7 -7 src/usr.bin/doscmd/intff.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199807011956.MAA08906>