-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathChangeLog
More file actions
68 lines (44 loc) · 1.81 KB
/
ChangeLog
File metadata and controls
68 lines (44 loc) · 1.81 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
2012-03-01 Carlo Baldassi <carlobaldassi@gmail.com>
* Bugfix: fixed comment parsing (no need for
whitespace before comment)
* Bugfix: use local variables when called
from functions
* Bugfix: use local variables and better
variable names within aux functions
* Bugfix: set EARLY_RETURN and RETURN_VAL in
all cases when aborting
* Bugfix: fix reported names in some error
messages
2012-02-29 Carlo Baldassi <carlobaldassi@gmail.com>
* New release: version 2.0.0
2012-02-20 Carlo Baldassi <carlobaldassi@gmail.com>
* Modified: variables associated to arguments
are now unset before parsing
2012-02-07 Carlo Baldassi <carlobaldassi@gmail.com>
* New utility: template generator
2012-01-04 Carlo Baldassi <carlobaldassi@gmail.com>
* New utility: automatic option completion by
readline for any script using bash_optparse
2011-11-08 Carlo Baldassi <carlobaldassi@gmail.com>
* Bugfix: fixed float default arg issue
2011-11-06 Carlo Baldassi <carlobaldassi@gmail.com>
* Modified: numeric options with NONE default
value are truly unset (breaks back-compatibility!);
the empty string is no longer accepted for
those options in the command line
* New feature: allow options to be given multiple
times (the value is then stored in a bash
array)
2011-10-03 Carlo Baldassi <carlobaldassi@gmail.com>
* New utility: generated script inspector
* New feature: one dash long opts setting
2011-05-23 Carlo Baldassi <carlobaldassi@gmail.com>
* Bugfix: fix crash with whitespace-only
numeric ranges
2011-05-01 Carlo Baldassi <carlobaldassi@gmail.com>
* New feature: customizable error codes
* New feature: alternative flag names
2011-04-26 Carlo Baldassi <carlobaldassi@gmail.com>
* First release: version 1.0.0
2011-03-12 Carlo Baldassi <carlobaldassi@gmail.com>
* initial revision.