Commit Graph

298 Commits

Author SHA1 Message Date
Zsombor Barna 3ed7b2eac6 re-add config 2024-04-16 13:07:59 +02:00
Zsombor Barna f7bda86058 add loading stuff and edit makefile 2024-04-16 13:05:29 +02:00
Zsombor Barna 20f3d91def move stuff around 2024-04-16 13:05:15 +02:00
Zsombor Barna 5539354d92 temporarily remove old build system 2024-04-15 16:06:32 +02:00
Zsombor Barna 73f3dcfaac minor tweak 2024-04-15 16:04:24 +02:00
Zsombor Barna 721e9b7d59 move code to a better place 2024-04-15 15:36:11 +02:00
Zsombor Barna 8b14828491 add gerbil files 2024-04-15 15:34:41 +02:00
Zsombor Barna 3de00b99d0 move gerbil to source 2024-04-15 15:32:09 +02:00
Zsombor Barna 72ec7e12cc remove old C code 2024-04-15 15:29:58 +02:00
Zsombor Barna dbdfc75714 add gerbil packaging 2024-04-15 15:28:15 +02:00
Zsombor Barna aac623f217 start using gerbil scheme 2024-04-15 15:27:15 +02:00
Zsombor Barna 5a8e024fd9 last update to the c code 2024-04-15 15:25:34 +02:00
Zsombor Barna 23f1d73c27 update packaging 2024-04-15 15:25:13 +02:00
Zsombor Barna a823bc42c6 remove goto 2024-03-31 15:13:18 +02:00
Zsombor Barna 9a327999f3 make io unbuffered 2024-03-18 10:57:59 +01:00
Zsombor Barna d4008b5435 remove example rules in favor of rulegen 2024-03-18 10:39:43 +01:00
Zsombor Barna f36ff262ec add comments, fix rulegen.sh 2024-03-18 10:38:11 +01:00
Zsombor Barna f63bf7223e update TODO 2024-02-28 11:08:57 +01:00
Zsombor Barna effe0ab52a add rule generator helper 2024-02-28 11:08:21 +01:00
Zsombor Barna 3daad256e4 update TODO 2024-02-28 10:52:20 +01:00
Zsombor Barna 7a7645aaba readability fixes 2024-02-28 10:41:03 +01:00
Zsombor Barna bdb743fd85 mior adjustments 2024-02-28 10:36:44 +01:00
Zsombor Barna 38327e0913 break lines up in Makefile (again) 2024-02-28 10:10:23 +01:00
Zsombor Barna 48fcbb7f95 add comment 2024-02-28 10:09:23 +01:00
Zsombor Barna 4e97b87e4d update ChangeLog 2024-02-28 09:43:20 +01:00
Zsombor Barna 94680ecb07 minor adjustments to makefile and example
Hopefully this will help BSD make work
2024-02-28 09:40:27 +01:00
Zsombor Barna b7bd8309af replace SCM_UNSPECIFIED with NULL in lookup 2024-02-28 01:40:26 +01:00
Zsombor Barna 798ebb9eca improve docs and examples according to feedback 2024-02-28 01:40:05 +01:00
Zsombor Barna d4fe6a3994 hotfix 2024-02-27 20:54:20 +01:00
Zsombor Barna 7427ba6aed removals 2024-02-27 20:14:59 +01:00
Zsombor Barna 7e0cbe241d fixup! finish back to C 2024-02-27 00:45:02 +01:00
Zsombor Barna 2a93ef8364 finish back to C 2024-02-27 00:40:38 +01:00
Zsombor Barna 6f4379a8d0 change back to C 2024-02-27 00:39:30 +01:00
Zsombor Barna a7fbd361be remove iostream 2024-02-26 22:54:43 +01:00
Zsombor Barna c5f45cd265 shorten bounds check 2024-02-26 22:30:07 +01:00
Zsombor Barna 3c370989f5 change [] to bounds-checked .at() 2024-02-26 19:56:47 +01:00
Zsombor Barna 79cd4d2101 move to cpp 2024-02-26 19:37:13 +01:00
Zsombor Barna 7c943b290c combine source files into one 2024-02-26 13:09:20 +01:00
Zsombor Barna 02f7628af1 small cleanup 2024-02-26 11:07:50 +01:00
Zsombor Barna 1ba7cf8e03 remove mtime checking 2024-02-26 10:17:23 +01:00
Zsombor Barna 8e8f8cfc98 update changelog 2024-02-25 19:20:47 +01:00
Zsombor Barna f7c0385ab5 remove conferr, fix typos, reformat comments, fix ushort conversion 2024-02-25 18:53:45 +01:00
Zsombor Barna b3bcc9021f rewrite comments 2024-02-25 18:25:30 +01:00
Zsombor Barna deb50b2b88 eliminate temp variables 2024-02-25 18:22:37 +01:00
Zsombor Barna 675bdfc196 update changelog 2024-02-25 18:22:20 +01:00
Zsombor Barna 8066980a0e remove checking for configuration permissions
According to docs, this is a security hole. People in #guile also said so.
2024-02-25 18:21:16 +01:00
Zsombor Barna 0239cad084 update changelog 2024-02-23 01:35:10 +01:00
Zsombor Barna 46078cb147 move _XOPEN_SOURCE to header
According to glibc's docs, it's better specified in the source files.
2024-02-23 01:34:12 +01:00
Zsombor Barna c041c09c32 update todo 2024-02-19 20:20:05 +01:00
Zsombor Barna 55db3d58ee add /info/ to .gitignore 2024-02-19 13:55:23 +01:00