index
:
atsign/atsign.git
master
@, a delay utility
P. J. McDermott
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
main: Pass NULL to time()
P. J. McDermott
2022-03-19
1
-2/+2
*
Merge branch 'feature/tests'
P. J. McDermott
2022-03-19
11
-38/+1077
|
\
|
*
tests: Print format listing as TAP diagnostics
P. J. McDermott
2022-03-19
1
-3/+7
|
*
main: Populate day of week in "now" time
P. J. McDermott
2022-03-19
1
-28/+33
|
*
main: Allow faking current time
P. J. McDermott
2022-03-19
2
-20/+62
|
*
datetime: Get now (struct tm) from caller
P. J. McDermott
2022-03-18
3
-19/+18
|
*
datetime: Move & unify time() & localtime() calls
P. J. McDermott
2022-03-18
1
-6/+3
|
*
tests: Use @'s -F option to auto test all fmts
P. J. McDermott
2022-03-17
1
-79/+20
|
*
tests: WIP parse test
P. J. McDermott
2022-03-17
1
-7/+103
|
*
tests: Add (stub) parse test
P. J. McDermott
2022-03-17
4
-1/+40
|
*
tests/aux/tap-functions.sh: Drop `set -x`
P. J. McDermott
2022-03-17
1
-2/+0
|
*
tests/aux/tap-functions.sh: New file from Automake
P. J. McDermott
2022-03-17
2
-1/+233
|
*
build-aux/tap-driver.sh: New file from Automake
P. J. McDermott
2022-03-17
4
-1/+662
|
*
main: Add undocumented debugging option
P. J. McDermott
2022-03-17
2
-4/+29
*
|
README: Fix number of formats
P. J. McDermott
2022-03-18
1
-1/+1
*
|
datetime: Try time-only formats only once
P. J. McDermott
2022-03-18
1
-1/+10
|
/
*
.gitignore: Exclude *SUMS
P. J. McDermott
2022-03-17
1
-0/+2
*
TODO: Add tasks
P. J. McDermott
2022-03-17
1
-0/+3
*
main: Make (struct option) variable static const
P. J. McDermott
2022-03-17
1
-1/+1
*
main: Use difftime() instead of comparing time_t
P. J. McDermott
2022-03-16
2
-6/+7
*
TODO: New file
P. J. McDermott
2022-03-16
1
-0/+2
*
README: Compare to related programs
P. J. McDermott
2021-09-01
1
-0/+7
*
main: Skip empty formats
P. J. McDermott
2021-09-01
1
-0/+9
*
datetime: Collapse spaces after strftime()
P. J. McDermott
2021-09-01
2
-24/+33
*
NEWS, configure.ac: Set version to 1.0.0
P. J. McDermott
2021-08-31
2
-2/+2
*
datetime: Free fmt bufs when iterators reach end
P. J. McDermott
2021-08-31
2
-33/+22
*
datetime: Replace %d with %e in some formats
P. J. McDermott
2021-08-31
1
-12/+12
*
Add option to list supported formats
P. J. McDermott
2021-08-31
4
-14/+204
*
datetime: Find ends of arrays with sizeof()
P. J. McDermott
2021-08-31
1
-10/+12
*
datetime: Add UNIX-like date format
P. J. McDermott
2021-08-31
2
-1/+4
*
main: Handle options
P. J. McDermott
2021-08-31
2
-3/+96
*
datetime: Add missing #include in header
P. J. McDermott
2021-08-31
1
-0/+2
*
main: Fix exit status on buffer alloc failure
P. J. McDermott
2021-08-31
1
-1/+1
*
README: Add more examples
P. J. McDermott
2021-08-30
1
-0/+2
*
datetime: Replace goto with function calls
P. J. McDermott
2021-08-30
1
-66/+72
*
datetime: Replace unnecessary fprintf with fputs
P. J. McDermott
2021-08-30
1
-1/+1
*
datetime: Replace large list of formats
P. J. McDermott
2021-08-30
3
-832/+131
*
README: Document formats and Git repository
P. J. McDermott
2021-08-30
1
-0/+89
*
datetime: Drop ambiguous delimiter-less formats
P. J. McDermott
2021-08-30
1
-4/+0
*
build: Drop unnecessary $(DATA)
P. J. McDermott
2021-08-29
1
-1/+1
*
datetime: Support weekday-only dates
P. J. McDermott
2021-08-29
2
-2/+36
*
datetime: Init all relevant struct tm members
P. J. McDermott
2021-08-29
1
-4/+11
*
main: Prevent dates too large to consistently show
P. J. McDermott
2021-08-29
2
-4/+10
*
datetime: Make year optional
P. J. McDermott
2021-08-29
2
-5/+377
*
datetime: Add some missing formats
P. J. McDermott
2021-08-29
1
-0/+8
*
datetime: Remove debugging output
P. J. McDermott
2021-08-29
1
-5/+0
*
Move concatenation function
P. J. McDermott
2021-08-29
3
-53/+52
*
main: Improve output
P. J. McDermott
2021-08-29
1
-4/+5
*
Add loop, adjust datetime_parse() param and decls
P. J. McDermott
2021-08-29
4
-24/+44
*
datetime: Minor cleanup
P. J. McDermott
2021-08-29
1
-2/+2
[next]