Commit Graph

19 Commits

Author SHA1 Message Date
Jacob d16bf870f6 Ignoring test files, emacs drafts, and emacs buffers. 2016-04-27 16:00:51 -04:00
Jacob fb6c9e3a27 Various minor changes.
Renamed lines to num_lines.
Removed trailing whitespaces.
Fixed some indentation and comments.
Fixed usage string.
2016-04-27 15:55:27 -04:00
Jacob 50ee8769fa See previous commit.
I did that slightly wrong, not quite sure how. But this one is the most-changed, and all the notes are in the last commit.
2016-04-27 13:41:51 -04:00
Jacob 3b97949150 Implemented size calculation. Various minor changes.
Replaced repeated "printf(...);exit(1)" with bad_usage_error().
Added bits_to_size().
Reorganized code above main().
Added file doc comment.
Expanded argument-printing statement for better testing.
2016-04-27 13:40:58 -04:00
Adam Goldsmith 4f09ea0249 Add basic file parsing 2016-04-27 12:12:11 -04:00
Jacob 8d8568fce1 Fixed compilation issues.
- Removed unused variable argflags.
- Fixed variable name (index_bits -> set_index_bits).
2016-04-27 12:07:51 -04:00
Jacob 0fc77a6828 Moved print_usage and parse_int_arg below main. 2016-04-27 12:03:51 -04:00
Jacob 490d8cafde Restored old method of checking for presence of arguments. 2016-04-27 12:00:34 -04:00
Jacob dc67c24899 New and improved argument parsing with getopt.
Added checking that all arguments were provided.
Switched many variables to use size_t, and int8_t where appropriate.
Moved opening braces on to previous lines, except function braces.
Renamed set_bits to more-accurate index_bits.
2016-04-27 12:00:34 -04:00
Adam Goldsmith 0a660b8939 Convert spaces to tabs 2016-04-26 10:44:50 -04:00
Adam Goldsmith 03d08c71af Move verbose to global VERBOSE 2016-04-26 10:31:37 -04:00
Adam Goldsmith 0b947b701f Improve int argument parsing 2016-04-26 10:22:34 -04:00
Adam Goldsmith 70b79a8b56 Add .gitignore 2016-04-26 10:22:15 -04:00
Jacob 0a3f87840d Added usage string. 2016-04-26 10:03:04 -04:00
Adam Goldsmith 210eeb05dd Correct python version in driver.py 2016-04-25 23:59:12 -04:00
Adam Goldsmith 2a8124df09 Added basic argument parsing 2016-04-25 17:07:24 -04:00
Adam Goldsmith 568fa2a6f8 More trailing whitespace 2016-04-24 20:32:36 -04:00
Adam Goldsmith 483fa8458d delete trailing newlines 2016-04-24 20:12:20 -04:00
Adam Goldsmith b4e31f122a Initial Commit 2016-04-24 20:07:46 -04:00