]> git.cameronkatri.com Git - bsdgames-darwin.git/log
bsdgames-darwin.git
4 years agoRestore the catman joke.
dholland [Mon, 9 Nov 2020 03:23:14 +0000 (03:23 +0000)]
Restore the catman joke.

It needs the (8), or it fails to work for people who don't know or had
forgotten catman(8) was ever a thing.

as the de facto fortunes editor and also I think the person who added
that fortune in the first place, and given the discussion in
tech-userlevel, I think I get to do this.

4 years agoRevert to the original phrasing, but remove the man 8 section reference.
kamil [Mon, 9 Nov 2020 00:46:00 +0000 (00:46 +0000)]
Revert to the original phrasing, but remove the man 8 section reference.

catman is a historical Unix tool.

4 years agocatman(8) is a past thing
kamil [Sun, 8 Nov 2020 17:37:29 +0000 (17:37 +0000)]
catman(8) is a past thing

4 years agoAdd one.
simonb [Fri, 30 Oct 2020 04:56:32 +0000 (04:56 +0000)]
Add one.

4 years agorain(6): Make the default delay useful for modern terminals
nia [Wed, 14 Oct 2020 18:32:04 +0000 (18:32 +0000)]
rain(6): Make the default delay useful for modern terminals

4 years agoworms(6): Use a reasonable default delay for non-1980s terminals.
nia [Wed, 14 Oct 2020 07:32:53 +0000 (07:32 +0000)]
worms(6): Use a reasonable default delay for non-1980s terminals.

This is still fast, but not unreasonably fast.

4 years ago- remove duplicate comment
christos [Mon, 12 Oct 2020 13:54:51 +0000 (13:54 +0000)]
- remove duplicate comment
- flush after printing the number
(from kre@)

4 years agomore clarifications.
christos [Mon, 12 Oct 2020 13:53:43 +0000 (13:53 +0000)]
more clarifications.

4 years agomention hex numbers
christos [Sun, 11 Oct 2020 18:48:20 +0000 (18:48 +0000)]
mention hex numbers

4 years agoRemove is_hex_str() (trying to guess if a number was hex or not). It is not
christos [Sun, 11 Oct 2020 18:46:21 +0000 (18:46 +0000)]
Remove is_hex_str() (trying to guess if a number was hex or not). It is not
documented and can lead to unexpected behavior.

4 years agoFrom gson@
christos [Sun, 11 Oct 2020 17:18:34 +0000 (17:18 +0000)]
From gson@
- don't assume -h is always on for large factors
- fix saved large factors printing when -h

4 years ago- for readability when the exponent < 10 don't prefix it with 0x (from kre)
christos [Wed, 7 Oct 2020 19:48:29 +0000 (19:48 +0000)]
- for readability when the exponent < 10 don't prefix it with 0x (from kre)
- fix usage
- merge printing code.

4 years agoPR/55695: Andreas Gustafsson: factor(6) -h option doesn't always work
christos [Mon, 5 Oct 2020 21:11:47 +0000 (21:11 +0000)]
PR/55695: Andreas Gustafsson: factor(6) -h option doesn't always work
Handle -h for factors greater than the primes table.

4 years agorevert previous and don't parse octal
christos [Mon, 5 Oct 2020 14:31:30 +0000 (14:31 +0000)]
revert previous and don't parse octal

4 years agofactor: usage(): mark __dead
tnn [Mon, 5 Oct 2020 12:22:49 +0000 (12:22 +0000)]
factor: usage(): mark __dead

4 years ago- Accept octal input.
christos [Sun, 4 Oct 2020 19:32:15 +0000 (19:32 +0000)]
- Accept octal input.
- Don't play with the original string so we can print it.

4 years agoFix a typo (s/int/in/)
kre [Sun, 4 Oct 2020 14:22:52 +0000 (14:22 +0000)]
Fix a typo (s/int/in/)

4 years agoPR/55693: Andreas Gustafsson: factor(6) lists factors in wrong order
christos [Sat, 3 Oct 2020 22:27:00 +0000 (22:27 +0000)]
PR/55693: Andreas Gustafsson: factor(6) lists factors in wrong order
Sync with FreeBSD and change their -h (that printed hex) to -x because
we were already using -h.

4 years agoavoid uninit memory and use memmove vs strncpy for a will be
mrg [Mon, 7 Sep 2020 00:31:11 +0000 (00:31 +0000)]
avoid uninit memory and use memmove vs strncpy for a will be
truncated on purpose string.

4 years agoapply ${GCC_NO_FORMAT_TRUNCATION} to scores.c
mrg [Sun, 6 Sep 2020 10:51:20 +0000 (10:51 +0000)]
apply ${GCC_NO_FORMAT_TRUNCATION} to scores.c

4 years agos/ be be / be /
msaitoh [Wed, 19 Aug 2020 02:19:06 +0000 (02:19 +0000)]
s/ be be / be /

4 years agorobots: Use arc4random_uniform for better uniform distribution
nia [Sun, 26 Jul 2020 15:38:22 +0000 (15:38 +0000)]
robots: Use arc4random_uniform for better uniform distribution

4 years agorandom(6): Use arc4random_uniform to simplify code
nia [Sun, 26 Jul 2020 15:24:00 +0000 (15:24 +0000)]
random(6): Use arc4random_uniform to simplify code

4 years agoRevert arc4random usage for now
nia [Sun, 26 Jul 2020 15:14:09 +0000 (15:14 +0000)]
Revert arc4random usage for now

this is a host tool and needs to be portable

future plans: add arc4random to libnbcompat

4 years agofortune: arc4random_uniform for better uniform values than random() % ...
nia [Tue, 21 Jul 2020 03:05:40 +0000 (03:05 +0000)]
fortune: arc4random_uniform for better uniform values than random() % ...

4 years agotetris: Use arc4random_uniform instead of modulo for better randomness
nia [Tue, 21 Jul 2020 02:42:05 +0000 (02:42 +0000)]
tetris: Use arc4random_uniform instead of modulo for better randomness

4 years agoAvoid messing up the display when too many letters are guessed at once.
dholland [Sun, 12 Jul 2020 02:34:54 +0000 (02:34 +0000)]
Avoid messing up the display when too many letters are guessed at once.

The field to put them in was made 26 characters wide... but includes
the string "Guessed: ". So if you get to 17 it wraps to the next line
and clreol()'s it. Instead, when reaching this point step on the
"Guessed:" string instead.

Reported by phil@.

4 years agocgram(6): use standard cursor keys, use standard shuffle algorithm
rillig [Thu, 2 Jul 2020 19:11:01 +0000 (19:11 +0000)]
cgram(6): use standard cursor keys, use standard shuffle algorithm

The previous shuffle algorithm asked for 100 random numbers, on average.
The new algorithm asks exactly for 26 random numbers.

Curses predefines numeric constants for keys, and there is no apparent
reason not to use these standard keys for cursor movement.

4 years agoA revision of "The purpose of computing is insight, not numbers" by
sevan [Mon, 15 Jun 2020 12:57:51 +0000 (12:57 +0000)]
A revision of "The purpose of computing is insight, not numbers" by
Richard Hamming.
From The Art of Doing Science and Engineering

4 years agoRecommend using `pkg_admin {fetch-pkg-vulnerabilities,audit}' instead of
leot [Sun, 7 Jun 2020 15:41:03 +0000 (15:41 +0000)]
Recommend using `pkg_admin {fetch-pkg-vulnerabilities,audit}' instead of
{download-vulnerability-list,audit-packages}.

4 years agoProperly quote printf string
leot [Sun, 7 Jun 2020 15:37:04 +0000 (15:37 +0000)]
Properly quote printf string

Noticed by Ottavio Caruso on #netbsd@Freenode, thanks!

4 years agoHeads up on Bell patents
sevan [Mon, 18 May 2020 20:19:08 +0000 (20:19 +0000)]
Heads up on Bell patents
P21 on https://minnie.tuhs.org/Archive/Documentation/AUUGN/AUUGN-V01.1.pdf

4 years agoRemove extra semicolon.
msaitoh [Thu, 14 May 2020 08:34:17 +0000 (08:34 +0000)]
Remove extra semicolon.

4 years agoSimplify, little KNF
christos [Thu, 30 Apr 2020 12:40:11 +0000 (12:40 +0000)]
Simplify, little KNF

4 years agoSimplify, errors to stderr.
christos [Thu, 30 Apr 2020 12:32:26 +0000 (12:32 +0000)]
Simplify, errors to stderr.

4 years agounstr: Check that the input filename fits in the buffer.
nia [Wed, 29 Apr 2020 21:00:42 +0000 (21:00 +0000)]
unstr: Check that the input filename fits in the buffer.

4 years agostrfile: Check that input/output filenames don't exceed the buffer size
nia [Wed, 29 Apr 2020 20:45:05 +0000 (20:45 +0000)]
strfile: Check that input/output filenames don't exceed the buffer size

4 years agobuffnum is shared between subs.c and fancy.c
joerg [Wed, 22 Apr 2020 23:36:26 +0000 (23:36 +0000)]
buffnum is shared between subs.c and fancy.c

4 years agoDisks can sense vibes, DTrace confirms it.
sevan [Thu, 2 Apr 2020 05:55:02 +0000 (05:55 +0000)]
Disks can sense vibes, DTrace confirms it.
https://youtu.be/tDacjrSCeq4

4 years agoAndrew Weatherall's tattoo and a track on A Pox On The Pioneers album.
sevan [Sat, 22 Feb 2020 19:03:04 +0000 (19:03 +0000)]
Andrew Weatherall's tattoo and a track on A Pox On The Pioneers album.
https://pbs.twimg.com/media/ERAuddhU4AAFv3w?format=jpg&name=orig
Story:
https://www.dummymag.com/features/andrew-weatherall-interview-it-s-bollocks-it-s-discos-tell-me-tales-of-the/

4 years agosomething I apparently forgot to commit months or years ago
dholland [Sun, 16 Feb 2020 23:14:19 +0000 (23:14 +0000)]
something I apparently forgot to commit months or years ago

4 years agogames/hack: Suppress -Werror=stringop-truncation error.
fox [Sat, 8 Feb 2020 00:59:55 +0000 (00:59 +0000)]
games/hack: Suppress -Werror=stringop-truncation error.

Add GCC_NO_STRINGOP_TRUNCATION to hack.end.c to prevent build failure.

Error was reported when build.sh was run with MKLIBCSANITIZER=yes flag.

Reviewed by: kamil@

4 years agogames/hack: Revert the strlcpy(1) change since this changes expected behavior from...
fox [Fri, 7 Feb 2020 22:04:02 +0000 (22:04 +0000)]
games/hack: Revert the strlcpy(1) change since this changes expected behavior from strncpy(3).

Reviewed by: kamil@

4 years agogames/hack: Fix -Wstringop-truncation warning.
fox [Fri, 7 Feb 2020 20:34:18 +0000 (20:34 +0000)]
games/hack:  Fix -Wstringop-truncation warning.

Replace strncpy(3) with strlcpy(3).

Error was reported when build.sh was run with MKLIBCSANITIZER=yes flag.

Reviewed by: kamil@

4 years agogames/battlestar: Replace snprintf(3) with strlcpy(3) for better performance.
fox [Thu, 6 Feb 2020 22:09:43 +0000 (22:09 +0000)]
games/battlestar: Replace snprintf(3) with strlcpy(3) for better performance.

Reviewed by: kamil@

4 years agogames/battlestar: Fix the -Werror=restrict warning.
fox [Wed, 5 Feb 2020 20:11:54 +0000 (20:11 +0000)]
games/battlestar: Fix the -Werror=restrict warning.

Replace strcpy(1) with the safer snprintf(3) which guarantees NULL
termination of strings.

Error was reported when build.sh was run with MKLIBCSANITIZER=yes flag.

Reviewed by: kamil@

5 years agos/saftey/safety/
msaitoh [Fri, 27 Dec 2019 09:17:59 +0000 (09:17 +0000)]
s/saftey/safety/

5 years agos/opration/operation/
msaitoh [Fri, 27 Dec 2019 07:41:22 +0000 (07:41 +0000)]
s/opration/operation/

5 years agoIntrospection. From "Surely You're Joking, Mr. Feynman!"
sevan [Tue, 3 Dec 2019 22:42:29 +0000 (22:42 +0000)]
Introspection. From "Surely You're Joking, Mr. Feynman!"

5 years agohttps://twitter.com/sei6r/status/1182433546331279360
sevan [Sun, 10 Nov 2019 22:42:21 +0000 (22:42 +0000)]
https://twitter.com/sei6r/status/1182433546331279360

5 years agoDefinition of austerity by Alexei Sayle on Radio 4
sevan [Sun, 10 Nov 2019 00:54:57 +0000 (00:54 +0000)]
Definition of austerity by Alexei Sayle on Radio 4
https://web.archive.org/web/20190916192807/https://www.bbc.co.uk/sounds/play/m0008bbc

5 years agoGcc-8 bug confusion with restrict on sh3
christos [Tue, 29 Oct 2019 21:30:42 +0000 (21:30 +0000)]
Gcc-8 bug confusion with restrict on sh3

5 years agoChris' happiest moment
sevan [Sun, 27 Oct 2019 23:31:15 +0000 (23:31 +0000)]
Chris' happiest moment
http://bbc.co.uk/programmes/b09b1zbb

5 years agoadjust a fallthru comment and add a missing break.
mrg [Sun, 13 Oct 2019 07:42:57 +0000 (07:42 +0000)]
adjust a fallthru comment and add a missing break.

5 years agointroduce some common variables for use in GCC warning disables:
mrg [Sun, 13 Oct 2019 07:28:04 +0000 (07:28 +0000)]
introduce some common variables for use in GCC warning disables:

GCC_NO_FORMAT_TRUNCATION    -Wno-format-truncation (GCC 7/8)
GCC_NO_STRINGOP_TRUNCATION  -Wno-stringop-truncation (GCC 8)
GCC_NO_STRINGOP_OVERFLOW    -Wno-stringop-overflow (GCC 8)
GCC_NO_CAST_FUNCTION_TYPE   -Wno-cast-function-type (GCC 8)

use these to turn off warnings for most GCC-8 complaints.  many
of these are false positives, most of the real bugs are already
commited, or are yet to come.

we plan to introduce versions of (some?) of these that use the
"-Wno-error=" form, which still displays the warnings but does
not make it an error, and all of the above will be re-considered
as either being "fix me" (warning still displayed) or "warning
is wrong."

5 years agoexpand the internal consistency checks in truedirec() to avoid
mrg [Sat, 5 Oct 2019 23:34:14 +0000 (23:34 +0000)]
expand the internal consistency checks in truedirec() to avoid
fallthrough cases.  now if direction turns up wrong (it should
not, but this code can't tell that, and convert it to an enum
that would also fix this, is more effort than this is worth.

5 years agoconvert HAVE_GCC == 7 to HAVE_GCC >= 7.
mrg [Sun, 29 Sep 2019 23:44:58 +0000 (23:44 +0000)]
convert HAVE_GCC == 7 to HAVE_GCC >= 7.

5 years agoEnd sentence with a dot.
wiz [Mon, 2 Sep 2019 08:26:00 +0000 (08:26 +0000)]
End sentence with a dot.

5 years agoDocument history.
sevan [Sun, 1 Sep 2019 22:50:11 +0000 (22:50 +0000)]
Document history.
https://www.bell-labs.com/usr/dmr/www/man11.pdf
Between v1 & v6 UNIX, bcd was rewritten in C, but I don't know if which version,
hence I've skipped mentioning it.

5 years agoDonnie Darko
sevan [Thu, 22 Aug 2019 22:51:47 +0000 (22:51 +0000)]
Donnie Darko

5 years agoThe mother of all demos
sevan [Fri, 26 Jul 2019 07:41:22 +0000 (07:41 +0000)]
The mother of all demos

5 years agoUse .Dl for displays with single command. Specify .Bl -width with the
uwe [Tue, 23 Jul 2019 11:02:29 +0000 (11:02 +0000)]
Use .Dl for displays with single command.  Specify .Bl -width with the
same formatting as the actual tags.

5 years agostrfile is installed, don't claim it isn't.
uwe [Tue, 23 Jul 2019 10:40:55 +0000 (10:40 +0000)]
strfile is installed, don't claim it isn't.

5 years agoPrettify formatting.
uwe [Tue, 23 Jul 2019 09:50:27 +0000 (09:50 +0000)]
Prettify formatting.

5 years agoUse double dash to simulate em dash
sevan [Mon, 22 Jul 2019 13:44:13 +0000 (13:44 +0000)]
Use double dash to simulate em dash

5 years agoUse \(em to get an emphasis dash
sevan [Mon, 22 Jul 2019 13:37:37 +0000 (13:37 +0000)]
Use \(em to get an emphasis dash

5 years agoArt for the masses - The Dream Machine
sevan [Mon, 22 Jul 2019 09:47:28 +0000 (09:47 +0000)]
Art for the masses - The Dream Machine
The text used an em dash which I've replaced with a coma here.

5 years agoReport the users score _after_ the game has ended and the screen has
pgoyette [Tue, 19 Mar 2019 00:11:34 +0000 (00:11 +0000)]
Report the users score _after_ the game has ended and the screen has
been restored to pre-game state.  Otherwise, the user gets a message
that their score did (or more likely, did not) improve over their
previous score, yet the user has no indication of what the current
score actually was!

5 years agoShorter than a season - The Soul Of A New Machine
sevan [Sun, 24 Feb 2019 12:34:00 +0000 (12:34 +0000)]
Shorter than a season - The Soul Of A New Machine

5 years agoadd fallthrough
christos [Mon, 18 Feb 2019 19:35:44 +0000 (19:35 +0000)]
add fallthrough

5 years agoapply -Wno-error=implicit-fallthrough on files that have fallthru
mrg [Mon, 4 Feb 2019 09:51:47 +0000 (09:51 +0000)]
apply -Wno-error=implicit-fallthrough on files that have fallthru
comments but are missed by the current checker.

5 years ago- done() can return in wizard mode. don't NOTREACHED'd it
mrg [Mon, 4 Feb 2019 03:33:15 +0000 (03:33 +0000)]
- done() can return in wizard mode.  don't NOTREACHED'd it
  but break instead.

5 years ago- 'cango' is used beyond a bool type. make it an int.
mrg [Mon, 4 Feb 2019 03:29:41 +0000 (03:29 +0000)]
- 'cango' is used beyond a bool type.  make it an int.
- add a couple of fallthru comments.

5 years ago- enlarge buffer to avoid snprintf() truncation
mrg [Sun, 3 Feb 2019 10:48:46 +0000 (10:48 +0000)]
- enlarge buffer to avoid snprintf() truncation

5 years ago- avoid multipling a boolean value, use &&.
mrg [Sun, 3 Feb 2019 10:45:58 +0000 (10:45 +0000)]
- avoid multipling a boolean value, use &&.

5 years ago- add or adjust /* FALLTHROUGH */ where appropriate
mrg [Sun, 3 Feb 2019 03:19:25 +0000 (03:19 +0000)]
- add or adjust /* FALLTHROUGH */ where appropriate
- add __unreachable() after functions that can return but won't in
  this case, and thus can't be marked __dead easily

5 years agoAdd Alfred North Whitehead quote.
sevan [Mon, 21 Jan 2019 16:58:47 +0000 (16:58 +0000)]
Add Alfred North Whitehead quote.

6 years agoIncite the "Purple Cow" wrath of Gelett Burgess upon ourselves.
jakllsch [Sun, 13 Jan 2019 17:55:03 +0000 (17:55 +0000)]
Incite the "Purple Cow" wrath of Gelett Burgess upon ourselves.

6 years agoMore appropriate line-wrapping for previous.
pgoyette [Sat, 15 Dec 2018 22:00:16 +0000 (22:00 +0000)]
More appropriate line-wrapping for previous.

6 years agoSome advice from Adam Savage / Alex Jason
sevan [Sat, 15 Dec 2018 17:11:10 +0000 (17:11 +0000)]
Some advice from Adam Savage / Alex Jason
https://www.reddit.com/r/mythbusters/comments/3wgqgv/the_origin_of_the_remember_kids_the_only/

6 years agoAdvice from Bob Morris
sevan [Wed, 3 Oct 2018 00:13:16 +0000 (00:13 +0000)]
Advice from Bob Morris
https://www.ieee-security.org/Cipher/ConfReports/conf-rep-Crypto95.html

6 years agoI've been on an Ed Wood binge.
sevan [Wed, 12 Sep 2018 22:10:07 +0000 (22:10 +0000)]
I've been on an Ed Wood binge.

6 years agoreplace ipf->npf
maxv [Sun, 2 Sep 2018 16:08:12 +0000 (16:08 +0000)]
replace ipf->npf

6 years agotypo
dholland [Sat, 25 Aug 2018 19:38:37 +0000 (19:38 +0000)]
typo

6 years agoTry freebsd's pkg-info as well
maya [Thu, 16 Aug 2018 13:31:04 +0000 (13:31 +0000)]
Try freebsd's pkg-info as well

From John Hein, via Nikolai Lifanov. PR misc/52684

6 years agofix the previous. the code was right, just badly formatted before.
mrg [Sun, 24 Jun 2018 12:55:36 +0000 (12:55 +0000)]
fix the previous.  the code was right, just badly formatted before.

should fix infinite loops reported in some cases.

6 years agoRestore the MKGROFF=bo MKCXX=yes build
kamil [Mon, 11 Jun 2018 14:18:16 +0000 (14:18 +0000)]
Restore the MKGROFF=bo MKCXX=yes build

Mark the documentation in dc(1), gprof(1), rogue(6) and fsck_ffs(8) with
the .roff flag in SUBDIR.

Sponsored by <The NetBSD Foundation>

6 years agouse SUBDIR.roff suggested by uwe@
christos [Sun, 10 Jun 2018 17:55:11 +0000 (17:55 +0000)]
use SUBDIR.roff suggested by uwe@

6 years agomake fortune fatter
snj [Tue, 8 May 2018 05:24:22 +0000 (05:24 +0000)]
make fortune fatter

6 years agoCreate a new bsd.hostinit.mk file and put the build definitions for all host
christos [Tue, 1 May 2018 19:59:42 +0000 (19:59 +0000)]
Create a new bsd.hostinit.mk file and put the build definitions for all host
programs there; make all Makefiles that use bsd.hostprog.mk include it.
Namely turn off MKREPRO and don't make lint, man pages, info files etc.
Remove the Makefile.inc files that contained these same settings, and
remove the settings from Makefile.host

6 years agowtf(6): use character classes
eadler [Wed, 7 Mar 2018 08:25:43 +0000 (08:25 +0000)]
wtf(6): use character classes

ok pgoyette@ silence dholland@

6 years agowtf(6): quote "$f"
eadler [Wed, 7 Mar 2018 08:24:16 +0000 (08:24 +0000)]
wtf(6): quote "$f"

ok pgoyette@ silence dholland@

6 years ago[fish] don't allow users to request cards they have made books for
eadler [Mon, 5 Mar 2018 04:59:54 +0000 (04:59 +0000)]
[fish] don't allow users to request cards they have made books for

While here, don't re-renter pro mode

PR bin/52973

ok maya@ dh@

6 years agoTypos.
dholland [Thu, 8 Feb 2018 09:05:16 +0000 (09:05 +0000)]
Typos.

6 years agofix for OpenSSL-1.1
christos [Tue, 6 Feb 2018 16:53:27 +0000 (16:53 +0000)]
fix for OpenSSL-1.1

6 years agofix issues found by GCC 6.4:
mrg [Sun, 4 Feb 2018 08:48:05 +0000 (08:48 +0000)]
fix issues found by GCC 6.4:

battlestar was missing some {} in its insane printf()+puts() usage.
this is a literal code sequence i found:

printf("The blast catches ");
printf("the goddess in the ");
printf("stomach, knocking ");
puts("her to the ground.");
printf("She writhes in the ");
printf("dirt as the agony of ");
puts("death taunts her.");
puts("She has stopped moving.");

no lines inserted or removed.

tetris' checkscores() had wrong and missing {} usage.

6 years agoPR/52976: Eitan Adler: handle larger primes
christos [Sat, 3 Feb 2018 15:40:29 +0000 (15:40 +0000)]
PR/52976: Eitan Adler: handle larger primes
Using results from
    J. Sorenson and J. Webster, Strong pseudoprimes to twelve prime
    bases, Math. Comp. 86(304):985-1003, 2017.
teach primes(6) to enumerate primes up to 2^64 - 1.  Until Sorenson
and Webster's paper, we did not know how many strong speudoprime tests
were required when testing alleged primes between 3825123056546413051
and 2^64 - 1.

Adapted from: FreeBSD

7 years agoDon't skip the superfluous "is" argument if it's not superfluous!
pgoyette [Wed, 17 Jan 2018 03:03:59 +0000 (03:03 +0000)]
Don't skip the superfluous "is" argument if it's not superfluous!

This allows us to use `wtf is` and get information for the acronym "is"
and produces the same output as `wtf is is` withough requiring the extra
typing by the user.

7 years agoNeither bcd(6) nor morse(6) produce output containing slashes, and the
pgoyette [Tue, 16 Jan 2018 06:43:53 +0000 (06:43 +0000)]
Neither bcd(6) nor morse(6) produce output containing slashes, and the
-d (decode) option works just fine with dashes.  :)

7 years agoAdd _, from Eitan Adler in PR bin/52897
maya [Tue, 16 Jan 2018 06:20:24 +0000 (06:20 +0000)]
Add _, from Eitan Adler in PR bin/52897