• R/O
  • HTTP
  • SSH
  • HTTPS

コミット

よく使われているワード(クリックで追加)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

This is a slow ctype library for sjis characters. 高速ではない シフトジス用の ctype 文字類識別ライブラリです。


コミットメタ情報

リビジョンa5354eb62b0ca92bdbda46bc1d30e8c9e1d7b4a0 (tree)
日時2014-02-15 13:04:32
作者Joel Matthew Rees <reiisi@user...>
コミッターJoel Matthew Rees

ログメッセージ

sjhexdump might not be so useful on *nix, but I added a Makefile rule to show the dependencies anyway.

変更サマリ

差分

--- a/Makefile
+++ b/Makefile
@@ -17,7 +17,7 @@ CFLAGS = -Wall
1717
1818 sjcobjects = slowsjctype.o sjisctypetest.o showch16.o showch8.o port.o hiragana-crypt.o
1919
20-sjcexecutables = sjisctypetest showch16 showch8 hiragana-crypt
20+sjcexecutables = sjisctypetest showch16 showch8 hiragana-crypt sjhexdump
2121
2222
2323 all: slowsjctype.o $(sjcexecutables)
@@ -40,6 +40,7 @@ showch8: showch8.o port.o
4040 # For making working on the old (classic, pre-Mac OS X) Macintosh livable:
4141 port.o: port.h
4242
43+sjhexdump: sjhexdump.c slowsjctype.o
4344
4445 .PHCLEAN: sjcclean
4546 sjcclean: