Commits
- Commit:
3b198c7ca9e3473d97ae4a705fc432cd1d173eac
- From:
- Omar Polo <op@omarpolo.com>
- Date:
add some tests for the list parser
- Commit:
661354bb042cc449324d8fbe24196d882f10115c
- From:
- Omar Polo <op@omarpolo.com>
- Date:
include compat.h to xc_SOURCES
- Commit:
abcf47f32fd0549d041271ca1fe5cee3f8a75f25
- From:
- Omar Polo <op@omarpolo.com>
- Date:
free_list should remove items from the list
free_list would only free the memory of the items and not removing
them from the list, i.e. lefting dangling pointers.
We can fix it changing the loop. We could also drop the check in
configure.ac for SIMPLEQ_FOREACH_SAFE eventually since we're not using
it anymore, but I'll leave it in place for a bit still.
- Commit:
98f1446cac69b11ee41a53bcd7c50c27f3858399
- From:
- Omar Polo <op@omarpolo.com>
- Date:
add a README
- Commit:
9fb139f4e5ae43ad82bda7c5694981155ef7cd60
- From:
- Omar Polo <op@omarpolo.com>
- Date:
add compat for sys/queue.h
- Commit:
b222bed8e90c03020af831d291ffde61306aae5b
- From:
- Omar Polo <op@omarpolo.com>
- Date:
add a list implementation
This adds a parser/formatter for lisp-style lists. It parses strings
containing a single list of atoms. The grammar is
'(' atoms* ')'
an atom can be a string, keyword, symbol or a number.
- Commit:
d4bc3969e0e863ce00f19586bb95bd95278f2542
- From:
- Omar Polo <op@omarpolo.com>
- Date:
fixed __dead compat
- Commit:
529d9e6e56a9e79384eb744a7a0d409eeedd8237
- From:
- Heph <srht@mrkeebs.eu>
- Date:
Add virtual-env through nix-shell
- Commit:
6afb1350623f5aafc641de0118eeb65711af3543
- From:
- Omar Polo <op@omarpolo.com>
- Date:
implement the log level
- Commit:
c81cadd01f88bcbae9ef315f9ecff40ec43235a8
- From:
- Omar Polo <op@omarpolo.com>
- Date:
missing break
- Commit:
63f4108a1c3b373550af102a17d3f0bbb6f7d350
- From:
- Omar Polo <op@omarpolo.com>
- Date:
pledge & unveil
- Commit:
5710b399f76fe0fc501e1d81cc5134623eb1dd70
- From:
- Omar Polo <op@omarpolo.com>
- Date:
add compat for bzero
- Commit:
5808d63e66935a6c2883142701a60ec97cc57a7b
- From:
- Omar Polo <op@omarpolo.com>
- Date:
don't leave the password in memory
- Commit:
2afa7c55d857b24c3b9e6db2a149cffd5442a050
- From:
- Omar Polo <op@omarpolo.com>
- Date:
add compat for __dead
- Commit:
78cd00e8cf33122b5b72896172cc3daf5fb0eca3
- From:
- Omar Polo <op@omarpolo.com>
- Date:
fix readpassphrase compat