sdep

A simple "date+event" line parser
git clone https://git.tronto.net/sdep
Download | Log | Files | Refs | README | LICENSE

DateCommit messageAuthorFiles+-
2023-07-03 08:57Added release fileSebastiano Tronto1+0-0
2023-07-03 08:45Not sure why I did not notice this beforeSebastiano Tronto1+1-1
2023-05-15 16:59Woops, little fix (this is still version 0.2)Sebastiano Tronto2+2-1
2023-05-15 16:41Version 0.2Sebastiano Tronto4+15-4
2023-05-15 16:31Updated .gitignore, README formattingSebastiano Tronto6+34-481
2023-05-15 16:28Makefile fixSebastiano Tronto5+393-1
2023-05-15 16:28Bumped versionSebastiano Tronto1+1-1
2023-05-15 16:25Fixed new bugSebastiano Tronto1+2-0
2023-05-15 16:22Bump yearSebastiano Tronto1+1-1
2023-05-15 16:20Replaced strncpy with hand-written function suggested by NRKSebastiano Tronto1+23-7
2023-05-15 16:05Removed conflict with string.h namespaceSebastiano Tronto1+3-3
2023-05-15 16:03Removed calls to ctype.hSebastiano Tronto1+9-3
2023-05-15 15:54Removed unnecessary alignmentSebastiano Tronto1+20-19
2023-05-15 15:52Removed argument names from prototypesSebastiano Tronto1+7-7
2023-05-15 15:51Changed compare function type to avoid castingSebastiano Tronto1+11-7
2023-05-15 15:44FormattingSebastiano Tronto1+4-4
2023-05-15 15:39Removed unnecessary sizeof(char)Sebastiano Tronto1+4-4
2023-05-15 15:37Added .gitignoreSebastiano Tronto1+2-0
2023-05-15 15:37Added explicit void parameterSebastiano Tronto1+2-2
2023-05-15 15:36Changed const to #defineSebastiano Tronto1+1-1
2023-05-15 15:34Added debug target to makefileSebastiano Tronto2+6-1
2023-05-15 15:24Removed unused macroSebastiano Tronto1+0-2
2022-06-21 07:07Changed folder for scripts (see README.md diff)Sebastiano Tronto7+22-30
2022-03-01 09:34Fixed typo in sdep-list; fixed default directorySebastiano Tronto5+6-6
2022-02-10 08:51Update yearSebastiano Tronto1+1-1
2022-02-09 18:23Simplified scripts build process (removed SDEPDATA).Sebastiano Tronto8+33-38
2022-02-09 18:13Changed notification system to herbe.Sebastiano Tronto9+9-175
2022-01-29 18:45Dummy commit to test post-receive hookSebastiano Tronto1+5-5
2022-01-19 08:13Small fixesSebastiano Tronto2+22-1
2021-12-22 08:12forgot to add script to MakefileSebastiano Tronto1+1-1
2021-12-22 08:10added a script to check past events and notifySebastiano Tronto7+169-0
2021-06-10 16:45Changed scripts make targetSebastiano Tronto2+17-10
2021-05-13 20:27I'm a roff noobSebastiano Tronto1+55-67
2021-05-10 16:29Clarified SDEPDATA script folderSebastiano Tronto1+2-1
2021-05-08 17:55Fix typosSebastiano Tronto1+6-6
2021-05-08 17:36Makefile fixSebastiano Tronto1+1-1
2021-05-08 17:34Fix SDEPFOLDER -> SDEPDATA in one scriptSebastiano Tronto2+2-2
2021-05-08 17:19First commit, v0.1Sebastiano Tronto9+655-1
2021-05-08 16:51Create README.mdSebastiano Tronto1+2-0
2021-05-08 15:27Initial commitSebastiano Tronto1+21-0