Brian Barto
|
dd89bbc721
|
Added getMaskChar function. Also swapped out some explicit null pointers with NULL
modified: src/nms.c
|
2016-04-08 15:34:07 -04:00 |
|
Brian Barto
|
a175b434ed
|
Cleaned up the list building process a bit. Made it so all elements
are dynamically allocated, instead of all but the first like before this commit.
This code is a bit smoother and easier to follow.
modified: src/nms.c
|
2016-04-07 14:49:47 -04:00 |
|
Brian Barto
|
420987a544
|
Getting rid of that ugly switch statement
modified: src/nms.c
|
2016-04-07 14:27:27 -04:00 |
|
Brian Barto
|
72bf59301a
|
Replacing octal notation with decimal
modified: src/nms.c
|
2016-04-07 14:12:30 -04:00 |
|
Brian Barto
|
238c8095e2
|
Linked list initial implementation
modified: src/nms.c
|
2016-04-06 20:28:18 -04:00 |
|
Brian Barto
|
d0bec878b3
|
Some quick code cleanup
modified: src/nms.c
|
2016-04-06 17:49:41 -04:00 |
|
Brian Barto
|
74c7075cd0
|
Added license info
new file: COPYING
|
2016-04-05 17:08:56 -04:00 |
|
Brian Barto
|
f4fff3e649
|
Adding some git ignore files
new file: src/.gitignore
new file: src/obj/.gitignore
|
2016-04-05 17:01:46 -04:00 |
|
Brian Barto
|
3632dbcdbe
|
Moved the files around and made a Makefile
new file: src/Makefile
renamed: nms.c -> src/nms.c
|
2016-04-05 16:55:07 -04:00 |
|
Brian Barto
|
3dc7cb41d4
|
Dynamically allocating size for input buffer. This will probably improve in a later commit.
modified: nms.c
|
2016-04-04 22:36:00 -04:00 |
|
Brian Barto
|
077cc1d1bb
|
Initial code commit. Doesn't really do much now. Just commiting what code I have.
new file: nms.c
|
2016-04-04 22:07:35 -04:00 |
|
Brian Barto
|
f7b2544953
|
Initial commit
|
2016-04-04 16:41:06 -04:00 |
|