X-Authentication-Warning: delorie.com: mailnull set sender to djgpp-workers-bounces using -f From: sandmann AT clio DOT rice DOT edu (Charles Sandmann) Message-Id: <10112040510.AA17323@clio.rice.edu> Subject: Re: v2.03 refresh ready for review/testing To: djgpp-workers AT delorie DOT com Date: Mon, 3 Dec 2001 23:10:57 -0600 (CST) In-Reply-To: <10112030558.AA13822@clio.rice.edu> from "Charles Sandmann" at Dec 02, 2001 11:58:56 PM X-Mailer: ELM [version 2.5 PL2] Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Reply-To: djgpp-workers AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp-workers AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk I see that src files should be in unix lf-only format; I need to fix this. 4 of the 24 files are identical to current CVS head versions, some of the others may be earlier versons. A quick summary of what is included is attached. If you know of a 2.03 bug easily fixed not included below, speak now. syms.c debug\common Validation fixes (simple fix vs CVS changes) dbgcom.c debug\common W2K Breakpoint handle (simple fix vs CVS) freopen.c libc\ansi\stdio Force fileno to be same (cvs - llseek) _rename.c libc\ansi\stdio Case identical, DOS 8 bug, W2K return code *CVS* strftime.c libc\ansi\time Format bug *CVS 1.5* select.c libc\compat\time STDIN + termios bug (like CVS but interface) crt0.S libc\crt0 Sbrk size fixes (CVS except #if for bnu281) crt1.c libc\crt0 _dos_ds selector fix (CVS - ostrueversion) _creat.c libc\dos\io W2K use _open short name handle (cvs - fat32) _creat_n.c libc\dos\io W2K use _open short name handle (cvs - fat32) _open.c libc\dos\io W2K use short name open (cvs - fat32) dosexec.c libc\dos\process Clean up selectors (only selectors vs CVS) d0301_s.S libc\dpmi\api Stack bug *CVS* dpmiexcp.c libc\go32 W2K nesting (CVS except static and truever) open.c libc\posix\fcntl W2K truncate on NUL (no symlinks) itimer.c libc\posix\signal usecs == 0 bug *CVS* fstat.c libc\posix\sys\stat W2K fixes, flag bug fixes (cvs - symlink) mkdir.c libc\posix\sys\stat DOS 8 bug (cvs - symlinks) fixpath.c libc\posix\sys\stat W2K long path bug (rm -rf /) (cvs - truever) getcwd.c libc\posix\unistd W2K long path bug (cvs - truever) dup.c libc\posix\unistd FSEXT fix (cvs - fdprops) dup2.c libc\posix\unistd FSEXT fix (cvs - fdprops) chdir.c libc\posix\unistd W2K long path set drive before dir(cvs - symlink) utime.c libc\posix\utime W2K fix (cvs except truever) 10 W2K only fixes 12 non-W2K fixes 2 multiple fixes