Skip to content

Commit f4c7771

Browse files
author
Colum Paget
committed
v2.0
1 parent 0650d95 commit f4c7771

File tree

181 files changed

+10380
-14948
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

181 files changed

+10380
-14948
lines changed

CHANGELOG

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
* add `-fromstart` option to allow measuring timediffs from a 'start line' rather than from previous line
44
* add `-indent` option to allow treating whitespace-indented lines as continuations of previous line
55
* add `-multiline` option to allow treating lines that do not start with a digit as continuations of previous line
6+
* fix configure without installed/with bundled libuseful
67
* add manpage
78

89
1.3 (2024-11-08)

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ libUseful-5/libUseful.a:
2929

3030

3131
clean:
32-
rm -rf timediff *.o */*.o */*.so */*.a *.orig
32+
rm -rf timediff *.o */*.o */*.so */*.so.* */*.a *.orig config.log */config.log configure~ */configure~ autom4te.cache */autom4te.cache
3333

3434

3535
install:

Makefile.in

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ libUseful-5/libUseful.a:
2929

3030

3131
clean:
32-
rm -rf timediff *.o */*.o */*.so */*.a *.orig
32+
rm -rf timediff *.o */*.o */*.so */*.so.* */*.a *.orig config.log */config.log configure~ */configure~ autom4te.cache */autom4te.cache
3333

3434

3535
install:

0 commit comments

Comments
 (0)