Mail Archives: djgpp/1997/06/10/04:21:13
On Mon, 9 Jun 1997, Nate Eldredge wrote:
> strip d:/prog.exe
>
> So it's not a bug, just a difference from usual DOS.
> --------------------
I disagree. The usual policy of DJGPP ports is (and should be, IMHO)
that both Unix-style forward and DOS-style backslashes are treated in
the same way. If the port of `strip' (or Binutils in general) doesn't
comply, it should be fixed.
The reason for the equal treating of both kinds of slashes is to allow
you to use DJGPP tools with other DOS programs which might not support
forward slashes (COMMAND.COM is one notorious example).
- Raw text -