make/w32
Paul Smith e4da308580 Fix from Eli for incorrect value of $(MAKE) on Cygwin.
A few changes from char* to void* where appropriate, and removing of
unnecessary casts.

Much more work on const-ifying the codebase.  This round involves some code
changes to make it correct.  NOTE!!  There will almost certainly be problems
on the non-POSIX ports that will need to be addressed after the const changes
are finished: they will need to be const-ified properly and there may need to
be some changes to allocate memory, etc. as well.

The next (last?) big push for this, still to come, is const-ifying the
filenames in struct file, struct dep, etc.  This will allow us to store file
names in the string cache and finally resolve Savannah bug #15182 (make uses
too much memory), among other advantages.
2006-11-18 20:53:44 +00:00
..
compat Last of the copyright updates. 2006-02-11 22:16:04 +00:00
include Fix from Eli for incorrect value of $(MAKE) on Cygwin. 2006-11-18 20:53:44 +00:00
subproc Numerous updates to tests for issues found on Cygwin and Windows. 2006-03-10 02:20:45 +00:00
.cvsignore Fix Savannah bug #11913: ensure that scopes such as foreach, etc. take 2005-06-09 19:19:20 +00:00
Makefile.am Last of the copyright updates. 2006-02-11 22:16:04 +00:00
pathstuff.c Fix from Eli for incorrect value of $(MAKE) on Cygwin. 2006-11-18 20:53:44 +00:00