Age | Commit message (Expand) | Author |
---|---|---|
2015-10-08 | rename ealloc to emalloc | Quentin Carbonneaux |
2015-10-06 | uh oh, typo bug in freeall() | Quentin Carbonneaux |
2015-10-06 | add pool memory management | Quentin Carbonneaux |
2015-10-06 | use new vector functions instead of reallocs | Quentin Carbonneaux |
2015-10-06 | split long line in idup | Quentin Carbonneaux |
2015-10-06 | specialize vdup into idup | Quentin Carbonneaux |
2015-10-06 | factor ins array edition in icpy | Quentin Carbonneaux |
2015-10-05 | factor vector duplication in vdup() | Quentin Carbonneaux |
2015-10-05 | rename blocka to balloc | Quentin Carbonneaux |
2015-10-05 | remove useless ntyp in util.c | Quentin Carbonneaux |
2015-10-05 | implement popcnt with a simple loop | Quentin Carbonneaux |
2015-10-05 | factor some utility functions/data in util.c | Quentin Carbonneaux |