History log of /openbsd/usr.sbin/pkg_add/OpenBSD/State.pod (Results 1 – 4 of 4)
Revision Date Author Comments
# 3a50f0a9 28-Dec-2022 jmc <jmc@openbsd.org>

spelling fixes; from paul tagliamonte
any parts of his diff not taken are noted on tech


# 839fcc54 12-Feb-2022 espie <espie@openbsd.org>

switch to using the common code in BaseState

(BaseState is a "light weight" base class for State, that does the
common stuff like printing out stuff pkg-style, or exec'ing commands
and reporting exi

switch to using the common code in BaseState

(BaseState is a "light weight" base class for State, that does the
common stuff like printing out stuff pkg-style, or exec'ing commands
and reporting exit/signal status, but without needing to create an
object--necessarily--or without the extra option handling code.

show more ...


# 33ae5dab 30-Jan-2021 espie <espie@openbsd.org>

rework API slightly, so that handle_continue is an explicit method
(to be overrideen by subclasses when needed)


# 6e49571c 20-Dec-2020 daniel <daniel@openbsd.org>

rename pkg_add's pod files to avoid filenames with colons

Filenames with colons are not allowed on windows filesystems. So we rename
the pod files to avoid this. Should get us closer to being able t

rename pkg_add's pod files to avoid filenames with colons

Filenames with colons are not allowed on windows filesystems. So we rename
the pod files to avoid this. Should get us closer to being able to check
out the openbsd source code on a windows system.

ok espie@ (who suggested the current approach); sthen@ was ok with a
previous version of the diff

show more ...