| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2024-03-06 | Optimize for size, and redo Makefile1.0.0 | zachir | |
| Optimizing for size for the current comparison. Also, I don't know of a generic way to do ${OBJ}: ${SRC} as a Makefile target, so I made that part not generic. | |||
| 2024-03-06 | Use strtol instead of checking each digit | zachir | |
| This makes it both faster and smaller. | |||
| 2024-03-06 | Reorganize the help message | zachir | |
| Changed around stuff in the help message to make it more consistent with zeven. | |||
| 2024-02-14 | even: Fix help message | zachir | |
| The help message was missing some information, that has now been added. | |||
| 2024-02-14 | even: Add bin to check if number is even | zachir | |
| even is a basic binary to check if the provided number is even. | |||
