]> git.mdlowis.com Git - projs/alib.git/log
projs/alib.git
9 years agoFixed some warnings in utf8.h
Michael D. Lowis [Thu, 23 Feb 2017 20:48:08 +0000 (15:48 -0500)]
Fixed some warnings in utf8.h

9 years agoadded type aliases for standard int types to remove the _t
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

9 years agoSwitched to the ISC license. Same terms as BSD only briefer. Will be embedded in...
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

9 years agoSimplified makefile
Michael D. Lowis [Thu, 23 Feb 2017 20:44:40 +0000 (15:44 -0500)]
Simplified makefile

9 years agoRenamed util to stdc to better reflect it's purpose
Mike Lowis [Thu, 28 Jul 2016 14:47:02 +0000 (10:47 -0400)]
Renamed util to stdc to better reflect it's purpose

9 years agoImplemente plan9 header style: Remove includes and include guards from all headers...
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.

9 years agoInitial commit
Mike Lowis [Thu, 28 Jul 2016 14:37:33 +0000 (10:37 -0400)]
Initial commit