Prepare period documentation and improve static dependencies.
This commit is contained in:
parent
dd6722fe13
commit
9385745cf7
3 changed files with 16 additions and 4 deletions
2
Makefile
2
Makefile
|
@ -65,7 +65,7 @@ imports: $(BBSTOOL-DEPS)
|
||||||
bbstool: $(BBSTOOL-DEPS)
|
bbstool: $(BBSTOOL-DEPS)
|
||||||
$(CSC) -o $@ $<
|
$(CSC) -o $@ $<
|
||||||
|
|
||||||
bbstool-static: $(BBSTOOL-SOURCES)
|
bbstool-static: $(BBSTOOL-DEPS)
|
||||||
$(CSC) -static -o $@ $(BBSTOOL-SOURCES)
|
$(CSC) -static -o $@ $(BBSTOOL-SOURCES)
|
||||||
|
|
||||||
.PHONY: clean
|
.PHONY: clean
|
||||||
|
|
15
README.md
15
README.md
|
@ -191,6 +191,21 @@ Returns a new valid month that comes ```n``` months after ```m```. If
|
||||||
|
|
||||||
### Period
|
### Period
|
||||||
|
|
||||||
|
This module implements simple calendar period handling with month
|
||||||
|
granularity.
|
||||||
|
|
||||||
|
sort-period-markers
|
||||||
|
|
||||||
|
period-markers->periods
|
||||||
|
|
||||||
|
periods-duration
|
||||||
|
|
||||||
|
month-in-periods?
|
||||||
|
|
||||||
|
periods->string
|
||||||
|
|
||||||
|
periods-match
|
||||||
|
|
||||||
### Primes
|
### Primes
|
||||||
|
|
||||||
Generic Support Modules
|
Generic Support Modules
|
||||||
|
|
|
@ -30,11 +30,8 @@
|
||||||
(
|
(
|
||||||
sort-period-markers
|
sort-period-markers
|
||||||
period-markers->periods
|
period-markers->periods
|
||||||
period->duration
|
|
||||||
periods-duration
|
periods-duration
|
||||||
month-in-period?
|
|
||||||
month-in-periods?
|
month-in-periods?
|
||||||
period->string
|
|
||||||
periods->string
|
periods->string
|
||||||
periods-match
|
periods-match
|
||||||
period-tests!
|
period-tests!
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue