Next | Query returned 330 messages, browsing 201 to 210 | Previous

History of commit frequency

CVS Commit History:


   2004-04-20 14:13:05 by grant beattie | Files touched by this commit (4)
Log message:
workaround poll() being a compatibility function on Darwin 7
(MacOSX 10.3) by adding a custom test for _POLL_EMUL_H_ which is
defined in poll.h on some MacOSX 10.3 systems.

not all 10.3 systems have poll.h, so only do the poll() test if at
least one of the header files is found.
   2004-04-20 12:45:48 by grant beattie | Files touched by this commit (2)
Log message:
no need to test for poll() twice.
   2004-04-18 08:02:19 by Klaus Heinz | Files touched by this commit (2)
Log message:
Include limits.h if available to shut down warnings about UINT_MAX on
Unixware.
Also tested on Linux, Solaris and NetBSD.
   2004-04-17 01:59:32 by Klaus Heinz | Files touched by this commit (2)
Log message:
Use statvfs on UnixWare, similar to Solaris and IRIX.
   2004-03-28 04:26:42 by grant beattie | Files touched by this commit (2)
Log message:
remove NO_TOOLS. we need the tools stuff to have the .sunpro/.gcc
links created so the compiler can be found.

fixes build problem in sketch's bulk build.
   2004-03-21 02:46:02 by grant beattie | Files touched by this commit (1)
Log message:
bump to 20040321 for vis.c multiple char[] fix.
   2004-03-21 01:31:54 by Manuel Bouyer | Files touched by this commit (1)
Log message:
Some compilers (e.g. Sunpro) emit one char[] per string, even when
multiple identical strings appear in a source file.
As a result, comparing char *o to the "" pointer gives the wrong result
in vis.c, as the "" pointer we're checking against isn't the same as the
"" which initialised char *o.
Use a global pointer initialised to "", and use it for MAKEEXTRALIST()
calls.
Thanks to Christos Zoulas for suggesting the right solution :)
   2004-03-12 16:21:13 by grant beattie | Files touched by this commit (6)
Log message:
#if 0 out the __weak_alias stuff, which isn't needed here. should fix
build on OpenBSD ELF platforms.
   2004-03-11 19:35:29 by Jonathan Perkin | Files touched by this commit (2)
Log message:
Solaris has fsid_t in sys/vfs.h, so include appropriately.

This gets the new pkgsrc bootstrap working on Solaris.
   2004-03-11 15:11:31 by grant beattie | Files touched by this commit (1)
Log message:
bump to 20040311 for Interix changes.

Next | Query returned 330 messages, browsing 201 to 210 | Previous