| Age | Commit message (Expand) | Author |
| 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 |
| 1999-08-19 | Modify conflict check to avoid matching packages with the same name prefix | tron |
| 1999-07-02 | Document PKG_TMPDIR | hubertf |
| 1999-06-15 | Add support for fetching packages from HTTP URLs. Since 'ftp' is already | cgd |
| 1999-05-30 | Remove support for absolutes pathnames completely. This can't work with | tron |
| 1999-05-29 | Don't prepend directories if the plist files are absolute. | christos |
| 1999-05-12 | Fix wrong error handling in case "/var/db/pkg" needs to be created. | tron |
| 1999-03-22 | More and more .Os cleanups. .Os is defined in the tmac.doc-common file, | garbled |
| 1999-03-22 | Replace static array of packages given to pkg_perform() with linear | hubertf |
| 1999-03-12 | Fix string handling bugs introduced by last patch. | tron |
| 1999-03-09 | Define TAR_CMD and TAR_FULLPATHNAME, and use them in preference to | agc |
| 1999-03-07 | Clean up SYNOPSIS formatting. | mycroft |
| 1999-03-02 | Cosmetic but annoying - no need to append a newline character in warnx() | agc |
| 1999-02-17 | If any other version of this package in stalled, stop. Document this. :) | hubertf |
| 1999-02-01 | Allow @exec to be the first (non-comment) thing in a PLIST file | hubertf |
| 1999-01-19 | Add code for pkgdb. | hubertf |
| 1998-11-07 | Fix some bugs discovered tonight when installing on a fresh 1.3.2 | hubertf |
| 1998-10-26 | Modify pkg_create to recognise Build Information and Version files, when | agc |
| 1998-10-26 | s/freebsd/netbsd/, pointed out by Heiko Rupp | hubertf |
| 1998-10-12 | + Remove obsolete and unused string functions. | agc |
| 1998-10-09 | More cleanup - various bits of KNF. | agc |
| 1998-10-09 | Some minor KNF. | agc |
| 1998-10-08 | Eliminate all use of sprintf(3), and replace it with snprintf(3). | agc |
| 1998-10-04 | fix some egcs warnings | hubertf |
| 1998-10-03 | Teach our tools about dependencies containing wildcards. | hubertf |
| 1998-10-01 | In an ideal world, make_playpen() and leave_playpen() would maintain | hubertf |
| 1998-09-08 | Fix broken package dependence handling mentioned by Brook Milligan on | tron |
| 1998-08-28 | Make really sure to only nuke LogDir when it's been set. Fixes problem | hubertf |
| 1998-08-27 | Allow symlinks to directories instead of pure directories in several | hubertf |
| 1998-08-25 | Pass prefix for depending pkgs. | hubertf |
| 1998-08-25 | Remove some trailing (extra) "."s. | hubertf |
| 1998-08-25 | Don't exit cleanup() functions if not called from signal handler - this | hubertf |
| 1998-07-12 | Prevent args of pkg_info -e from expansion (in case wildcard matching is requ... | hubertf |
| 1998-07-09 | Extend "pkg_info -e" to allow pkg-globbing, and allow using it. | hubertf |
| 1998-07-05 | When adding a binary package from a locale file "pkg_add" fails now if | tron |
| 1998-06-05 | Add support for CONFLICTS entry, implement -C switch for pkg_create | frueauf |
| 1998-05-28 | Documented how the require and install scripts interact with the installation | jeremy |
| 1998-05-06 | Add a check (from FreeBSD) so that the removal of the temporary dir | agc |