[M3commit] CVS Update: cm3
    Jay Krell 
    jkrell at elego.de
       
    Sun Jan 25 19:30:27 CET 2009
    
    
  
CVSROOT:	/usr/cvs
Changes by:	jkrell at birch.	09/01/25 19:30:27
Modified files:
	cm3/m3-tools/uniq/src/: Main.m3 
Log message:
	Fix the problem where the Modula-3 implementation of uniq.exe
	causes building gcc to hang if it is first in %PATH%.
	
	The problem is that building gcc invokes uniq with a file path
	on the command line, rather than feeding it stdin.
	Modula-3 uniq.exe only was expecting stdin and hangs reading from it and
	getting nothing.
    
    
More information about the M3commit
mailing list