NetBSD/usr.sbin/pkg_install/lib
hubertf 6e6337b43d * findmatchingname():
When the bzip-pkg handling was introduced, a dewey pattern (foo>1) may get
   a character-class-pattern attached (.t[bg]z), and the code was not prepared
   to match that. I've special-cased handling of character-class pkg suffixes
   for ".t[bg]z", and when scanning a dir in findmatchingname() now both the
   'first' part of the pattern (e.g. "foo>1") and the suffix (e.g. ".t[bg]z")
   must match the file, hence the two pmatch() calls.

 * findbestmatchingname_fn():
   Caught a case where ".t[bg]z" was not properly handled. Must do the same
   suffix-processing again here!

Fixes PR 11856 by Dan McMahill <mcmahill@mit.edu>
2001-01-01 22:07:35 +00:00
..
Makefile Allow SRCS, LDADD to be set on the command line, and still add the files. 2000-10-09 17:03:20 +00:00
exec.c FTP wildcard depends code, initial commit. 2000-01-19 23:28:28 +00:00
file.c Strip not only .tgz but also .tbz etc. (missed from last commit) 2000-12-13 03:49:56 +00:00
ftpio.c * Accept ".tbz" as an alternative pkg suffix to ".tbz" for pkg_add and 2000-12-13 03:17:53 +00:00
global.c
lib.h More format string cleanups by sommerfeld. 2000-10-11 20:23:46 +00:00
lpkg.c
pen.c Don't mkdir("/usr/tmp") in a desperate try to get some space. 2000-11-26 03:12:01 +00:00
pkgdb.c Introduce some caching. 2000-10-21 00:55:23 +00:00
plist.c * Move comment around a bit 2000-07-05 20:17:04 +00:00
str.c * findmatchingname(): 2001-01-01 22:07:35 +00:00