]>
git.mdlowis.com Git - projs/alib.git/log
summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
Michael D. Lowis [Fri, 29 Jun 2018 17:49:31 +0000 (13:49 -0400)]
added headers for reference counting and arena memory management
Michael D. Lowis [Thu, 30 Mar 2017 17:17:12 +0000 (13:17 -0400)]
update error messages to show functions and args along with error message
Michael D. Lowis [Thu, 30 Mar 2017 17:11:08 +0000 (13:11 -0400)]
Updated license text and reworked stdc.h
Michael D. Lowis [Fri, 24 Feb 2017 00:21:13 +0000 (19:21 -0500)]
added docs file stubs
Michael D. Lowis [Thu, 23 Feb 2017 22:34:46 +0000 (17:34 -0500)]
Update link syntax in readme
Michael D. Lowis [Thu, 23 Feb 2017 22:28:51 +0000 (17:28 -0500)]
Update license link
Michael D. Lowis [Thu, 23 Feb 2017 22:28:08 +0000 (17:28 -0500)]
Update license link
Michael D. Lowis [Thu, 23 Feb 2017 22:26:40 +0000 (17:26 -0500)]
Update README.md
Michael D. Lowis [Thu, 23 Feb 2017 21:59:45 +0000 (16:59 -0500)]
Renamed source folder to src
Michael D. Lowis [Thu, 23 Feb 2017 21:57:20 +0000 (16:57 -0500)]
Switched to ISC license embedded in each file
Michael D. Lowis [Thu, 23 Feb 2017 20:50:47 +0000 (15:50 -0500)]
more consistent style and added a sort function for vec.h
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