# | Change | User | Description | Committed | |
---|---|---|---|---|---|
#14 | 18324 | mbirky |
Changing the folders to have a main. Should fix some issues intorduced by adding a branch in the workshop |
||
#13 | 12429 | mbirky |
Adding the feature that if only one file is made there is no trailing 0. @mwittenberg |
||
#12 | 11689 | mbirky |
Adding in the ability to specify the size measured in k, m, or g. @mwittenberg |
||
#11 | 11479 | mbirky | Adding in the option for writing each character on a new line @mittenberg | ||
#10 | 11100 | mbirky |
Adding the help option with help functions for when bad arguments are passed in. @mwittenberg |
||
#9 | 10990 | mbirky |
Changing how the options are parsed. This method suggested by @mwittenberg offers a few advantages such as being able to pass -xyz for options instead of having to separate them out into -x -y -z. |
||
#8 | 10956 | mbirky |
Adding the option of setting the extension of the files. @mwittenberg |
||
#7 | 10954 | mbirky | Adding in the capturing of the program name. | ||
#6 | 10845 | mbirky | Change variable names to be more consistent. | ||
#5 | 10830 | mbirky |
Added the -n flag for naming the file. Edited the Makefile so that it no longer does a remove on test* files. And edited the README to document the new naming feature. |
||
#4 | 10828 | mbirky |
Added in the ValOf(string) function and replaced the atoi function with it. @mwittenberg |
||
#3 | 10809 | mbirky |
Added the -n flag for naming the file. Edited the Makefile so that it no longer does a remove on test* files. And edited the README to document the new naming feature. |
||
#2 | 10807 | mbirky | Fix build issues on Ubuntu. | ||
#1 | 10731 | mbirky |
Initial commit for testfile maker. Includes two options -c and -s. The -c option allows for the number of files created to be set. The -s option allows for the size of the file in bytes to be set. |