]> git.armaanb.net Git - mmenu.git/log
mmenu.git
2 years agoCast i to size_t type
Armaan Bhojwani [Sun, 9 May 2021 03:34:27 +0000 (23:34 -0400)]
Cast i to size_t type

This doesn't really increase safety because logically i could never be
negative, but at least it suppresses the compiler warnings.

2 years agoAdd manpage
Armaan Bhojwani [Sun, 9 May 2021 03:30:12 +0000 (23:30 -0400)]
Add manpage

2 years agoAdd dependencies to README
Armaan Bhojwani [Sun, 9 May 2021 03:21:03 +0000 (23:21 -0400)]
Add dependencies to README

2 years agoAdd (un)install make targets
Armaan Bhojwani [Sun, 9 May 2021 03:20:47 +0000 (23:20 -0400)]
Add (un)install make targets

2 years agoClean up and implement calloc/realloc
Armaan Bhojwani [Sun, 9 May 2021 03:11:26 +0000 (23:11 -0400)]
Clean up and implement calloc/realloc

* Replace /* comments with //
* Replace malloc with calloc + realloc
* Remove extra space between function and arguments
* Check for failed *allocs

2 years agoRemove unused include
Armaan Bhojwani [Sun, 9 May 2021 02:56:08 +0000 (22:56 -0400)]
Remove unused include

2 years agoImprove parsing and general program
Armaan Bhojwani [Sun, 9 May 2021 02:45:10 +0000 (22:45 -0400)]
Improve parsing and general program

2 years agoAdd README
Armaan Bhojwani [Sun, 9 May 2021 00:29:09 +0000 (20:29 -0400)]
Add README

2 years agoInitial commit
Armaan Bhojwani [Sun, 9 May 2021 00:10:40 +0000 (20:10 -0400)]
Initial commit