summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
2006-12-07check for cvs_path_cat() return value.Xavier Santolaria
2006-12-07use errno where appropriate in error messages.Xavier Santolaria
2006-12-07snprintf() -> cvs_path_cat()Xavier Santolaria
2006-12-07add config file path in debug message.Xavier Santolaria
2006-12-06Don't access buf[strlen(buf) - 1] for zero-length strings.Ray Lai
2006-12-06Don't access buf[strlen(buf) - 1] for zero-length strings.Ray Lai
2006-12-05unlink(2) sets errno, use it for error message.Xavier Santolaria
2006-12-05rmdir(2) sets errno, use it for error message.Xavier Santolaria
2006-12-04do the proper dance to order libary dependencies, let modversion doMarc Espie
2006-12-04check confstr() return value. Due to the braindead return valueOtto Moerbeek
2006-12-04snprintf() -> cvs_path_cat()Xavier Santolaria
2006-12-04- unlink tmp files when finished.Xavier Santolaria
2006-12-04retreive -> retrieve; from daniel maticJason McIntyre
2006-12-04- fix crash when doing keyword expansion of zero-length buffers.Niall O'Higgins
2006-12-02typo in error messageMarc Espie
2006-12-02rely on PkgConfig.pm, and so really parse the *.pc files.Marc Espie
2006-12-02tweaks; from claus assmann (pr #5317);Jason McIntyre
2006-12-01make things vaguely declared where they belongMarc Espie
2006-12-01Fix two bugs: stdin is processed and the current working dir is notOtto Moerbeek
2006-11-29trim usage(); ok millert deraadtJason McIntyre
2006-11-29- clean up the !}fmt sectionJason McIntyre
2006-11-29various improvements;Jason McIntyre
2006-11-29- sync synopsis and usage()Jason McIntyre
2006-11-29- tweak text on which options are defaultJason McIntyre
2006-11-29typo;Jason McIntyre
2006-11-29- sort options (discussed with ckuethe)Jason McIntyre
2006-11-29Do not test for processes being swapped out since this can't happen anymore.Miod Vallat
2006-11-28add more dudes; from Chad Dougherty <crd@andrew.cmu.edu>Michael Shalayeff
2006-11-28add additional link states to report the half duplex / full duplexReyk Floeter
2006-11-28snprintf() -> cvs_path_cat()Xavier Santolaria
2006-11-28snprintf() -> cvs_path_cat()Xavier Santolaria
2006-11-28we will never support pserver, so do not bother documentingXavier Santolaria
2006-11-28tweaks;Jason McIntyre
2006-11-28Remove a debug print i accidentally left behindChris Kuethe
2006-11-28Sync usage with manpageChris Kuethe
2006-11-28Add the --silence-errors option. Found by naddy@Chris Kuethe
2006-11-28Nicer descriptions of --atleast*version and and --existsChris Kuethe
2006-11-28Allow "pkg-config --modversion" to work. Reported by naddy@Chris Kuethe
2006-11-28Move a sentence and talk a bit about dependency resolution.Chris Kuethe
2006-11-28Initial version of a manpage. More options will be described as they areChris Kuethe
2006-11-27$OpenBSD$ tagChris Kuethe
2006-11-27stylistic clean-ups.Marc Espie
2006-11-27enter pkg-configTheo de Raadt
2006-11-27better man page based on another script MakefileTheo de Raadt
2006-11-27Back out revision 1.31, restoring the ":dc: is always set" behaviour.Ryan Thomas McBride
2006-11-27When a package is not found, exit with an error code. Allows things likeChris Kuethe
2006-11-27forgot about obj dirs. thanks matthieuChris Kuethe
2006-11-27Don't search in non-openbsd-default paths - that's what PKG_CONFIG_PATHChris Kuethe
2006-11-27Yet Another pkg-config program, this time as a perl script.Chris Kuethe
2006-11-27sort sent requests;Xavier Santolaria