| Age | Commit message (Expand) | Author |
| 2001-09-26 | use full pathname of tar consistentlc | hubertf |
| 2001-09-25 | Print out the name of the detached signature file which is being used to | agc |
| 2001-09-25 | Add a "-s verification-type" argument to pkg_add, which adds a callout | agc |
| 2001-07-24 | Fix `pkg_add -u' for packages without dependencies. | wiz |
| 2001-07-22 | seperate -> separate | wiz |
| 2001-06-05 | Uppercase Dt argument. | wiz |
| 2001-05-21 | Add -I argument to pkg_create so that the real prefix can be specified | agc |
| 2001-04-21 | Check for return value of getenv() before handing it to strdup(). | hubertf |
| 2001-04-19 | Allow PKG_PATH (or part of that) to contain a local directory, and | dmcmahill |
| 2001-04-10 | have EXAMPLES section. | itojun |
| 2001-04-09 | Whitespace fixes. | wiz |
| 2001-03-28 | If a package is already installed, this is *not* a fatal error. Do not | hubertf |
| 2001-03-22 | Set return code != 0 if the given pkg (file) cannot be found. | hubertf |
| 2001-03-20 | Update path in example to a more recent package. Noted by zuntum. | wiz |
| 2001-03-18 | Add -u switch to pkg_add to do a very rudimentare form of pkg upgrading: | hubertf |
| 2001-03-13 | Update description a bit - inspired by Jeremy C. Reed <reed@reedmedia.net> | hubertf |
| 2001-03-05 | Add -V option to all pkgtools, which reports the version of the pkgtools. | wiz |
| 2001-01-07 | Alphabetize options. | hubertf |
| 2000-12-13 | * Accept ".tbz" as an alternative pkg suffix to ".tbz" for pkg_add and | hubertf |
| 2000-10-11 | More format string cleanups by sommerfeld. | is |
| 2000-10-11 | fix indentation | hubertf |
| 2000-10-05 | insure -> ensure | ad |
| 2000-10-01 | Don't replace the pkg version with -[0-9] on pkg alternates ("{foo-x,bar-y}") | hubertf |
| 2000-09-01 | * Code cleanup | hubertf |
| 2000-07-24 | Fix a buffer overrun bug. The TOOBIG macro had some hard coded constants | dmcmahill |
| 2000-06-17 | Update prototype for "extract_plist()". | tron |
| 2000-06-16 | extract_plist() should inform caller when it aborts extract | sjg |
| 2000-06-16 | avoid possible overflow of exit status | sjg |
| 2000-05-16 | Don't remove any INSTALL scripts. Just in case someone needs them later | hubertf |
| 2000-04-01 | Don't abort during quick depends pre-scan when -f is used | hubertf |
| 2000-04-01 | Improve the last change. | hubertf |
| 2000-04-01 | Make this compile again. | augustss |
| 2000-03-31 | In the "quick depends pre-check" don't only try to replace anything | hubertf |
| 2000-03-19 | * in pkg_add, before the "install dependencies" loop, check ALL | hubertf |
| 2000-01-25 | some code cleanup | hubertf |
| 2000-01-19 | FTP wildcard depends code, initial commit. | hubertf |
| 2000-01-09 | Also move the +SIZE files into place, if a pkg comes with some. | hubertf |
| 2000-01-04 | Some changes from David Maxwell <david@fundy.ca>: | hubertf |
| 1999-12-01 | Not without my handbag. (Forgot this in last commit) | hubertf |
| 1999-12-01 | - Comment code | hubertf |
| 1999-11-18 | Typos (from OpenBSD) | kristerw |
| 1999-11-10 | Check return value from realpath() to avoid a NULL pointer being passed to | abs |
| 1999-10-04 | Apply Force (-f) recursively | proff |
| 1999-08-24 | Bring closer to /usr/share/misc/style with the aid of indent(1). | hubertf |
| 1999-08-23 | Hide test for URLlength()>0 behind a macro (IS_URL()). | hubertf |
| 1999-08-23 | Provide full pathnames for chgrp(1), chown(1) and chmod(1), passing | agc |
| 1999-08-19 | Pass BINDIR down via Makefile.inc, rather than hardcoding /usr/sbin - | agc |
| 1999-08-19 | Consolidate URL handling into a table of valid leading strings for | agc |
| 1999-08-19 | Clean up minor nits in C code. | agc |
| 1999-08-19 | Add two missing "(void)" casts. | tron |