Commit graph

111 commits

Author SHA1 Message Date
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
CK Tan
7a3e402cee readme 2020-11-01 18:17:31 -08:00
CK Tan
a28aae757f readme 2020-11-01 18:05:37 -08:00
CK Tan
6e1f2e3db8 readme 2020-11-01 17:55:33 -08:00
CK Tan
84fd6725e0 Merge branch 'master' of github.com:cktan/tomlc99 2020-11-01 17:53:04 -08:00
CK Tan
71a9fd9772 Add enhanced access methods 2020-11-01 17:52:57 -08:00
CK Tan
d17c005da8
Update README.md 2020-11-01 01:18:30 -07:00
CK Tan
3c50f43516
Update README.md 2020-11-01 01:18:00 -07:00
CK Tan
7a3f8afc15
Update README.md 2020-11-01 01:17:17 -07:00
CK Tan
5be06807ad remove use of calloc 2020-10-27 16:59:43 -07:00
CK Tan
bc6f2fa6b8 remove use of realloc 2020-10-27 03:32:22 -07:00
CK Tan
2e8feafae8 enhance toml_set_memutil to assign default 2020-10-26 13:52:28 -07:00
CK Tan
1901ac3166 remove use of setjmp/longjmp 2020-10-25 18:48:14 -07:00
CK Tan
ddb9cc4eeb
Merge pull request #43 from TNTINC/patch-1
Update README.md
2020-09-21 21:47:58 -07:00
Fridfinnur M
4b42548c3d
Update README.md 2020-09-18 16:39:53 +00:00
CK Tan
e3a03f5ec7
Update README.md 2020-08-18 14:46:20 -07:00
CK Tan
9ea8eedd85 updated Note.txt to reflect expected error conditions in test2/ 2020-07-14 16:57:35 -07:00
CK Tan
b539e3f20e minor 2020-07-09 16:50:57 -07:00
CK Tan
d879b89737
Merge pull request #42 from DerekCresswell/reformat-readme
Use custom types to help with clarity between raw and processed types
2020-07-09 16:48:05 -07:00
dcresswell
5d1d8e3389 Adds toml_raw_t to seperate raw and processed data
This just makes it more obvious that toml_raw_at returns a incomplete
bit of data. Users can easily see how to use rto* with this.
2020-07-08 21:45:48 -07:00
dcresswell
e1e7369907 Reformats Readme to provide better instructions
This makes the Readme much cleaner so new users have an easier time
starting out with this library.
2020-07-08 21:39:34 -07:00