]> Zhao Yanbai Git Server - minix.git/commit
Porting grep from NetBSD 37/2837/1
authorSky Liu <blackskygg@gmail.com>
Sat, 13 Sep 2014 14:59:14 +0000 (22:59 +0800)
committerLionel Sambuc <lionel@minix3.org>
Wed, 24 Sep 2014 13:33:57 +0000 (15:33 +0200)
commitca78167b44150239190dec40afc2339965c705ec
treeb46fb0fbd837723d764a4537f4ea53da896aad20
parent831337191b3b8acfc0d7737180d63a3b08432c66
Porting grep from NetBSD

Change-Id: I6fa9e3c0a4edc4d3ff292dc5c96ac16b34d7c792
30 files changed:
minix/commands/Makefile
minix/commands/grep/Makefile [deleted file]
minix/commands/grep/binary.c [deleted file]
minix/commands/grep/file.c [deleted file]
minix/commands/grep/grep.c [deleted file]
minix/commands/grep/grep.h [deleted file]
minix/commands/grep/mmfile.c [deleted file]
minix/commands/grep/readme.md [deleted file]
minix/commands/grep/util.c [deleted file]
minix/drivers/storage/ramdisk/Makefile
usr.bin/Makefile
usr.bin/grep/Makefile [new file with mode: 0644]
usr.bin/grep/fastgrep.c [new file with mode: 0644]
usr.bin/grep/file.c [new file with mode: 0644]
usr.bin/grep/grep.1 [moved from minix/commands/grep/grep.1 with 67% similarity]
usr.bin/grep/grep.c [new file with mode: 0644]
usr.bin/grep/grep.h [new file with mode: 0644]
usr.bin/grep/nls/C.msg [new file with mode: 0644]
usr.bin/grep/nls/es_ES.ISO8859-1.msg [new file with mode: 0644]
usr.bin/grep/nls/gl_ES.ISO8859-1.msg [new file with mode: 0644]
usr.bin/grep/nls/hu_HU.ISO8859-2.msg [new file with mode: 0644]
usr.bin/grep/nls/ja_JP.SJIS.msg [new file with mode: 0644]
usr.bin/grep/nls/ja_JP.UTF-8.msg [new file with mode: 0644]
usr.bin/grep/nls/ja_JP.eucJP.msg [new file with mode: 0644]
usr.bin/grep/nls/pt_BR.ISO8859-1.msg [new file with mode: 0644]
usr.bin/grep/nls/ru_RU.KOI8-R.msg [new file with mode: 0644]
usr.bin/grep/nls/uk_UA.UTF-8.msg [new file with mode: 0644]
usr.bin/grep/nls/zh_CN.UTF-8.msg [new file with mode: 0644]
usr.bin/grep/queue.c [moved from minix/commands/grep/queue.c with 58% similarity]
usr.bin/grep/util.c [new file with mode: 0644]