Theak
|
7efd69ca83
|
Fix for #29: STRNDUP memory leak fix
|
2019-12-29 14:09:02 +00:00 |
|
CK Tan
|
b92d6a2c82
|
remove use of dummy errbuf due to benign gcc warnings
|
2019-11-03 09:06:01 -08:00 |
|
CK Tan
|
c32a6e92f1
|
v0.5 compliant
|
2019-10-08 16:58:18 -07:00 |
|
CK Tan
|
63793f92ef
|
make STRDUP and STRNDUP static
|
2019-10-04 10:08:57 -07:00 |
|
CK Tan
|
bc951780ab
|
tabify
|
2019-10-02 01:12:46 -07:00 |
|
CK Tan
|
15f44eba49
|
tabify
|
2019-10-02 01:11:34 -07:00 |
|
CK Tan
|
c5907e1504
|
use memutil functions for strdup and strndup
|
2019-09-27 16:32:59 -07:00 |
|
CK Tan
|
9394192bfc
|
fix issue #22: add toml_set_memutil
|
2019-09-26 22:29:25 -07:00 |
|
CK Tan
|
3bc235331f
|
Handle more test cases
|
2019-08-16 04:35:14 -07:00 |
|
Jesper Peterson
|
386dccc84f
|
Allow 0x/0o/0b integer prefixed in accordance with https://github.com/toml-lang/toml#integer
|
2019-05-10 17:17:29 +10:00 |
|
CK Tan
|
bd76f1276e
|
support SPC separator in timestamp
|
2019-03-06 11:44:14 -08:00 |
|
CK Tan
|
c4325a38fb
|
add toml_array_type() api
|
2019-02-27 11:31:49 -08:00 |
|
CK Tan
|
05e27a7cab
|
copyright years
|
2019-02-19 10:51:51 -08:00 |
|
CK Tan
|
43f7a52064
|
Fix #14 and #13
|
2019-02-16 17:37:59 -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
|
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
|
01ecb88d13
|
Fix issue #3
|
2017-11-18 11:57:45 -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
|
09de99f7a8
|
Init.
|
2017-03-18 14:20:51 -07:00 |
|