aboutsummaryrefslogtreecommitdiff
path: root/project.janet (follow)
AgeCommit message (Collapse)AuthorLines
2023-03-24native: ok this is kind of big, see rest of messageChloe Kudryavtsev-1/+3
splitting this like usual was too much effort sorry * implement mime-headers * move util stuff out of jurl.c * reorganize header a bit (will do more of this soon) * make cleanup universal * wrap slist generation
2023-03-23reorganizeChloe Kudryavtsev-3/+10
jurl-native moved to jurl/native some of the renaming hasn't been done yet
2023-03-23jurl: move to module directory (project)Chloe Kudryavtsev-1/+1
2023-03-22native: misc typosChloe Kudryavtsev-1/+1
there will likely be quite a few of these
2023-03-22native: add error elaborationChloe Kudryavtsev-1/+1
2023-03-21native: add support for enums and FILE* in setoptChloe Kudryavtsev-1/+1
2023-03-20add callback handlingChloe Kudryavtsev-1/+1
also, oops, forgot to register jurl_getopt in jurl.h callbacks are handled on a one-by-one basis because they all require somewhat custom handling the result, however, is an API that should feel almost native
2023-03-19initial commitChloe Kudryavtsev-0/+13