Commit History

Author SHA1 Message Date
  rain1 3406476358 sourcing! 9 years ago
  rain1 54557b3291 switched over to a region based allocation system 9 years ago
  rain1 72d1ca8589 just delete it 9 years ago
  rain1 3caadbd923 added parsing and flags for the redirection operators 9 years ago
  rain1 a45136b55a created an error reporting macro. made expand variables use it. 9 years ago
  rain1 32b5720ac6 fixes to make it build on linux 9 years ago
  rain1 86d83d95eb code tidy: moved read tokens into tokenizer and deleted envp. 9 years ago
  rain1 069aaeeb94 removed execution of commands from t6 for fuzzing purposes 9 years ago
  rain1 a483fa2bc8 now a real shell! sets SHELL 9 years ago
  rain1 5ab9f535ed fixing empty lines and giving syntax errors on && &&, && || 9 years ago
  rain1 4a634d13bf added and document unset builtin 9 years ago
  rain1 341e9dd197 parsing the & flag at the end of a line 9 years ago
  rain1 3a8414c903 changed skip_newline so that printing the prompt is easier 9 years ago
  rain1 fe0bd6c086 separated builtins into its own file. make thing thath should never happen happen less 9 years ago
  rain1 02af22f98e some improvements to cd, error testing 9 years ago
  rain1 b0f59a68b2 code improvement in variables and test that the first char is not a digit 9 years ago
  rain1 eff8291661 moved to an array. added a test 9 years ago
  rain1 fe963da3c4 added a shell prompt 9 years ago
  rain1 618e9f56eb setting up for variables 9 years ago
  rain1 389a3026cc envp goes last 9 years ago
  rain1 22806e9682 bounds checking for lines with many tokens 9 years ago
  rain1 31dad6e7f4 waitpid 9 years ago
  rain1 aa11389bfb interpreting piped commands! 9 years ago