Block a user
65464112a6
Modified Makefile to deal with deps and other .c's better
b0eb5be2c0
Added test template
443c9f04cd
Added a main.c and moved calls to functs to main()
76fb74d504
Removed UNIQUE property from active_id
f83bef2674
Added complete_task func
09492950b8
Added active_id increment in schema
586786ff6c
Added update_task_status func
22eadc8ad7
Added updated x_string
7d326f6057
Added del_task function
a3a700a2c0
Added x_strcmp to compare two strings
ad2aa8db06
Added tests for x_string
e8e73da981
Deleted some commented code
ad41fe3fbf
Modified README to include command descriptions
0113cec73c
Added bad input validation on task add
7a9d7e9ff0
Modified due_date column to check that it's a date TODO:add func is broke now
53a5c910b5
Added ability to pass new task from cli, TODO:it's really bad
43323dbf9b
Fixed some curser offset bugs
2dfbc19d2c
Added crappy argument handler
9c46269868
Added initial imp of add_task
bf1f5e0c70
Modified display_heading func
bf70f3415a
Modified get_num_rows to use gen_sql_stmt and made gen_sql_stmt take out_stmt as an arg
ea1d581e4d
Deleted print_select function
22e71dd40a
Added error checking but broke other things TODO: fix gen_sql_stmt
daabdcbfac
Added display_status_list func
bcf1c17bf7
Added to view function
1e1163b96a
Added TODOs