@@ -38,8 +38,9 @@ Specifically, this includes:
38
38
* ** Flexibility.** dropt is designed to be callback-based. This allows it to
39
39
handle arbitrary arguments to command-line options. All types are
40
40
considered equal. Even basic types such as integers or strings are handled
41
- by callbacks; dropt provides standard handlers for them. Exposing the
42
- handlers for basic types also allows custom handlers to leverage them.
41
+ by callbacks; dropt provides built-in handlers for them. Exposing the
42
+ handlers for basic types also allows custom handlers to leverage them via
43
+ composition.
43
44
44
45
Secondary goals include being secure, performant, maintainable, and
45
46
extensible; minimizing memory usage; and gracefully failing if memory is
@@ -99,12 +100,15 @@ There's no formal documentation yet. In the meantime, [`dropt_example.c`] or
99
100
Download
100
101
--------
101
102
102
- * [ ` dropt-2.0.0 .zip ` ] ( https://github.com/jamesderlin/dropt/archive/v2.0.0 .zip )
103
- * [ ` dropt-2.0.0 .tar.gz ` ] ( https://github.com/jamesderlin/dropt/archive/v2.0.0 .tar.gz )
103
+ * [ ` dropt-2.0.1 .zip ` ] ( https://github.com/jamesderlin/dropt/archive/v2.0.1 .zip )
104
+ * [ ` dropt-2.0.1 .tar.gz ` ] ( https://github.com/jamesderlin/dropt/archive/v2.0.1 .tar.gz )
104
105
105
106
106
107
Version History
107
108
---------------
109
+ * 2.0.1 (2019-07-10)
110
+ * Fixed contact information and other minor comment and documentation tweaks.
111
+ * Minor code refactoring.
108
112
* 2.0.0 (2018-01-24)
109
113
* Modified the signature for option handlers to accept a pointer to the
110
114
matched ` dropt_option ` entry. Custom option handlers will need to be
@@ -178,7 +182,7 @@ Version History
178
182
179
183
Questions? Comments? Bugs? I welcome feedback. [ Contact me] .
180
184
181
- Copyright © 2010–2018 James D. Lin
185
+ Copyright © 2010–2019 James D. Lin
182
186
< http://www.taenarum.com/software/ >
183
187
184
188
0 commit comments