index
:
atsign/atsign.git
master
@, a delay utility
P. J. McDermott
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
*
main: Print spaces not tabs in options help
P. J. McDermott
2023-10-12
1
-6/+6
*
main: Don't translate "@ (atsign) %s%s\n"
P. J. McDermott
2023-10-06
1
-1/+1
*
main: Set text domain and locale
P. J. McDermott
2023-10-06
1
-1/+15
*
datetime, main: Translate strings
P. J. McDermott
2023-10-06
2
-23/+25
*
main: Combine help and license puts() calls
P. J. McDermott
2023-10-06
1
-13/+13
*
build: gettextize
P. J. McDermott
2023-10-06
2
-0/+12
*
build: Rename binary to "atsign"
P. J. McDermott
2023-10-05
1
-1/+1
*
datetime: Drop newly unused use of timegm()
P. J. McDermott
2022-03-29
2
-25/+0
*
main: If debugging, print formatted time
P. J. McDermott
2022-03-29
1
-3/+7
*
datetime: Get target (struct tm *) from caller
P. J. McDermott
2022-03-29
3
-20/+22
*
datetime: Use difftime() in normalization
P. J. McDermott
2022-03-28
1
-2/+2
*
datetime: Don't use mktime()/localtime() shortcuts
P. J. McDermott
2022-03-28
1
-16/+30
*
datetime: Change sanity checks
P. J. McDermott
2022-03-23
1
-4/+4
*
datetime: s/ ;/;/
P. J. McDermott
2022-03-23
1
-2/+2
*
datetime: Add glibc timegm() feature test macros
P. J. McDermott
2022-03-22
1
-0/+3
*
Update copyright years
P. J. McDermott
2022-03-22
3
-3/+3
*
datetime, formats: Conform to strptime() space req
P. J. McDermott
2022-03-22
2
-19/+56
*
datetime: Fix initial formatting buffer size
P. J. McDermott
2022-03-22
1
-1/+1
*
datetime: Don't forget to copy NUL chars to buffer
P. J. McDermott
2022-03-22
1
-6/+6
*
datetime: Copy time-only & misc formats to buffer
P. J. McDermott
2022-03-22
1
-3/+12
*
formats: Reformat comment
P. J. McDermott
2022-03-22
1
-2/+7
*
formats: Remove extra space in some misc formats
P. J. McDermott
2022-03-22
1
-4/+4
*
formats: Add formats with "%a." and "%b."
P. J. McDermott
2022-03-21
1
-0/+49
*
formats: Lengthen date format strings
P. J. McDermott
2022-03-21
1
-132/+132
*
datetime: Move formats into another file
P. J. McDermott
2022-03-21
3
-194/+217
*
datetime: Print full weekday and month names
P. J. McDermott
2022-03-20
1
-0/+96
*
datetime: Lengthen comments
P. J. McDermott
2022-03-20
1
-46/+46
*
datetime: Add formats with "."
P. J. McDermott
2022-03-20
1
-0/+7
*
main: Replace strtol() calls with sscanf()
P. J. McDermott
2022-03-20
1
-25/+8
*
Add --disable-tests to shrink executable size
P. J. McDermott
2022-03-20
1
-5/+21
*
main: Update copyright years in version output
P. J. McDermott
2022-03-19
1
-1/+1
*
datetime: Sanity check parsing results
P. J. McDermott
2022-03-19
1
-11/+37
*
datetime: Add function to get seconds since Epoch
P. J. McDermott
2022-03-19
3
-14/+26
*
datetime: Update new _datetime_normalize() call
P. J. McDermott
2022-03-19
1
-1/+1
*
main: Pass NULL to time()
P. J. McDermott
2022-03-19
1
-2/+2
*
Merge branch 'feature/tests'
P. J. McDermott
2022-03-19
3
-36/+104
|
\
|
*
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
1
-17/+59
|
*
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
|
*
main: Add undocumented debugging option
P. J. McDermott
2022-03-17
1
-3/+28
*
|
datetime: Try time-only formats only once
P. J. McDermott
2022-03-18
1
-1/+10
|
/
*
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
1
-4/+4
*
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
*
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
3
-12/+202
*
datetime: Find ends of arrays with sizeof()
P. J. McDermott
2021-08-31
1
-10/+12
[next]