]>
git.mdlowis.com Git - projs/alib.git/log
summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
Michael D. Lowis [Thu, 23 Feb 2017 20:48:08 +0000 (15:48 -0500)]
Fixed some warnings in utf8.h
Michael D. Lowis [Thu, 23 Feb 2017 20:47:37 +0000 (15:47 -0500)]
added type aliases for standard int types to remove the _t
Michael D. Lowis [Thu, 23 Feb 2017 20:46:39 +0000 (15:46 -0500)]
Switched to the ISC license. Same terms as BSD only briefer. Will be embedded in each header
Michael D. Lowis [Thu, 23 Feb 2017 20:44:40 +0000 (15:44 -0500)]
Simplified makefile
Mike Lowis [Thu, 28 Jul 2016 14:47:02 +0000 (10:47 -0400)]
Renamed util to stdc to better reflect it's purpose
Mike Lowis [Thu, 28 Jul 2016 14:44:47 +0000 (10:44 -0400)]
Implemente plan9 header style: Remove includes and include guards from all headers except util.h. Programs should include dependencies before including the header.
Mike Lowis [Thu, 28 Jul 2016 14:37:33 +0000 (10:37 -0400)]
Initial commit