• R/O
  • HTTP
  • SSH
  • HTTPS

nkf: List of commits

nkfのGitリポジトリです。


RSS
Rev. Time Author
a4f55f2 master 2022-03-15 13:48:11 NARUSE, Yui


Merge pull request #8 from slic-io/devlop

fix: python3 extention ABI # variant when parsing warning

8246108 2022-03-06 18:05:54 slic

fix: python3 extention ABI # variant when parsing warning

500dcf2 2019-06-12 16:31:35 NARUSE, Yui


Merge pull request #7 from conao3/fix-mkdir-option

Add -p option for mkdir to suppress error.

d668c67 2019-06-10 21:03:13 conao3

use xargs not to use backquote shell execution

1a7d288 2019-06-10 00:18:54 conao3

changed test mkdir directory from /tmp to pwd

This makes running mkdir for testing more innocuous.

6eca8e9 2019-06-10 00:10:56 conao3

enable -p option when mkdir definitely has

9ccff59 2019-06-09 01:52:05 conao3

Add -p option for mkdir to suppress error.

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
```

b17db8a 2019-02-18 07:47:56 NARUSE, Yui

Add description about --overwrite and --in-place

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)

75230cc 2019-02-18 07:36:35 Kazuhiro Sera

Add generated files by 'make test && make perl && make python2' to .gitignore

7be89de 2019-02-18 07:36:35 Kazuhiro Sera

Fix typos

25536a4 2019-01-02 14:16:17 NARUSE, Yui


Merge pull request #6 from r6eve/fix/minor-typos

Fix minor typos

6775d37 2019-01-01 10:20:39 r6eve

Fix minor typos

ae2f323 2018-12-15 18:54:07 NARUSE, Yui

fix typo

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.

08043ea v2_1_5 2018-12-15 18:19:02 NARUSE, Yui

v2.1.5

7cbb120 2018-12-15 18:15:18 NARUSE, Yui

Add all files to MANIFEST

git ls-files > MANIFEST

1b4b84d 2018-12-15 17:54:11 NARUSE, Yui

fix POD format of NKF.pm

c9c993f 2018-12-15 17:22:47 NARUSE, Yui

--fb-java doesn't follow java's spec

Though --fb-java's name insista Java's behavior but it behaved as
what Python does. [nkf-bug:38800]

052b616 2018-12-15 17:22:40 NARUSE, Yui

'.' is no longer in @INC

f2d8fa5 2017-11-13 04:19:03 NARUSE, Yui

Remove wrong mapping from JIS X 0213 [nkf-bug #37604] [nkf-bug #37618]

a8fd410 2017-01-24 13:42:14 NARUSE, Yui

keep JIS level 3 Kanjis if encode_fallback is specified [nkf-bug#36572]

5d8377e 2016-08-02 16:11:22 NARUSE, Yui

fix project URL to osdn.jp

https://osdn.jp/ticket/browse.php?group_id=248&tid=35844

f688efb 2016-08-02 16:10:57 NARUSE, Yui

Add Changes

https://osdn.jp/ticket/browse.php?group_id=248&tid=35844

9fd04d0 2016-04-05 14:30:40 NARUSE, Yui

fix typo of 5a54b532d970b9d76862ee47b5364bcbc2f82330

69f7e74 2016-03-31 03:40:07 NARUSE, Yui

fix indent

4f3edf8 2016-03-23 11:41:46 NARUSE, Yui

Merge pull request #3 from shyouhei/avoid_clobbering

avoid clobbering loop counter

b76f033 2016-03-23 11:41:11 NARUSE, Yui

Merge pull request #2 from shyouhei/eliminate_branch_cond

eliminate needless branch condition

5a54b53 2016-03-22 20:37:50 Urabe, Shyouhei

avoid clobbering loop counter

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.

bd1138b 2016-03-22 20:12:37 Urabe, Shyouhei

eliminate needless branch condition

We already see `if (fold_preserve_f) {` before those lines, so reaching
here indicates `fold_preserve_f` is always false.

c0e5bf4 2015-12-12 22:59:46 NARUSE, Yui

fix typos

5047050 v2_1_4 2015-12-12 22:31:34 NARUSE, Yui

bump version

Show on old repository browser