CK Tan
|
43f7a52064
|
Fix #14 and #13
|
2019-02-16 17:37:59 -08:00 |
CK Tan
|
3b6fe37d66
|
Merge pull request #12 from gotnone/helperfuncs
Helperfuncs
|
2019-01-09 12:48:25 -08:00 |
Stanley Pinchak
|
3fed0ab455
|
Add helper functions to access key
New functions for read only access to the key of toml_array_t and
toml_table_t structs
|
2019-01-08 13:31:10 -06:00 |
Stanley Pinchak
|
b53c016877
|
Add helper function for arrays
New function for read only access to the internal nelem member of
toml_array_t structs
|
2019-01-08 13:31:04 -06:00 |
Stanley Pinchak
|
88eacb3fe0
|
Add helper functions for tables
New functions for read only access to internal nkval, narr and ntab
members of toml_table_t structs.
|
2019-01-08 13:30:54 -06:00 |
CK Tan
|
f06bf3a5cc
|
Merge pull request #10 from iain-anderson/toml_cat_patch
Fix toml_cat abort on empty array
|
2018-07-09 18:45:26 -07:00 |
Iain Anderson
|
55334019ac
|
Fix toml_cat abort on empty array
|
2018-07-04 14:30:45 +01:00 |
CK Tan
|
56c42b7aed
|
Fix #7: toml_utf8_to_ucs() returns incorrect results
|
2018-06-08 14:41:44 -07:00 |
CK Tan
|
624013252b
|
Small fix for WIN32
|
2018-01-04 03:18:08 -08:00 |
CK Tan
|
95ee4414f6
|
Merge pull request #6 from bamchoh/patch-2
string literal needs double quotation
|
2018-01-04 03:14:59 -08:00 |
bamchoh
|
79b40abd94
|
string literal needs double quatation
|
2018-01-04 18:56:40 +09:00 |
CK Tan
|
01ecb88d13
|
Fix issue #3
|
2017-11-18 11:57:45 -08:00 |
CK Tan
|
edc6a13246
|
add readme
|
2017-11-17 13:52:59 -08:00 |
CK Tan
|
a0b45225e2
|
Fixes as suggested by mytchel
1. A critical bug in toml_parse_file when the file is empty
2. Add toml_cat.c to makefile
3. Other misc fixes related to error handling
|
2017-08-07 14:47:59 -07:00 |
CK Tan
|
e6a6db8bda
|
Fix some warnings and provide strndup for WIN32
|
2017-08-06 16:02:12 -07:00 |
CK Tan
|
287defadb1
|
Add github link to license text
|
2017-04-16 23:19:51 -07:00 |
CK Tan
|
a0b38a34ea
|
Add comment
|
2017-03-18 14:23:25 -07:00 |
CK Tan
|
09de99f7a8
|
Init.
|
2017-03-18 14:20:51 -07:00 |
CK Tan
|
75aa7b2d5a
|
Initial commit
|
2017-03-18 14:15:49 -07:00 |