Skip to content

Commit 54a4e37

Browse files
committedOct 28, 2020
Update misc files
1 parent 3e607e1 commit 54a4e37

File tree

6 files changed

+108
-8674
lines changed

6 files changed

+108
-8674
lines changed
 

‎.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -50,3 +50,4 @@ build
5050
html
5151
stamp-vti
5252
version.texi
53+
aclocal.m4

‎CHANGE_LOG

+15
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
2.2.27.16
2+
parser.y:
3+
* Added utlex(1) declaration to accomodate clang(1) which error-exits
4+
on encountering an undeclared function
5+
6+
ut_format():
7+
* Fixed bug formatting the unit "day since 2001-01-01 00:00:00 UTC"
8+
9+
Developer:
10+
* Added _XOPEN_SOURCE definition
11+
12+
2.2.27.15
13+
Developer:
14+
push(1): Added "--tags origin master" to the "git push"
15+
116
2.2.27.14 2020-05-29T14:22:11-0600
217
* Removed lint found by Coverity Scan in ut_get_path_xml()
318
* Corrected declaration of ut_get_path_xml() in synopsis section

‎aclocal.m4

+5-8,591
Large diffs are not rendered by default.

‎lib/.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -27,3 +27,4 @@ test_decode_time
2727
*.trs
2828
*.t2p
2929
scanner.c
30+
parser.c

‎lib/parser.c

+84-81
Large diffs are not rendered by default.

‎version.texi

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
@set UPDATED 10 August 2018
22
@set UPDATED-MONTH August 2018
3-
@set EDITION 2.2.27.12
4-
@set VERSION 2.2.27.12
3+
@set EDITION 2.2.27.14
4+
@set VERSION 2.2.27.14

0 commit comments

Comments
 (0)
Please sign in to comment.