Some interactive elements (branch dropdowns, the user menu, the clone popover) need JavaScript. Reading repositories, issues, patches, and the docs works without it; submitting forms also works as long as you can reach them via direct links.
Radish
alpha
Explore
Docs
Sign in
H
HardenedBSD-pkg
rad:z3QDZAW2FAfuLvihrhiyDC9fAD8G9
HardenedBSD Package Manager
Clone
Radicle
Git (anonymous pull)
Log in
to clone via SSH
Source
Commits
10440
Issues
Patches
Jobs
Commits
›
e334af360cfcd7bab31d779e692086f680f9d55b
make INTEGER a valid config type
Baptiste Daroussin
committed
13 years ago
commit e334af360cfcd7bab31d779e692086f680f9d55b
parent
0c07dc2c3935e3e8883cc630d1d94ff3ab5160ea
1 file changed
+2
-0
modified
libpkg/pkg_config.c
@@ -429,6 +429,8 @@ pkg_shutdown(void)
break;
case LIST:
break;
+
case INTEGER:
+
break;
default:
err(1, "unknown config entry type");
}