Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-12-02 | typo in error message | Marc Espie | |
2006-12-02 | rely on PkgConfig.pm, and so really parse the *.pc files. | Marc Espie | |
handle --define-variable handle multiple dependencies in the correct order, so that linking will work with complex requirements. okay ckuethe@, matthieu@ | |||
2006-12-02 | tweaks; from claus assmann (pr #5317); | Jason McIntyre | |
2006-12-01 | make things vaguely declared where they belong | Marc Espie | |
2006-12-01 | Fix two bugs: stdin is processed and the current working dir is not | Otto Moerbeek | |
readable and having a file named '-'. PR 5301 and 5302. Diff from Vadim Vygonets, with some changes from me. ok millert@ | |||
2006-11-29 | trim usage(); ok millert deraadt | Jason McIntyre | |
2006-11-29 | - clean up the !}fmt section | Jason McIntyre | |
- better Xr | |||
2006-11-29 | various improvements; | Jason McIntyre | |
2006-11-29 | - sync synopsis and usage() | Jason McIntyre | |
- sort options - avoid line split | |||
2006-11-29 | - tweak text on which options are default | Jason McIntyre | |
- merge --help and --usage - .Ex ok ckuethe | |||
2006-11-29 | typo; | Jason McIntyre | |
2006-11-29 | - sort options (discussed with ckuethe) | Jason McIntyre | |
- there is no benefit in using Fl when options take `--'; use Cm instead | |||
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 | |
state, if known by the driver. this is required to check the full duplex state without depending on the ifmedia ioctl which can't be called in the kernel without process context. ok henning@, brad@ | |||
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 | |
login/logout commands, nor mark them as supported. | |||
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 | |
implemented. | |||
2006-11-27 | $OpenBSD$ tag | Chris Kuethe | |
2006-11-27 | stylistic clean-ups. | Marc Espie | |
look more like BSD style, open files correctly, remove lots of extra parenthesis, do not depend on $_ | |||
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 | |
Fixes hangs seen with uplcom(4) and serial console. testing pedro jolan ok deraadt | |||
2006-11-27 | When a package is not found, exit with an error code. Allows things like | Chris Kuethe | |
neon and subversion to build. | |||
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 | |
is for. | |||
2006-11-27 | Yet Another pkg-config program, this time as a perl script. | Chris Kuethe | |
Not all flags and options are implemented yet, but it works well enough to build a bunch of ports and xenocara (which requires pkg-config). It is not yet activated in the build; I'm committing to allow for in-tree development (including a man page). ok espie, matthieu | |||
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 | |
``ok by me'' djm@. | |||
2006-11-22 | Mark signal race. | Ray Lai | |
``OK!'' deraadt@. | |||
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 | |
To reproduce, set mark, move, isearch, then swap mark and point. 2. store mark in save structure (to reproduce search on a pattern twice, then backspace to back up the search stack) Both from Peter De Wachter (debian bug#391827) Thanks! | |||
2006-11-18 | Due to a thinko on my part, (and a badly named structure member), | Kjell Wooding | |
line numbers were horribly broken with pgup, pgdn. From peter de wachter, via debian bug#391827 | |||
2006-11-18 | - update comment | Niall O'Higgins | |