Get csh working, add tests
authorNick Downing <downing.nick@gmail.com>
Tue, 31 Jan 2017 04:34:28 +0000 (15:34 +1100)
committerNick Downing <downing.nick@gmail.com>
Tue, 31 Jan 2017 04:34:28 +0000 (15:34 +1100)
commit8bdaf6fb1b3678efead19dc03645335689fe0d52
tree7e6813d19ed6005cf73c6c0336de1283d5c6a7b0
parent2ed3e23edba928af8581388b0119040ee11a86f0
Get csh working, add tests
194 files changed:
.gitignore
bin/as/tests/as.ok [moved from bin/as/test/as.ok with 100% similarity]
bin/as/tests/ascode.o.ok [moved from bin/as/test/ascode.o.ok with 100% similarity]
bin/as/tests/ascode.s [moved from bin/as/test/ascode.s with 100% similarity]
bin/as/tests/asexpr.o.ok [moved from bin/as/test/asexpr.o.ok with 100% similarity]
bin/as/tests/asexpr.s [moved from bin/as/test/asexpr.s with 100% similarity]
bin/as/tests/asio.o.ok [moved from bin/as/test/asio.o.ok with 100% similarity]
bin/as/tests/asio.s [moved from bin/as/test/asio.s with 100% similarity]
bin/as/tests/asjxxx.o.ok [moved from bin/as/test/asjxxx.o.ok with 100% similarity]
bin/as/tests/asjxxx.s [moved from bin/as/test/asjxxx.s with 100% similarity]
bin/as/tests/asmain.o.ok [moved from bin/as/test/asmain.o.ok with 100% similarity]
bin/as/tests/asmain.s [moved from bin/as/test/asmain.s with 100% similarity]
bin/as/tests/asparse.o.ok [moved from bin/as/test/asparse.o.ok with 100% similarity]
bin/as/tests/asparse.s [moved from bin/as/test/asparse.s with 100% similarity]
bin/as/tests/aspseudo.o.ok [moved from bin/as/test/aspseudo.o.ok with 100% similarity]
bin/as/tests/aspseudo.s [moved from bin/as/test/aspseudo.s with 100% similarity]
bin/as/tests/asscan1.o.ok [moved from bin/as/test/asscan1.o.ok with 100% similarity]
bin/as/tests/asscan1.s [moved from bin/as/test/asscan1.s with 100% similarity]
bin/as/tests/asscan2.o.ok [moved from bin/as/test/asscan2.o.ok with 100% similarity]
bin/as/tests/asscan2.s [moved from bin/as/test/asscan2.s with 100% similarity]
bin/as/tests/asscan3.o.ok [moved from bin/as/test/asscan3.o.ok with 100% similarity]
bin/as/tests/asscan3.s [moved from bin/as/test/asscan3.s with 100% similarity]
bin/as/tests/asscan4.o.ok [moved from bin/as/test/asscan4.o.ok with 100% similarity]
bin/as/tests/asscan4.s [moved from bin/as/test/asscan4.s with 100% similarity]
bin/as/tests/assizetab.o.ok [moved from bin/as/test/assizetab.o.ok with 100% similarity]
bin/as/tests/assizetab.s [moved from bin/as/test/assizetab.s with 100% similarity]
bin/as/tests/assyms.o.ok [moved from bin/as/test/assyms.o.ok with 100% similarity]
bin/as/tests/assyms.s [moved from bin/as/test/assyms.s with 100% similarity]
bin/as/tests/bignum1.o.ok [moved from bin/as/test/bignum1.o.ok with 100% similarity]
bin/as/tests/bignum1.s [moved from bin/as/test/bignum1.s with 100% similarity]
bin/as/tests/bignum2.o.ok [moved from bin/as/test/bignum2.o.ok with 100% similarity]
bin/as/tests/bignum2.s [moved from bin/as/test/bignum2.s with 100% similarity]
bin/as/tests/crt0.o.ok [moved from bin/as/test/crt0.o.ok with 100% similarity]
bin/as/tests/floattab.o.ok [moved from bin/as/test/floattab.o.ok with 100% similarity]
bin/as/tests/floattab.s [moved from bin/as/test/floattab.s with 100% similarity]
bin/as/tests/libc.a.ok [moved from bin/as/test/libc.a.ok with 100% similarity]
bin/as/tests/n.sh [moved from bin/as/test/n.sh with 100% similarity]
bin/as/tests/natof.o.ok [moved from bin/as/test/natof.o.ok with 100% similarity]
bin/as/tests/natof.s [moved from bin/as/test/natof.s with 100% similarity]
bin/awk/tests/Awk - A Tutorial and Introduction - by Bruce Barnett.pdf [new file with mode: 0644]
bin/awk/tests/Column1.sh [new file with mode: 0755]
bin/awk/tests/Column2.sh [new file with mode: 0755]
bin/awk/tests/Column3.sh [new file with mode: 0755]
bin/awk/tests/Column4.sh [new file with mode: 0755]
bin/awk/tests/Column5.sh [new file with mode: 0755]
bin/awk/tests/add_cr.awk [new file with mode: 0755]
bin/awk/tests/average.awk [new file with mode: 0755]
bin/awk/tests/awk_ask_for_square.awk [new file with mode: 0755]
bin/awk/tests/awk_example1.awk [new file with mode: 0755]
bin/awk/tests/awk_example1.csh [new file with mode: 0755]
bin/awk/tests/awk_example1.sh [new file with mode: 0755]
bin/awk/tests/awk_example10.awk [new file with mode: 0755]
bin/awk/tests/awk_example11.awk [new file with mode: 0755]
bin/awk/tests/awk_example12.awk [new file with mode: 0755]
bin/awk/tests/awk_example13.awk [new file with mode: 0755]
bin/awk/tests/awk_example14.sh [new file with mode: 0755]
bin/awk/tests/awk_example15.awk [new file with mode: 0755]
bin/awk/tests/awk_example16.awk [new file with mode: 0755]
bin/awk/tests/awk_example17.awk [new file with mode: 0755]
bin/awk/tests/awk_example17.gawk [new file with mode: 0755]
bin/awk/tests/awk_example18.nawk [new file with mode: 0755]
bin/awk/tests/awk_example2.awk [new file with mode: 0755]
bin/awk/tests/awk_example2.csh [new file with mode: 0755]
bin/awk/tests/awk_example2.sh [new file with mode: 0755]
bin/awk/tests/awk_example3.awk [new file with mode: 0755]
bin/awk/tests/awk_example4.awk [new file with mode: 0755]
bin/awk/tests/awk_example4a.awk [new file with mode: 0755]
bin/awk/tests/awk_example5.awk [new file with mode: 0755]
bin/awk/tests/awk_example6.awk [new file with mode: 0755]
bin/awk/tests/awk_example6a.awk [new file with mode: 0755]
bin/awk/tests/awk_example7.awk [new file with mode: 0755]
bin/awk/tests/awk_example8.awk [new file with mode: 0755]
bin/awk/tests/awk_example9.awk [new file with mode: 0755]
bin/awk/tests/awk_nopasswd.awk [new file with mode: 0755]
bin/awk/tests/awk_print_squares.awk [new file with mode: 0755]
bin/awk/tests/center.awk [new file with mode: 0755]
bin/awk/tests/count_users.awk [new file with mode: 0755]
bin/awk/tests/count_users0.awk [new file with mode: 0755]
bin/awk/tests/count_users1.awk [new file with mode: 0755]
bin/awk/tests/count_users2.awk [new file with mode: 0755]
bin/awk/tests/count_users3.awk [new file with mode: 0755]
bin/awk/tests/count_users_new.awk [new file with mode: 0755]
bin/awk/tests/date.gawk [new file with mode: 0755]
bin/awk/tests/delete_passwd.awk [new file with mode: 0755]
bin/awk/tests/email.awk [new file with mode: 0755]
bin/awk/tests/include.nawk [new file with mode: 0755]
bin/awk/tests/lotto.awk [new file with mode: 0755]
bin/awk/tests/one_week_later.gawk [new file with mode: 0755]
bin/awk/tests/oneword_per_line.awk [new file with mode: 0755]
bin/awk/tests/owner_group.awk [new file with mode: 0755]
bin/awk/tests/print_last_field.awk [new file with mode: 0755]
bin/awk/tests/random.awk [new file with mode: 0755]
bin/awk/tests/trigonometry.awk [new file with mode: 0755]
bin/awk/tests/upper_to_lower.awk [new file with mode: 0755]
bin/awk/tests/upper_to_lower.gawk [new file with mode: 0755]
bin/csh/Makefile
bin/csh/tests/Aliases4.csh [new file with mode: 0755]
bin/csh/tests/AliasesC.csh [new file with mode: 0755]
bin/csh/tests/AnalyzePaths.csh [new file with mode: 0755]
bin/csh/tests/Cheer.csh [new file with mode: 0755]
bin/csh/tests/CreateCacheDir.sh [new file with mode: 0755]
bin/csh/tests/Csh - the C Shell.pdf [new file with mode: 0644]
bin/csh/tests/Csh1.csh [new file with mode: 0755]
bin/csh/tests/Csh2.csh [new file with mode: 0755]
bin/csh/tests/CshAwk.csh [new file with mode: 0755]
bin/csh/tests/Cshrc1 [new file with mode: 0644]
bin/csh/tests/Dir_to_System.sh [new file with mode: 0755]
bin/csh/tests/Foreach1.csh [new file with mode: 0755]
bin/csh/tests/Foreach2.csh [new file with mode: 0755]
bin/csh/tests/GetDate.csh [new file with mode: 0755]
bin/csh/tests/GetPaths.csh [new file with mode: 0755]
bin/csh/tests/Header.csh [new file with mode: 0755]
bin/csh/tests/OpenWin.csh [new file with mode: 0755]
bin/csh/tests/Path.default [new file with mode: 0644]
bin/csh/tests/Path.sunos [new file with mode: 0644]
bin/csh/tests/Path1.csh [new file with mode: 0755]
bin/csh/tests/ResolveDir.sh [new file with mode: 0755]
bin/csh/tests/Scripts/analyze_paths.nawk [new file with mode: 0644]
bin/csh/tests/Which.csh [new file with mode: 0755]
bin/csh/tests/Which.sh [new file with mode: 0755]
bin/csh/tests/WordCount.csh [new file with mode: 0755]
bin/csh/tests/Zappath.sh [new file with mode: 0755]
bin/csh/tests/myexit.csh [new file with mode: 0755]
bin/csh/tests/prog.csh [new file with mode: 0755]
bin/sed/tests/CapVowel.sed [new file with mode: 0755]
bin/sed/tests/Sed - An Introduction and Tutorial.pdf [new file with mode: 0644]
bin/sed/tests/convert2uc.sh [new file with mode: 0755]
bin/sed/tests/convert2uc1.sh [new file with mode: 0755]
bin/sed/tests/convert2uc2.sh [new file with mode: 0755]
bin/sed/tests/delete_nested_parens.sh [new file with mode: 0755]
bin/sed/tests/grep3.sh [new file with mode: 0755]
bin/sed/tests/grep3a.sh [new file with mode: 0755]
bin/sed/tests/grep3c.sh [new file with mode: 0755]
bin/sed/tests/grep4.sh [new file with mode: 0755]
bin/sed/tests/grep4a.sh [new file with mode: 0755]
bin/sed/tests/grep_paragraph.sh [new file with mode: 0755]
bin/sed/tests/grep_previous.sh [new file with mode: 0755]
bin/sed/tests/sed_add_comments.sh [new file with mode: 0755]
bin/sed/tests/sed_add_line_after_word.sh [new file with mode: 0755]
bin/sed/tests/sed_add_line_after_word1.sh [new file with mode: 0755]
bin/sed/tests/sed_add_line_before_word.sh [new file with mode: 0755]
bin/sed/tests/sed_addslash_before_blank.csh [new file with mode: 0755]
bin/sed/tests/sed_addslash_before_blank.sh [new file with mode: 0755]
bin/sed/tests/sed_bad_example.sh [new file with mode: 0755]
bin/sed/tests/sed_begin_end.sh [new file with mode: 0755]
bin/sed/tests/sed_begin_end1.sh [new file with mode: 0755]
bin/sed/tests/sed_begin_end2.sh [new file with mode: 0755]
bin/sed/tests/sed_change_line.sh [new file with mode: 0755]
bin/sed/tests/sed_delete_between_two_words.sh [new file with mode: 0755]
bin/sed/tests/sed_delete_line_after_word.sh [new file with mode: 0755]
bin/sed/tests/sed_hereis.sed [new file with mode: 0755]
bin/sed/tests/sed_include.sh [new file with mode: 0755]
bin/sed/tests/sed_include1.sh [new file with mode: 0755]
bin/sed/tests/sed_include2.sh [new file with mode: 0755]
bin/sed/tests/sed_insert_append_change.sh [new file with mode: 0755]
bin/sed/tests/sed_merge_two_lines.sh [new file with mode: 0755]
bin/sed/tests/sed_print_line_after_word.sh [new file with mode: 0755]
bin/sed/tests/sed_split.sh [new file with mode: 0755]
bin/sed/tests/sed_split_merge.sh [new file with mode: 0755]
bin/sed/tests/sed_tail.sh [new file with mode: 0755]
bin/sed/tests/sed_with_regular_expressions1.sh [new file with mode: 0755]
bin/sed/tests/sedgrep.sed [new file with mode: 0755]
bin/sh/tests/0.sh [new file with mode: 0755]
bin/sh/tests/Bourne Shell Tutorial.pdf [new file with mode: 0644]
bin/sh/tests/CountLines0.sh [new file with mode: 0755]
bin/sh/tests/EchoArgs.sh [new file with mode: 0755]
bin/sh/tests/ShCmdArgs.sh [new file with mode: 0755]
bin/sh/tests/ShCmdArgs3.sh [new file with mode: 0755]
bin/sh/tests/ShCmdArgs4.sh [new file with mode: 0755]
bin/sh/tests/ShCmdChk1.sh [new file with mode: 0755]
bin/sh/tests/ShCmdChk2.sh [new file with mode: 0755]
bin/sh/tests/ShCmdChk3.sh [new file with mode: 0755]
bin/sh/tests/ShCmdChk4.sh [new file with mode: 0755]
bin/sh/tests/TestEchoArgs.sh [new file with mode: 0755]
bin/sh/tests/diskwarn.sh [new file with mode: 0755]
bin/sh/tests/moveto.sh [new file with mode: 0755]
bin/sh/tests/rename.sh [new file with mode: 0755]
bin/sh/tests/rename0.sh [new file with mode: 0755]
bin/tests/Grep.pdf [new file with mode: 0644]
bin/tests/Tar.pdf [new file with mode: 0644]
bin/tests/igrep.sh [new file with mode: 0644]
lib/libc/linux/sys/Makefile
lib/libc/linux/sys/getrusage.c
lib/libc/linux/sys/linux.c
lib/libc/linux/sys/linux.h
lib/libc/linux/sys/sigblock.c [new file with mode: 0644]
lib/libc/linux/sys/sigpause.c [new file with mode: 0644]
lib/libc/linux/sys/sigsetmask.c [new file with mode: 0644]
lib/libc/linux/sys/sigvec.c
lib/libc/linux/sys/wait.c
lib/libc/linux/sys/wait3.c [new file with mode: 0644]
lib/libc/sys/sigpause.c
sys/h/signal.h
usr.bin/find/tests/Find.pdf [new file with mode: 0644]