Next | Query returned 327 messages, browsing 71 to 80 | Previous

History of commit frequency

CVS Commit History:


   2009-08-17 20:43:49 by Joerg Sonnenberger | Files touched by this commit (1)
Log message:
Pass down MAKE_ENV when calling make for inplace builds.
   2009-07-16 20:23:32 by David Brownlee | Files touched by this commit (1)
Log message:
Change the logic from

#ifdef MMAP_NOT_AVAILABLE
/* Code which uses mmap, but with a comment saying we don't want to use it */
#endif

to

#if !defined(MMAP_NOT_AVAILABLE) && 0
/* Code which uses mmap, but with a comment saying we don't want to use it */
#endif

so system without mmap() also work...
   2009-06-14 23:02:46 by Joerg Sonnenberger | Files touched by this commit (1)
Log message:
Drop now redundant @unexec ${RMDIR}
   2009-06-14 20:11:03 by Joerg Sonnenberger | Files touched by this commit (14)
Log message:
Remove @dirrm entries from PLISTs
   2009-06-10 13:03:47 by Joerg Sonnenberger | Files touched by this commit (2)
Log message:
Fix PLIST.
   2009-06-05 21:58:04 by Joerg Sonnenberger | Files touched by this commit (6)
Log message:
libnbcompat-20090605:
Add support for stdbool.h. Tested by sketch on Solaris (where stdbool.h
only works in C99 mode).
   2009-05-07 02:23:46 by Amitai Schlair | Files touched by this commit (2)
Log message:
Attempt to apply a bit of DWIM to previous (PR 41368).
   2009-05-06 18:57:31 by Joerg Sonnenberger | Files touched by this commit (2)
Log message:
Deal with missing PATH_MAX as reported in PR 41368.
   2009-04-14 19:34:42 by Joerg Sonnenberger | Files touched by this commit (1)
Log message:
Always declare optreset.

XXX optreset should be removed here, it can't be used correctly with a
GNU getopt_long implementation without touching the environment.
   2009-04-13 13:30:46 by Joerg Sonnenberger | Files touched by this commit (5)
Log message:
libnbcompat-20090409:
Resort and improve getopt_long detection. Should fix issues on Interix
reported by mishka@ and QNX problems reported by Sean Boudreau.

Next | Query returned 327 messages, browsing 71 to 80 | Previous