summaryrefslogtreecommitdiff
path: root/usr.sbin/pkg_install/lib/str.c
AgeCommit message (Expand)Author
2002-02-02tets -> testyamt
2002-01-09Pull in a much simplified version of the vtest functionality. This newagc
2001-10-04fix typo that prevents to select best version of package.yamt
2001-07-15Interface change for strip_txz(): now stores suffixhubertf
2001-04-28 * add function strip_txz() to strip off any .tgz, .tbz, .t[bg]z from ahubertf
2001-03-06Fix typos in commentswiz
2001-03-05Don't allow NULL version packages to match. Patch by hubertf.wiz
2001-03-05Using strcmp with NULL pointers is a bad idea. Fixes pkg/11647.wiz
2001-01-01 * findmatchingname():hubertf
2000-12-13 * Accept ".tbz" as an alternative pkg suffix to ".tbz" for pkg_add andhubertf
2000-06-18remove stale debugging codehubertf
2000-06-18 * shuffle variable names in findbestmatchingname_fn() aroundhubertf
2000-02-07Special case 'nb<X>' suffix in deweycmp() - this allows NetBSD specificabs
2000-01-25some code cleanuphubertf
2000-01-19FTP wildcard depends code, initial commit.hubertf
1999-12-01 - Comment codehubertf
1999-08-24Bring closer to /usr/share/misc/style with the aid of indent(1).hubertf
1999-08-19Clean up minor nits in C code.agc
1999-04-10Fix off-by-one error. (This was detected using libefence)hubertf
1999-03-22Replace static array of packages given to pkg_perform() with linearhubertf
1999-03-06update comment for findmatchingname()hubertf
1999-01-19Add code for pkgdb.hubertf
1998-10-12+ Remove obsolete and unused string functions.agc
1998-10-08Eliminate all use of sprintf(3), and replace it with snprintf(3).agc
1998-10-08One more piece of lint.agc
1998-10-08Get rid of some lint.agc
1998-10-05Squelch minor LP64-related compiler warning/error (-Werror)ross
1998-10-03Teach our tools about dependencies containing wildcards.hubertf
1997-10-18use strchr/strrchr/memset/memmove instead of index/rindex/bzero/bcopylukem
1997-10-17WARNSify, cleanup Makefileslukem
1997-10-16First cut on importing pkg_install as of FreeBSD 971013:hubertf
1997-06-05Add NetBSD Idsagc
1997-06-05Initial import of FreeBSD packaging tool.agc