summaryrefslogtreecommitdiff
path: root/textproc/go-runewidth
AgeCommit message (Collapse)AuthorFilesLines
2018-06-12Revbump all Go packages after lang/go update.bsiegert1-2/+2
2018-03-30Revbump all Go packages after 1.10.1 update.bsiegert1-2/+2
ok wiz@ for committing during freeze
2018-03-04Revbump all Go packages after Go 1.10 update.bsiegert1-2/+2
2018-01-07Fix indentation in buildlink3.mk files.rillig1-2/+2
The actual fix as been done by "pkglint -F */*/buildlink3.mk", and was reviewed manually. There are some .include lines that still are indented with zero spaces although the surrounding .if is indented. This is existing practice.
2017-04-13Revbump all Go packages after the Go 1.8.1 update.bsiegert1-1/+2
2017-02-07Updated go-runewidth to 0.0.2.wiz3-11/+10
Simplify package. Changes: not found. LICENSE is now installed, github changelog looks like bugfixes.
2016-12-04Revbump Go packages after 1.7.4 update.bsiegert1-2/+2
2016-10-29Revbump packages depending on Go after the Go 1.7.3 update.bsiegert1-2/+2
2016-09-10Revbump all Go packages after the Go 1.7.1 update.bsiegert1-2/+2
2016-08-20Revbump packages using Go for Go 1.7 release.bsiegert1-1/+2
2016-08-13New package, go-runewidth-0.0.1.bsiegert5-0/+51
go-runewidth provides the RuneWidth and StringWidth functions to get the fixed width of a Unicode rune or string.