Commit Graph

  • 686bee2578 proper -h help. Kelvin Sherlock 2016-07-19 12:37:12 -0400
  • adbf776d31 --shell support in MPW Kelvin Sherlock 2016-07-19 12:37:02 -0400
  • b4db751cbe fix parenthesis processing. left-paren is only a command when it's argv0. Otherwise it's a normal character. (but must be balanced with right-paren to know when right-paren is a separator. ). Kelvin Sherlock 2016-06-26 13:04:32 -0400
  • 84b24e6379 more child signal stuff. Kelvin Sherlock 2016-06-24 14:37:33 -0400
  • e51e757556 re-set child signal handlers to default. Kelvin Sherlock 2016-06-24 14:30:27 -0400
  • bc2381a360 fix whitespace Kelvin Sherlock 2016-06-24 10:31:34 -0400
  • a44d2d3e4d user map for environment variables so they print in alphabetical order. Kelvin Sherlock 2016-06-22 13:48:26 -0400
  • 45eade7af5 builtin_alias / builtin_unalias. Kelvin Sherlock 2016-06-22 13:47:48 -0400
  • 6bfad57a35 offset_range Kelvin Sherlock 2016-06-22 13:46:19 -0400
  • ca6d8a453e Bump Version: 0.2 r0.2 Kelvin Sherlock 2016-06-17 22:22:43 -0400
  • a15c6fbd65 clean up env set via number. Kelvin Sherlock 2016-06-16 22:00:03 -0400
  • ef99bb40de version bump Kelvin Sherlock 2016-06-16 21:55:39 -0400
  • d56d689f98 Bump Version: 0.2 Kelvin Sherlock 2016-06-16 21:54:19 -0400
  • 8a2b9ec3cd shift builtin. Kelvin Sherlock 2016-06-16 16:48:04 -0400
  • c8f1e370dc update readme Kelvin Sherlock 2016-06-16 09:39:43 -0400
  • 92ddf18766 FOR var IN ... ; END support. Kelvin Sherlock 2016-06-16 00:04:29 -0400
  • 701786277b . Kelvin Sherlock 2016-06-15 23:19:34 -0400
  • 97bcf8259d updated readme Kelvin Sherlock 2016-06-15 23:04:14 -0400
  • 322a32af65 support for Loop ... End, Break, and Continue. Kelvin Sherlock 2016-06-15 23:01:03 -0400
  • edd80fc3c5 version builtin Kelvin Sherlock 2016-06-15 13:25:41 -0400
  • 7724ca0d7c add Exists builtin. Kelvin Sherlock 2016-06-15 11:25:25 -0400
  • 6ff7b50a7d use atomic variable for the control-c flag. Kelvin Sherlock 2016-02-22 12:03:58 -0500
  • fafb08b90a use _PATH_DEFPATH if $PATH is null. Kelvin Sherlock 2016-02-22 12:02:27 -0500
  • 56b0c93fd7 extra stuff Kelvin Sherlock 2016-02-22 09:59:50 -0500
  • 0d0367ca08 builtin about box, bump version number. r0.1 Kelvin Sherlock 2016-02-11 21:50:25 -0500
  • ca4fafb62c filesystem::canonical Kelvin Sherlock 2016-02-11 20:50:38 -0500
  • 7d18720162 use filesystem::current_path for builtin_directoery Kelvin Sherlock 2016-02-11 20:50:24 -0500
  • 034321830f command updates Kelvin Sherlock 2016-02-11 15:51:56 -0500
  • beb3e3813a builtin_which Kelvin Sherlock 2016-02-11 15:51:00 -0500
  • a6913f7c46 Environment::get Kelvin Sherlock 2016-02-11 15:49:19 -0500
  • a7dce37fe6 shell -- use filesystem::path stuff Kelvin Sherlock 2016-02-11 15:49:05 -0500
  • 50f171d5c8 which command Kelvin Sherlock 2016-02-11 15:48:46 -0500
  • 446e3e5e1e move cxx stuff into cxx directory Kelvin Sherlock 2016-02-11 15:46:40 -0500
  • 9316311a1d mow-make -- load startup. also, don't hardcode path Kelvin Sherlock 2016-02-10 23:54:12 -0500
  • 4131616420 clean up whitespace coalesce a bit Kelvin Sherlock 2016-02-10 23:53:41 -0500
  • 2485f08172 commentary Kelvin Sherlock 2016-02-10 23:51:45 -0500
  • a8920e2f53 pathname conversion -- handle dev:null, dev:stdout, dev:stdin, dev:stderr Kelvin Sherlock 2016-02-10 23:51:37 -0500
  • 1339c0891f adjust indents Kelvin Sherlock 2016-02-10 21:58:00 -0500
  • 6f53faeae7 fix directory return value Kelvin Sherlock 2016-02-10 21:57:35 -0500
  • 3fea71d1e8 directory -- support for MacOS pathnames. Kelvin Sherlock 2016-02-09 23:50:33 -0500
  • acf616845e add make help Kelvin Sherlock 2016-02-06 12:55:00 -0500
  • b52565bc37 fix install Kelvin Sherlock 2016-02-06 12:54:52 -0500
  • a65cdfead0 make install Kelvin Sherlock 2016-02-06 12:47:42 -0500
  • d98247bd12 mpw-make support Kelvin Sherlock 2016-02-05 23:00:42 -0500
  • 41e1424644 fix control-c Kelvin Sherlock 2016-02-05 13:47:34 -0500
  • 0dfecbd520 control-c support Kelvin Sherlock 2016-02-05 13:19:20 -0500
  • f58f6d4115 fixes for travis ci / abort support. Kelvin Sherlock 2016-02-05 12:42:22 -0500
  • 353832ca3a travis ci Kelvin Sherlock 2016-02-05 12:25:51 -0500
  • e2b1306b30 travis ci lemon++ Kelvin Sherlock 2016-02-05 12:20:04 -0500
  • 371ce08ef6 continuation prompt. Kelvin Sherlock 2016-02-04 21:57:17 -0500
  • 449595c56b simplify grammar a little bit. Kelvin Sherlock 2016-02-04 21:45:04 -0500
  • 09ed3428bc process "\n" when finishing up lexer. r0.0 Kelvin Sherlock 2016-02-03 15:08:10 -0500
  • 0c96252d65 more file redirection. Kelvin Sherlock 2016-02-03 15:07:15 -0500
  • e3ed9dec46 transfer environment to child process Kelvin Sherlock 2016-02-03 15:06:48 -0500
  • 2fda21a349 save/restore history Kelvin Sherlock 2016-02-02 22:59:18 -0500
  • 69476fd0e0 -c support Kelvin Sherlock 2016-02-02 22:39:06 -0500
  • bfd1e353e5 -D command-line defines. Kelvin Sherlock 2016-02-02 22:15:31 -0500
  • 87e586d39b find the home directory Kelvin Sherlock 2016-02-02 21:57:53 -0500
  • 54e1491e6f fix if evaluation. Kelvin Sherlock 2016-02-02 21:57:42 -0500
  • 44b42e4fe4 improve mapped_file iterators Kelvin Sherlock 2016-02-02 16:20:45 -0500
  • 475bd392ad process vector of commands all at once. Kelvin Sherlock 2016-02-02 16:20:32 -0500
  • 6d9e5dc78c throw error for {exit} Kelvin Sherlock 2016-02-02 16:19:13 -0500
  • 6f482d73df move out more unused files Kelvin Sherlock 2016-02-02 16:17:30 -0500
  • 532c62ec15 mapped file. Kelvin Sherlock 2016-02-01 22:32:21 -0500
  • af4b0e2eeb editline support Kelvin Sherlock 2016-02-01 21:17:46 -0500
  • 5723656988 lots of updates! Kelvin Sherlock 2016-02-01 20:38:29 -0500
  • c8d12c4b3e improved cmakefile Kelvin Sherlock 2016-01-31 00:41:40 -0500
  • 58301861a3 shell testing. Kelvin Sherlock 2016-01-31 00:41:30 -0500
  • e4a124f514 Echo support (for testing) Kelvin Sherlock 2016-01-31 00:41:16 -0500
  • 1219a40d07 phase parsing improvements Kelvin Sherlock 2016-01-31 00:41:02 -0500
  • 1b4eb0f2bc testing updates Kelvin Sherlock 2016-01-30 12:45:50 -0500
  • c0cf403516 command stubs Kelvin Sherlock 2016-01-30 12:45:19 -0500
  • bc2a530355 update phase2 Kelvin Sherlock 2016-01-30 12:44:42 -0500
  • 3e5a128d8e use a macro for ragel command. Kelvin Sherlock 2016-01-29 22:23:51 -0500
  • e1a8146325 . Kelvin Sherlock 2016-01-29 22:23:35 -0500
  • 2157dc0ba8 pipe-lined lexing/parsing. Kelvin Sherlock 2016-01-29 22:23:14 -0500
  • 4297c7095e builtins -- use dprintf and avoid extra work creating new files. Kelvin Sherlock 2016-01-29 22:22:37 -0500
  • e28741f97d fix command.h Kelvin Sherlock 2016-01-29 22:21:51 -0500
  • 1f02afdd15 travis ci Kelvin Sherlock 2016-01-27 13:30:23 -0500
  • d9037a8c86 travis.yml Kelvin Sherlock 2016-01-27 13:26:53 -0500
  • 57edf1d2a5 travis-ci -- build on os x. Kelvin Sherlock 2016-01-27 13:18:48 -0500
  • 32bca0bad6 stop reading at end-of-file. Kelvin Sherlock 2016-01-27 13:18:27 -0500
  • dc76f5addf linux Kelvin Sherlock 2016-01-27 12:35:37 -0500
  • 8fcfba4328 more linux Kelvin Sherlock 2016-01-27 12:19:38 -0500
  • 48415a355b more linux. Kelvin Sherlock 2016-01-27 11:40:23 -0500
  • 08022d33fd linux compatibility / fix CMakeList Kelvin Sherlock 2016-01-27 11:33:53 -0500
  • 7034e1193e initial version Kelvin Sherlock 2016-01-27 10:43:34 -0500