Age | Commit message (Expand) | Author |
2006-11-29 | typo; | Jason McIntyre |
2006-11-29 | - sort options (discussed with ckuethe) | Jason McIntyre |
2006-11-29 | Do not test for processes being swapped out since this can't happen anymore. | Miod Vallat |
2006-11-28 | add more dudes; from Chad Dougherty <crd@andrew.cmu.edu> | Michael Shalayeff |
2006-11-28 | add additional link states to report the half duplex / full duplex | Reyk Floeter |
2006-11-28 | snprintf() -> cvs_path_cat() | Xavier Santolaria |
2006-11-28 | snprintf() -> cvs_path_cat() | Xavier Santolaria |
2006-11-28 | we will never support pserver, so do not bother documenting | Xavier Santolaria |
2006-11-28 | tweaks; | Jason McIntyre |
2006-11-28 | Remove a debug print i accidentally left behind | Chris Kuethe |
2006-11-28 | Sync usage with manpage | Chris Kuethe |
2006-11-28 | Add the --silence-errors option. Found by naddy@ | Chris Kuethe |
2006-11-28 | Nicer descriptions of --atleast*version and and --exists | Chris Kuethe |
2006-11-28 | Allow "pkg-config --modversion" to work. Reported by naddy@ | Chris Kuethe |
2006-11-28 | Move a sentence and talk a bit about dependency resolution. | Chris Kuethe |
2006-11-28 | Initial version of a manpage. More options will be described as they are | Chris Kuethe |
2006-11-27 | $OpenBSD$ tag | Chris Kuethe |
2006-11-27 | stylistic clean-ups. | Marc Espie |
2006-11-27 | enter pkg-config | Theo de Raadt |
2006-11-27 | better man page based on another script Makefile | Theo de Raadt |
2006-11-27 | Back out revision 1.31, restoring the ":dc: is always set" behaviour. | Ryan Thomas McBride |
2006-11-27 | When a package is not found, exit with an error code. Allows things like | Chris Kuethe |
2006-11-27 | forgot about obj dirs. thanks matthieu | Chris Kuethe |
2006-11-27 | Don't search in non-openbsd-default paths - that's what PKG_CONFIG_PATH | Chris Kuethe |
2006-11-27 | Yet Another pkg-config program, this time as a perl script. | Chris Kuethe |
2006-11-27 | sort sent requests; | Xavier Santolaria |
2006-11-27 | hook up annotate server bits. | Xavier Santolaria |
2006-11-27 | don't process the file if its status is FILE_UNLINK. | Xavier Santolaria |
2006-11-27 | client-side of the annotate command is usable, build it too. | Xavier Santolaria |
2006-11-26 | repair missing DPADD requests | Theo de Raadt |
2006-11-23 | Don't access buf[strlen(buf) - 1] for zero-length strings. | Ray Lai |
2006-11-22 | Mark signal race. | Ray Lai |
2006-11-19 | spacing | Theo de Raadt |
2006-11-19 | Cope with <machine/frame.h> removal. | Miod Vallat |
2006-11-19 | always make a man | Theo de Raadt |
2006-11-19 | always build man page, that is the way we do things | Theo de Raadt |
2006-11-18 | Move buffer name allocation into bnew() where it belongs | Kjell Wooding |
2006-11-18 | 1. Fix line numbering/mark line bug in isearch. | Kjell Wooding |
2006-11-18 | Due to a thinko on my part, (and a badly named structure member), | Kjell Wooding |
2006-11-18 | - update comment | Niall O'Higgins |
2006-11-18 | Fix line number bug (actually, dot-mark bug). to reproduce: | Kjell Wooding |
2006-11-17 | Fix a needless inversion of flag names; i.e. change them from the | Kjell Wooding |
2006-11-17 | fix a segfault on isearch. Using ^W to add more than NPAT chars to the | Kjell Wooding |
2006-11-17 | Reset the number of lines of tail context left to print | Jared Yanovich |
2006-11-17 | change semantics of ff01::/16 to interface local multicast | Jun-ichiro itojun Hagino |
2006-11-16 | Fix undefined behavior (var = --var). | Ray Lai |
2006-11-16 | Fix undefined behavior (var = ++var). | Ray Lai |
2006-11-15 | err(..., strerror(errno)) is redundant. | Miod Vallat |
2006-11-15 | Bring back basic annotate command. Needs more work. | Xavier Santolaria |
2006-11-14 | use argc and argv not some made up short form | Theo de Raadt |