CK Tan
bf0447ab49
add timestamp test
2021-07-04 19:25:24 -07:00
CK Tan
511749ebb9
fix bug in millisec parsing
2021-07-04 19:20:08 -07:00
CK Tan
24e4472b44
tabify
2021-07-04 19:10:32 -07:00
CK Tan
789930f7c9
when parsing millisec in timestamp, force use of base 10 in strtol()
2021-06-04 17:09:25 -07:00
CK Tan
d7dd697c35
minor
2021-04-17 13:06:59 -07:00
CK Tan
22aa38e31d
catch unexpected use of malloc
2021-04-17 12:55:51 -07:00
CK Tan
3c1107177f
simplify
2021-04-11 18:48:41 -07:00
CK Tan
45e8f3c903
cleanup
2021-04-11 15:36:04 -07:00
CK Tan
a7557174ae
fix #52
2021-04-11 15:27:55 -07:00
CK Tan
e9bfb63807
updated
2021-04-11 15:24:10 -07:00
CK Tan
06e2fceedf
speed up parse
2021-04-11 15:18:32 -07:00
CK Tan
369fd2451b
more tests
2021-03-07 17:41:18 -08:00
CK Tan
dbc1ef26d6
more tests
2021-03-07 17:28:41 -08:00
CK Tan
937d88e009
more tests
2021-03-07 02:29:43 -08:00
CK Tan
836ac94afe
bug fix for timestmap
2021-03-07 02:26:19 -08:00
CK Tan
20bee50b59
minor fix
2021-03-07 01:07:03 -08:00
CK Tan
715fa54d45
fixed issue #51
2021-03-06 23:54:24 -08:00
CK Tan
1cfa8e42c4
Merge pull request #49 from mweshahy/patch-1
...
Add proper SONAME to TOML shared library
2021-02-16 17:12:38 -08:00
CK Tan
fd82018f79
fix #50 : crash on input
2021-02-16 17:10:51 -08:00
mweshahy
970ab84bae
Add proper SONAME to TOML shared library
...
This patch renames the shared library output to libtoml.so.$(LIB_VERSION) instead of libtoml.so. This matches the Yocto standards so that the library can be integrated into Yocto build.
2021-02-16 12:45:18 +01:00
CK Tan
c5d2e37db7
updated
2021-01-27 18:53:31 -08:00
CK Tan
e97a56633e
minor
2021-01-09 17:19:09 -08:00
CK Tan
94ded5f2c1
readme
2020-12-22 23:09:36 -08:00
CK Tan
63feb40e3b
readme
2020-12-05 15:45:30 -08:00
CK Tan
5039045945
minor
2020-12-05 14:25:39 -08:00
CK Tan
61557dcbaa
revise example
2020-12-05 14:21:40 -08:00
CK Tan
ae9514e87b
revised example
2020-12-05 14:19:53 -08:00
CK Tan
13b8fde204
Update README.md
2020-12-04 14:30:15 -08:00
CK Tan
f7fde945e6
Update README.md
2020-12-03 23:16:55 -08:00
CK Tan
a2d704c7af
Merge branch 'master' of github.com:cktan/tomlc99
2020-12-02 13:22:54 -08:00
CK Tan
72eda69b5a
cleanup
2020-12-02 13:22:46 -08:00
CK Tan
51e9daabd2
Update README.md
2020-12-01 15:04:13 -08:00
CK Tan
f7c39273fe
readme
2020-11-24 04:54:40 -08:00
CK Tan
0a280911de
readme
2020-11-24 04:52:20 -08:00
CK Tan
ba73b18f50
Update README.md
2020-11-24 04:50:13 -08:00
CK Tan
32636ccd01
Update README.md
2020-11-24 04:49:46 -08:00
CK Tan
e9ea925e05
Update README.md
2020-11-24 04:48:46 -08:00
CK Tan
579e72c377
Update README.md
2020-11-24 04:47:23 -08:00
CK Tan
5fb977508a
Update README.md
2020-11-13 13:14:16 -08:00
CK Tan
577e48e03f
minor
2020-11-09 22:39:39 -08:00
CK Tan
1ee269d00c
Merge branch 'master' of github.com:cktan/tomlc99
2020-11-09 14:02:26 -08:00
CK Tan
94136b9f04
slight change in returning timestamp. now returns a malloc-ed ptr
2020-11-09 14:00:27 -08:00
CK Tan
6c72be57df
Update README.md
2020-11-09 13:45:25 -08:00
CK Tan
893f24e206
rename toml_access_t -> toml_datum_t
2020-11-02 10:08:47 -08:00
CK Tan
3fdd187b2a
rename toml_access_t -> toml_datum_t
2020-11-02 10:07:33 -08:00
CK Tan
26fdad9205
readme
2020-11-01 18:56:36 -08:00
CK Tan
5c60d1e15c
cleanup
2020-11-01 18:55:16 -08:00
CK Tan
f01507cabe
readme
2020-11-01 18:41:46 -08:00
CK Tan
6eb7ea27f2
readme
2020-11-01 18:39:32 -08:00
CK Tan
3941e0bade
add sample program
2020-11-01 18:31:50 -08:00