Commit graph

6 commits

Author SHA1 Message Date
Joseph Kogut
ca87b3c5e9 Refactor with a consistent coding style
This commit refactors the project using a single, consistent coding
style, derived from the Linux Kernel Coding Style, available here:

https://www.kernel.org/doc/Documentation/CodingStyle

This includes, but is not limited to:
* Removal of typedefs, especially for structs
* Limiting lines to a reasonable length, 80 characters, mostly
* K&R style braces
* Removal of CamelCase
2016-08-28 20:31:12 -07:00
Joseph Kogut
d5ed7e75d9 * Replaced all instances of malloc with calloc
* Replaced magic number in tvm_htab.c with define
2013-03-07 12:19:03 -07:00
Joseph Kogut
d270cc5706 Made pointer syntax consistent 2013-01-23 11:06:19 -07:00
Bl0ckeduser
313a440342 Implement buffer size limit in tvm_fcopy 2011-11-20 21:36:36 -05:00
bl0ckeduser
c1d5d35c27 Shorten tvm_flength, tvm_fcopy 2011-11-20 21:10:50 -05:00
Joseph Kogut
15019d041f * Moved TVM code to an independent library
* Moved interpreter code to tvmi.c
2011-08-26 15:30:24 -07:00
Renamed from tvm_file.c (Browse further)