Mail Archives: djgpp-workers/1999/03/24/10:35:38
> I've uploaded a new bash update to 
> http://members.xoom.com/snowball3/djgpp/ . That URL will active until 
> my other host gets their hardware situation straightened out. 
JFYI, Changes.djgpp and Changelog.djgpp don't work...
> To avoid the XoomBar, use instead the URL 
> http://members.xoom.com/_XOOM/snowball3/djgpp/index.html until the 
> engineers figure out how to thwart that method.
Uhm, doesn't work for me.
Now we are at Bash 2.03, I have encountered some unexpected (to me at
least) behaviour in you binary Bash:
- .bat and .btm are not run with %COMSPEC%, but as .sh shell script
- when `filename' is run, `filename.bat' has preference above
  `filename'
- history file is opened O_TEXT but ^Ms are still seen explicitly
- the history file receives previous lines with extra ^Ms, at the end
- last two things went away after deleting my _bash_history, so I
  cannot reproduce it :-(
- `echo */readme' doesn't do wildcard expansion, `echo */readme*' does
- wildcard expansion does not work at all with backslashes as
  dir-separators
- C-z doesn't work (fix attached)
--- tminit.c~	Tue Jan 19 15:55:38 1999
+++ tminit.c	Mon Mar 22 14:40:32 1999
@@ -1521,7 +1521,7 @@
 		    __direct_outputs ("\r\nSuspended\r\n");
 		    /* keep cwd on exec */
 		    getcwd (oldcwd, sizeof (oldcwd));
-		    system (NULL);
+		    system ("");
 		    chdir (oldcwd);
 
 		    for (i = 0; i < 5; i++)
Hope this helps.
--
*Groeten, Michel*.      _http://www.cs.vu.nl/~mdruiter_
   ____________ 
   \  /====\  /         "You know, Beavis, you need things that suck,
    \/      \/           to have things that are cool", Butt-Head.
- Raw text -