From f95b129d2896856da060870bbc51a1164f161031 Mon Sep 17 00:00:00 2001 From: Bart Oldeman Date: Wed, 26 Sep 2001 01:07:58 +0000 Subject: [PATCH] updated history git-svn-id: https://svn.code.sf.net/p/freedos/svn/kernel/trunk@311 6ac86273-5f31-0410-b378-82cca8765d1b --- docs/history.txt | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/docs/history.txt b/docs/history.txt index edf9fab..74e1634 100644 --- a/docs/history.txt +++ b/docs/history.txt @@ -11,10 +11,18 @@ (look for play_dj() in dsk.c) * Simplify Victor's FAT32 fixes a bit * More printer clean-ups + * fixed sys (thanks Jeremy) + * DosChangeDir fails for path name too long. ++ Fixes Jeremy + * Changed SYS so if no source given or only source drive (no path) + given, then checks for kernel.sys & command.com in current + path (of current drive or given drive) and if not there + uses root (but only if source & destination drive are different). + Fix printf to include count(ret) if copy can't write all requested bytes 2001 Sep 22 - Build 2025 (test) -------- Bart Oldeman (bart.oldeman@bristol.ac.uk) + Added Victor - * FAT32 support + * FAT32 support (credits to Martin Stromberg for boot32.asm optimizations) * Delete long file names if short file name given + Added Jeremy * modified SYS so it takes optional 2nd parameter (similar to PC DOS)