- 16 May, 2020 2 commits
-
-
teika authored
-
teika authored
Rationale: * The previous (iso-2022-jp) was unreadable by man (1). UTF-8 manuals can be read by setting LANG. * The Japanese Linux man pages (http://linuxjm.osdn.jp/INDEX/) switched to utf-8, too, in 2012.
-
- 14 May, 2020 3 commits
-
-
teika authored
It was essentially included in "Changes".
-
teika authored
-
teika authored
NEWS consists of release notes, written in utf-8. Items are sorted from the newest to oldest. Changes was a mixture of three parts: Changelog, correspondences and release notes. The first two were discarded. The Changelog part was a random pickup of the git commit log. Some correspondences from developers, included in Changes, can be viewed from: https://osdn.net/projects/nkf/scm/git/nkf/blobs/b1d6186155f4f91962925849a058bfd3d784968c/Changes
-
- 12 Jun, 2019 1 commit
-
-
NARUSE, Yui authored
Add -p option for mkdir to suppress error.
-
- 10 Jun, 2019 1 commit
-
-
Naoya Yamashita authored
-
- 09 Jun, 2019 2 commits
-
-
Naoya Yamashita authored
This makes running mkdir for testing more innocuous.
-
Naoya Yamashita authored
-
- 08 Jun, 2019 1 commit
-
-
Naoya Yamashita authored
Compiling nkf in Docker, error occur and ignored by make. https://github.com/conao3/docker-nkf ``` Step 6/13 : RUN git clone https://github.com/nurse/nkf.git ---> Using cache ---> 1f18636e4d38 Step 7/13 : WORKDIR nkf ---> Using cache ---> e0210ecbf6aa Step 8/13 : RUN make ---> Using cache ---> 62e20c0b3115 Step 9/13 : RUN make install ---> Running in 79714e0da6e0 mkdir: can't create directory '/usr/local/bin': File exists make: [Makefile:49: install-main] Error 1 (ignored) ``` mkdir has option -p and it suppress error if directory has existed. ``` -p, --parents no error if existing, make parent directories as needed ```
-
- 17 Feb, 2019 3 commits
-
-
NARUSE, Yui authored
fix https://osdn.net/projects/nkf/ticket/38282 fix https://osdn.net/projects/nkf/ticket/38931 fix https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=473916 From: NOKUBI Takatsugu (knok)
-
Kazuhiro Sera authored
-
Kazuhiro Sera authored
-
- 02 Jan, 2019 1 commit
-
-
NARUSE, Yui authored
Fix minor typos
-
- 01 Jan, 2019 1 commit
-
-
r6eve authored
-
- 15 Dec, 2018 6 commits
-
-
NARUSE, Yui authored
Merged from Ruby r53175 * ext/nkf/nkf-utf8/utf8tbl.c: fix a typo. [fix GH-1159] Patch by @akshay-vishnoi * ext/nkf/nkf-utf8/utf8tbl.h: ditto.
-
NARUSE, Yui authored
-
NARUSE, Yui authored
git ls-files > MANIFEST
-
NARUSE, Yui authored
-
NARUSE, Yui authored
Though --fb-java's name insista Java's behavior but it behaved as what Python does. [nkf-bug:38800]
-
NARUSE, Yui authored
-
- 12 Nov, 2017 1 commit
-
-
NARUSE, Yui authored
-
- 24 Jan, 2017 1 commit
-
-
NARUSE, Yui authored
-
- 02 Aug, 2016 2 commits
-
-
- 05 Apr, 2016 1 commit
-
-
NARUSE, Yui authored
-
- 30 Mar, 2016 1 commit
-
-
NARUSE, Yui authored
-
- 23 Mar, 2016 2 commits
-
-
NARUSE, Yui authored
avoid clobbering loop counter
-
NARUSE, Yui authored
eliminate needless branch condition
-
- 22 Mar, 2016 2 commits
-
-
Urabe, Shyouhei authored
This was safe, because the outer loop ends here. But was definitely a bad habit, and reusing local variable to save memory is a lame technique.
-
Urabe, Shyouhei authored
We already see `if (fold_preserve_f) {` before those lines, so reaching here indicates `fold_preserve_f` is always false.
-
- 12 Dec, 2015 2 commits
-
-
NARUSE, Yui authored
-
NARUSE, Yui authored
-
- 11 Dec, 2015 1 commit
-
-
NARUSE, Yui authored
-
- 09 Dec, 2014 2 commits
-
-
kkato233 authored
SetNkfOption で 複数のオプションを指定した場合に正しくオプションが指定できないバグの修正。
-
NARUSE, Yui authored
-
- 09 Oct, 2014 1 commit
-
-
- 14 Jan, 2014 1 commit
-
-
- 16 Dec, 2013 1 commit
-
-
- 22 Nov, 2013 1 commit
-
-
NARUSE, Yui authored
-