summary refs log tree commit diff
path: root/import.sh (unfollow)
Commit message (Expand)Author
2016-10-10Add JRP_DUMPJune McEnroe
2016-10-10Split jrp nops on dword boundariesJune McEnroe
2016-10-10Fix jrp dop pushesJune McEnroe
2016-10-09Allocate two pages of stack for jrpJune McEnroe
2016-10-09Fix jrp snprintf lenJune McEnroe
2016-10-09Rewrite jrpJune McEnroe
2016-10-08Fix jrp prompt snprintfJune McEnroe
2016-10-08Add quote to jrp and refactor jitJune McEnroe
2016-10-08Fix jrp build -leditJune McEnroe
2016-10-08Fix jrp mmap MAP_ANON callsJune McEnroe
2016-10-08Fix jrp OR opJune McEnroe
2016-10-08Set up jrp input loopJune McEnroe
2016-10-08Implement jrp JITJune McEnroe
2016-10-07Implement jit_hop and jit_hop for jrpJune McEnroe
2016-10-07Keep stack top in rdi in jrpJune McEnroe
2016-10-07Swap stacks in OP_CALL and wasteful OP_RELO in jrpJune McEnroe
2016-10-07Add runtime functions to jrpJune McEnroe
2016-10-06Add OP_HIGH to jrpJune McEnroe
2016-10-06Define IMMED_PUSH macro in jrpJune McEnroe
2016-10-06Rearrange OP_PUSH so immediate is high dword in jrpJune McEnroe
2016-10-06Use custom typedefs in jrpJune McEnroe
2016-10-06Generate some test code in jrpJune McEnroe
2016-10-05Use rbp instead of r15 in jrpJune McEnroe
2016-10-05Begin JRPJune McEnroe
2016-10-04Use long type in rpnJune McEnroe
2016-10-04Set tmux tab size to 20June McEnroe
2016-10-04Process argv in rpnJune McEnroe
2016-10-04Fix whitespace handling in rpnJune McEnroe
2016-10-04Add @ to rpnJune McEnroe
2016-10-04Add ! to rpnJune McEnroe
2016-10-04Add quoting to rpnJune McEnroe
2016-10-04Try ops first in rpnJune McEnroe
2016-10-04Add radix to rpnJune McEnroe
2016-10-03What am I even doing?June McEnroe
2016-09-29Set TERM in tmuxJune McEnroe
2016-09-29Reconfigure tmuxJune McEnroe
2016-09-27Use shiftwidth=4 as defaultJune McEnroe
2016-09-20Remove gcl shell aliasJune McEnroe
2016-09-20Set shiftwidth=4 for CJune McEnroe
2016-09-18Clean up error handling in pbdJune McEnroe
2016-09-17Forward pbd through *.local SSHJune McEnroe
2016-09-17Add pbcopy and pbpaste using pbdJune McEnroe
2016-09-17Check child status in pbdJune McEnroe
2016-09-17Factor out spawn in pbdJune McEnroe
2016-09-17Add initial pbd implementationJune McEnroe
2016-09-16Execute Homebrew SSH for tux iTerm profileJune McEnroe
2016-09-16Add Include config_private to SSH configJune McEnroe
2016-09-16Disable custom login command for local iTerm profileJune McEnroe
2016-09-16Add tux profile to iTermJune McEnroe
2016-09-15Use err(3) in xxJune McEnroe