svn commit: r242722 - head/bin/ls

2012-11-07 Thread Greg Lehey
Author: grog Date: Wed Nov 7 23:37:24 2012 New Revision: 242722 URL: http://svnweb.freebsd.org/changeset/base/242722 Log: Sort option parsing as far as practical. Modified: head/bin/ls/ls.c Modified: head/bin/ls/ls.c

svn commit: r242725 - head/bin/ls

2012-11-07 Thread Greg Lehey
Author: grog Date: Thu Nov 8 00:24:26 2012 New Revision: 242725 URL: http://svnweb.freebsd.org/changeset/base/242725 Log: Add y flag and environment variable LS_SAMESORT to specify the same sorting order for time and name with the -t option. IEEE Std 1003.2 (POSIX.2) mandates that the -t

svn commit: r242738 - head/lib/libc/stdio

2012-11-07 Thread Greg Lehey
Author: grog Date: Thu Nov 8 02:01:04 2012 New Revision: 242738 URL: http://svnweb.freebsd.org/changeset/base/242738 Log: Clarify that the ' flag is an apostrophe. MFC after:2 weeks Modified: head/lib/libc/stdio/printf.3 Modified: head/lib/libc/stdio/printf.3

svn commit: r242743 - head/usr.bin/locale

2012-11-07 Thread Greg Lehey
Author: grog Date: Thu Nov 8 02:55:30 2012 New Revision: 242743 URL: http://svnweb.freebsd.org/changeset/base/242743 Log: Make parameters to -c and -k options optional. If no parameters are supplied, print information for all keywords. Improve output of -c option, in particular in

svn commit: r242807 - head/bin/ls

2012-11-08 Thread Greg Lehey
Author: grog Date: Thu Nov 8 23:45:19 2012 New Revision: 242807 URL: http://svnweb.freebsd.org/changeset/base/242807 Log: Replace spaces with tabs where appropriate. Reminded by: jh@ Modified: head/bin/ls/cmp.c head/bin/ls/extern.h head/bin/ls/ls.c head/bin/ls/ls.h

svn commit: r242808 - head/usr.bin/locale

2012-11-08 Thread Greg Lehey
Author: grog Date: Thu Nov 8 23:46:15 2012 New Revision: 242808 URL: http://svnweb.freebsd.org/changeset/base/242808 Log: Replace spaces by tabs where appropriate. Reminded by: jh@ Modified: head/usr.bin/locale/locale.c Modified: head/usr.bin/locale/locale.c

svn commit: r242849 - head/usr.bin/calendar/calendars

2012-11-09 Thread Greg Lehey
Author: grog Date: Sat Nov 10 04:49:09 2012 New Revision: 242849 URL: http://svnweb.freebsd.org/changeset/base/242849 Log: Correct date and spelling of encounter between Stanley and Livingstone. MFC after:2 weeks Modified: head/usr.bin/calendar/calendars/calendar.history

svn commit: r242851 - head/usr.bin/locale

2012-11-09 Thread Greg Lehey
Author: grog Date: Sat Nov 10 06:10:07 2012 New Revision: 242851 URL: http://svnweb.freebsd.org/changeset/base/242851 Log: More style(9) tabs vs. spaces: - tabs after #define - Not in comments. MFC after:2 weeks Modified: head/usr.bin/locale/locale.c Modified:

svn commit: r242900 - head/usr.bin/calendar/calendars

2012-11-11 Thread Greg Lehey
Author: grog Date: Sun Nov 11 22:43:36 2012 New Revision: 242900 URL: http://svnweb.freebsd.org/changeset/base/242900 Log: Correct date of Stanley's encounter with Livingstone. Obtained from:Henry Morton Stanley, How I met Livingstone,

svn commit: r243049 - head/bin/df

2012-11-14 Thread Greg Lehey
Author: grog Date: Thu Nov 15 03:39:21 2012 New Revision: 243049 URL: http://svnweb.freebsd.org/changeset/base/243049 Log: Add , (comma) option to print sizes grouped and separated by thousands using the non-monetary separator returned by localeconv(3), typically a comma or period. MFC

svn commit: r243116 - head/lib/libc/gen

2012-11-15 Thread Greg Lehey
Author: grog Date: Fri Nov 16 01:41:42 2012 New Revision: 243116 URL: http://svnweb.freebsd.org/changeset/base/243116 Log: Complete man page. MFC after:2 weeks Modified: head/lib/libc/gen/getbsize.3 Modified: head/lib/libc/gen/getbsize.3

svn commit: r243117 - head/share/man/man7

2012-11-15 Thread Greg Lehey
Author: grog Date: Fri Nov 16 01:43:23 2012 New Revision: 243117 URL: http://svnweb.freebsd.org/changeset/base/243117 Log: Move detailed description of BLOCKSIZE to getbsize(3). MFC after:2 weeks. Modified: head/share/man/man7/environ.7 Modified: head/share/man/man7/environ.7

svn commit: r243129 - head/bin/df

2012-11-15 Thread Greg Lehey
Author: grog Date: Fri Nov 16 03:33:34 2012 New Revision: 243129 URL: http://svnweb.freebsd.org/changeset/base/243129 Log: Update man pages and clarify a number of options. Rework block count calculations to work correctly with small block sizes. MFC after:14 days Modified:

svn commit: r243201 - head/usr.bin/locale

2012-11-17 Thread Greg Lehey
Author: grog Date: Sat Nov 17 23:49:20 2012 New Revision: 243201 URL: http://svnweb.freebsd.org/changeset/base/243201 Log: Correctly handle keywords without options. Reported by: swills@ MFC after:14 days Modified: head/usr.bin/locale/locale.c Modified:

svn commit: r243202 - head/usr.bin/locale

2012-11-17 Thread Greg Lehey
Author: grog Date: Sat Nov 17 23:52:38 2012 New Revision: 243202 URL: http://svnweb.freebsd.org/changeset/base/243202 Log: Sort options. Add comment on standards conformity. MFC after:14 days Modified: head/usr.bin/locale/locale.1 Modified: head/usr.bin/locale/locale.1

svn commit: r244075 - stable/9/bin/ls

2012-12-09 Thread Greg Lehey
Author: grog Date: Mon Dec 10 03:11:19 2012 New Revision: 244075 URL: http://svnweb.freebsd.org/changeset/base/244075 Log: MFC to r242840: Add y flag and environment variable LS_SAMESORT to specify the same sorting order for time and name with the -t option. IEEE Std 1003.2

svn commit: r244134 - head/bin/df

2012-12-11 Thread Greg Lehey
Author: grog Date: Wed Dec 12 04:18:25 2012 New Revision: 244134 URL: http://svnweb.freebsd.org/changeset/base/244134 Log: Handle large negative block counts correctly. MFC after: 2 weeks Modified: head/bin/df/df.c Modified: head/bin/df/df.c

svn commit: r244166 - head/usr.bin/calendar

2012-12-12 Thread Greg Lehey
Author: grog Date: Thu Dec 13 01:44:58 2012 New Revision: 244166 URL: http://svnweb.freebsd.org/changeset/base/244166 Log: Reluctantly remove one of the most extraordinary numeric conversion routines I have ever seen and replace with something far more boring. Modified:

svn commit: r244168 - head/usr.bin/calendar

2012-12-12 Thread Greg Lehey
Author: grog Date: Thu Dec 13 02:21:05 2012 New Revision: 244168 URL: http://svnweb.freebsd.org/changeset/base/244168 Log: Use even more conventional conversion routines. Reported by: peterj@ Modified: head/usr.bin/calendar/parsedata.c Modified: head/usr.bin/calendar/parsedata.c

svn commit: r251647 - head/usr.bin/calendar

2013-06-12 Thread Greg Lehey
Author: grog Date: Wed Jun 12 07:52:49 2013 New Revision: 251647 URL: http://svnweb.freebsd.org/changeset/base/251647 Log: Handle some expression regressions. Explicitly use GNU cpp for preprocessing. Remove explicit debugging code. Change some variable names to be less confusing.

svn commit: r251648 - head/usr.bin/calendar

2013-06-12 Thread Greg Lehey
Author: grog Date: Wed Jun 12 07:53:59 2013 New Revision: 251648 URL: http://svnweb.freebsd.org/changeset/base/251648 Log: style(9) MFC after:2 weeks Modified: head/usr.bin/calendar/calendar.c Modified: head/usr.bin/calendar/calendar.c

svn commit: r251678 - head/usr.bin/calendar

2013-06-12 Thread Greg Lehey
Author: grog Date: Thu Jun 13 04:11:21 2013 New Revision: 251678 URL: http://svnweb.freebsd.org/changeset/base/251678 Log: Revert revision 251648. style(9) requires an empty line here. Reported by: mdf@ Modified: head/usr.bin/calendar/calendar.c Modified:

svn commit: r250732 - head/bin/df

2013-05-16 Thread Greg Lehey
Author: grog Date: Fri May 17 03:52:20 2013 New Revision: 250732 URL: http://svnweb.freebsd.org/changeset/base/250732 Log: Complete revision 243104. Modified: head/bin/df/df.1 Modified: head/bin/df/df.1 == ---

svn commit: r250733 - stable/9/bin/df

2013-05-16 Thread Greg Lehey
Author: grog Date: Fri May 17 03:55:03 2013 New Revision: 250733 URL: http://svnweb.freebsd.org/changeset/base/250733 Log: MFC revisions 243049,243129,244134,245871,245912,249698,249924 Modified: stable/9/bin/df/df.1 stable/9/bin/df/df.c Directory Properties: stable/9/bin/df/ (props

svn commit: r250799 - stable/9/lib/libc/stdio

2013-05-18 Thread Greg Lehey
Author: grog Date: Sun May 19 01:58:00 2013 New Revision: 250799 URL: http://svnweb.freebsd.org/changeset/base/250799 Log: MFH r242738: Clarify that the ' flag is an apostrophe. Modified: stable/9/lib/libc/stdio/printf.3 Directory Properties: stable/9/lib/libc/ (props changed)

svn commit: r250905 - stable/9/usr.bin/locale

2013-05-22 Thread Greg Lehey
Author: grog Date: Wed May 22 07:52:41 2013 New Revision: 250905 URL: http://svnweb.freebsd.org/changeset/base/250905 Log: MFH revisions 242743 to 243202: Make parameters to -c and -k options optional. If no parameters are supplied, print information for all keywords. Improve

svn commit: r189754 - head/usr.sbin/sysinstall

2009-03-12 Thread Greg Lehey
Author: grog Date: Fri Mar 13 03:51:41 2009 New Revision: 189754 URL: http://svn.freebsd.org/changeset/base/189754 Log: Add menus to read install.cfg from any disk device sysinstall can see (eg USB key, CD) rather than just floppy. Handle \r\n line termination in a cfg file. Add

svn commit: r227370 - head/usr.bin/calendar

2011-11-08 Thread Greg Lehey
Author: grog Date: Wed Nov 9 01:40:46 2011 New Revision: 227370 URL: http://svn.freebsd.org/changeset/base/227370 Log: Tidy up command line processing: - Add ? option to optstring. - Sort options alphabetically. - Vertical space. Tidy up usage() function. Bring man page

svn commit: r264064 - head/bin/ls

2014-04-02 Thread Greg Lehey
Author: grog Date: Thu Apr 3 05:48:28 2014 New Revision: 264064 URL: http://svnweb.freebsd.org/changeset/base/264064 Log: Make -f set -a, as required by the standard. From the original OpenBSD commit message: restore the traditional behavior of -f implying -a; apparently Keith

svn commit: r264066 - head/bin/ls

2014-04-02 Thread Greg Lehey
Author: grog Date: Thu Apr 3 05:49:28 2014 New Revision: 264066 URL: http://svnweb.freebsd.org/changeset/base/264066 Log: Add information on standards compliance of many options. MFC after:2 weeks Modified: head/bin/ls/ls.1 Modified: head/bin/ls/ls.1

svn commit: r264093 - head/bin/ls

2014-04-03 Thread Greg Lehey
Author: grog Date: Thu Apr 3 23:22:04 2014 New Revision: 264093 URL: http://svnweb.freebsd.org/changeset/base/264093 Log: Typo. Reported by: Igor Sobrado. Modified: head/bin/ls/ls.1 Modified: head/bin/ls/ls.1

svn commit: r264098 - head/bin/ls

2014-04-03 Thread Greg Lehey
Author: grog Date: Fri Apr 4 01:48:25 2014 New Revision: 264098 URL: http://svnweb.freebsd.org/changeset/base/264098 Log: -k option is compliant with POSIX. Modified: head/bin/ls/ls.1 Modified: head/bin/ls/ls.1 ==

svn commit: r300003 - head/share/man/man4

2016-05-16 Thread Greg Lehey
Author: grog Date: Tue May 17 04:40:00 2016 New Revision: 33 URL: https://svnweb.freebsd.org/changeset/base/33 Log: Correct use of incorrect grammar. Modified: head/share/man/man4/gdb.4 Modified: head/share/man/man4/gdb.4

svn commit: r304065 - head/usr.bin/calendar/calendars

2016-08-13 Thread Greg Lehey
Author: grog Date: Sat Aug 13 23:35:20 2016 New Revision: 304065 URL: https://svnweb.freebsd.org/changeset/base/304065 Log: Correct date ov VJ day (1945-08-15, about 03:00 UTC). Modified: head/usr.bin/calendar/calendars/calendar.holiday Modified:

svn commit: r307803 - stable/10/usr.bin/calendar/calendars

2016-10-22 Thread Greg Lehey
Author: grog Date: Sat Oct 22 22:36:32 2016 New Revision: 307803 URL: https://svnweb.freebsd.org/changeset/base/307803 Log: Spelling, title. Modified: stable/10/usr.bin/calendar/calendars/calendar.holiday Modified: stable/10/usr.bin/calendar/calendars/calendar.holiday

svn commit: r322638 - head/usr.bin/calendar/calendars

2017-08-17 Thread Greg Lehey
Author: grog Date: Fri Aug 18 00:25:27 2017 New Revision: 322638 URL: https://svnweb.freebsd.org/changeset/base/322638 Log: Goodbye, ache. Modified: head/usr.bin/calendar/calendars/calendar.freebsd Modified: head/usr.bin/calendar/calendars/calendar.freebsd

svn commit: r320427 - head/usr.bin/calendar/calendars

2017-06-27 Thread Greg Lehey
Author: grog Date: Wed Jun 28 00:50:51 2017 New Revision: 320427 URL: https://svnweb.freebsd.org/changeset/base/320427 Log: Spelling. Modified: head/usr.bin/calendar/calendars/calendar.history Modified: head/usr.bin/calendar/calendars/calendar.history

svn commit: r323042 - head/usr.bin/calendar/calendars

2017-08-30 Thread Greg Lehey
Author: grog Date: Wed Aug 30 23:49:14 2017 New Revision: 323042 URL: https://svnweb.freebsd.org/changeset/base/323042 Log: Spelling. Modified: head/usr.bin/calendar/calendars/calendar.holiday Modified: head/usr.bin/calendar/calendars/calendar.holiday

svn commit: r323135 - head/usr.bin/calendar/calendars/de_DE.ISO8859-1

2017-09-02 Thread Greg Lehey
Author: grog Date: Sat Sep 2 23:17:35 2017 New Revision: 323135 URL: https://svnweb.freebsd.org/changeset/base/323135 Log: Spelling. Modified: head/usr.bin/calendar/calendars/de_DE.ISO8859-1/calendar.geschichte Modified: head/usr.bin/calendar/calendars/de_DE.ISO8859-1/calendar.geschichte

svn commit: r326955 - stable/10/usr.bin/calendar/calendars

2017-12-18 Thread Greg Lehey
Author: grog Date: Tue Dec 19 01:02:58 2017 New Revision: 326955 URL: https://svnweb.freebsd.org/changeset/base/326955 Log: Revert revision 326923 Demanded unconditionally by: imp@ Modified: stable/10/usr.bin/calendar/calendars/calendar.birthday

svn commit: r326923 - stable/10/usr.bin/calendar/calendars

2017-12-17 Thread Greg Lehey
Author: grog Date: Sun Dec 17 22:12:57 2017 New Revision: 326923 URL: https://svnweb.freebsd.org/changeset/base/326923 Log: Correct character set. Modified: stable/10/usr.bin/calendar/calendars/calendar.birthday Modified: stable/10/usr.bin/calendar/calendars/calendar.birthday

svn commit: r342160 - head/sys/dev/pci

2018-12-16 Thread Greg Lehey
Author: grog Date: Mon Dec 17 07:09:46 2018 New Revision: 342160 URL: https://svnweb.freebsd.org/changeset/base/342160 Log: Work around BIOS quirks on HPE Proliant MicroServer Gen10 PR: 221350 Submitted by: Bob Bishop Reported by: Rafal Lukawiecki Reviewed by: jhb MFC

svn commit: r345251 - head/usr.bin/calendar/calendars

2019-03-17 Thread Greg Lehey
Author: grog Date: Sun Mar 17 22:26:50 2019 New Revision: 345251 URL: https://svnweb.freebsd.org/changeset/base/345251 Log: Change date of Canberra Day, now on second Monday in March. https://en.wikipedia.org/wiki/Canberra_Day Modified: head/usr.bin/calendar/calendars/calendar.australia

svn commit: r349043 - head/usr.bin/calendar/calendars

2019-06-14 Thread Greg Lehey
Author: grog Date: Fri Jun 14 23:53:19 2019 New Revision: 349043 URL: https://svnweb.freebsd.org/changeset/base/349043 Log: Edvard Hagerup Grieg parses as given name, mother's maiden name, surname Modified: head/usr.bin/calendar/calendars/calendar.birthday Modified:

svn commit: r349296 - stable/10/usr.bin/calendar/calendars

2019-06-22 Thread Greg Lehey
Author: grog Date: Sat Jun 22 23:36:28 2019 New Revision: 349296 URL: https://svnweb.freebsd.org/changeset/base/349296 Log: Correct Konrad Zuse's year of birth. Modified: stable/10/usr.bin/calendar/calendars/calendar.birthday Modified: stable/10/usr.bin/calendar/calendars/calendar.birthday

svn commit: r353909 - head/usr.bin/calendar/calendars

2019-10-22 Thread Greg Lehey
Author: grog Date: Wed Oct 23 01:11:25 2019 New Revision: 353909 URL: https://svnweb.freebsd.org/changeset/base/353909 Log: Correct spelling, apply appropriate respect. Modified: head/usr.bin/calendar/calendars/calendar.holiday Modified: head/usr.bin/calendar/calendars/calendar.holiday

svn commit: r355218 - head/usr.bin/calendar/calendars

2019-11-29 Thread Greg Lehey
Author: grog Date: Fri Nov 29 23:04:45 2019 New Revision: 355218 URL: https://svnweb.freebsd.org/changeset/base/355218 Log: Correct date and time of George Harrison's death. Source: https://www.beatlesbible.com/2001/11/29/george-harrison-dies/ Modified:

svn commit: r355192 - head/usr.bin/calendar/calendars

2019-11-28 Thread Greg Lehey
Author: grog Date: Thu Nov 28 21:22:04 2019 New Revision: 355192 URL: https://svnweb.freebsd.org/changeset/base/355192 Log: Clarify name of Pau Casals (it's Catalonian) Get correct birthday (from Wikipedia). Modified: head/usr.bin/calendar/calendars/calendar.music Modified:

svn commit: r358506 - head/usr.bin/calendar/calendars

2020-03-01 Thread Greg Lehey
Author: grog Date: Sun Mar 1 22:10:37 2020 New Revision: 358506 URL: https://svnweb.freebsd.org/changeset/base/358506 Log: Remove comment about Blackthorn winds, apparently imported from 4.4BSD Lite. Nowadays it's trivial to find the explanation, such as at

svn commit: r360057 - head/usr.bin/calendar/calendars

2020-04-17 Thread Greg Lehey
Author: grog Date: Fri Apr 17 23:14:51 2020 New Revision: 360057 URL: https://svnweb.freebsd.org/changeset/base/360057 Log: Tidy up syntax and punctuation of some entries. Modified: head/usr.bin/calendar/calendars/calendar.history Modified: head/usr.bin/calendar/calendars/calendar.history

svn commit: r359412 - head/usr.bin/calendar/calendars

2020-03-28 Thread Greg Lehey
Author: grog Date: Sat Mar 28 22:44:08 2020 New Revision: 359412 URL: https://svnweb.freebsd.org/changeset/base/359412 Log: Add year to Boganda's death. Modified: head/usr.bin/calendar/calendars/calendar.holiday Modified: head/usr.bin/calendar/calendars/calendar.holiday

svn commit: r359418 - head/usr.bin/ncal

2020-03-28 Thread Greg Lehey
Author: grog Date: Sun Mar 29 04:14:57 2020 New Revision: 359418 URL: https://svnweb.freebsd.org/changeset/base/359418 Log: Add STANDARDS section PR: 239723 Submitted by: Gordon Bergling Reported by: Gordon Bergling Modified: head/usr.bin/ncal/ncal.1 Modified:

svn commit: r359419 - head/usr.bin/ncal

2020-03-28 Thread Greg Lehey
Author: grog Date: Sun Mar 29 04:18:27 2020 New Revision: 359419 URL: https://svnweb.freebsd.org/changeset/base/359419 Log: Remove spurious transition from Julian to Gregorian for country "Latin". Arguably the entire -p option should be removed. It shows only a few countries, and it

svn commit: r366804 - stable/10/usr.bin/calendar/calendars

2020-10-17 Thread Greg Lehey
Author: grog Date: Sun Oct 18 01:57:49 2020 New Revision: 366804 URL: https://svnweb.freebsd.org/changeset/base/366804 Log: Correct location and date of the Boston Shoemakers' organization, which significantly predated the USA. Reference:

svn commit: r366805 - head/usr.bin/calendar/calendars

2020-10-17 Thread Greg Lehey
Author: grog Date: Sun Oct 18 03:01:26 2020 New Revision: 366805 URL: https://svnweb.freebsd.org/changeset/base/366805 Log: Correct location and date of the Boston Shoemakers' organization, which significantly predated the USA. Reference:

svn commit: r364854 - head/usr.bin/calendar/calendars

2020-08-26 Thread Greg Lehey
Author: grog Date: Thu Aug 27 03:50:34 2020 New Revision: 364854 URL: https://svnweb.freebsd.org/changeset/base/364854 Log: Update Hong Kong Liberation Day (hah!) Modified: head/usr.bin/calendar/calendars/calendar.holiday Modified: head/usr.bin/calendar/calendars/calendar.holiday

svn commit: r365984 - head/usr.bin/calendar/calendars

2020-09-21 Thread Greg Lehey
Author: grog Date: Mon Sep 21 22:55:51 2020 New Revision: 365984 URL: https://svnweb.freebsd.org/changeset/base/365984 Log: Remove claim that Allied Forces created "West Germany" in 1953. I can find no historic substantiation for such a claim. The Federal Republic of Germany was created

svn commit: r366243 - head/usr.bin/calendar

2020-09-28 Thread Greg Lehey
Author: grog Date: Tue Sep 29 05:49:45 2020 New Revision: 366243 URL: https://svnweb.freebsd.org/changeset/base/366243 Log: Document the fact (bug?) that the -a option will normally process root's calendar files three times, once each for root, toor and daemon. This relates to bug

svn commit: r364056 - head/usr.bin/calendar/calendars

2020-08-08 Thread Greg Lehey
Author: grog Date: Sun Aug 9 00:34:35 2020 New Revision: 364056 URL: https://svnweb.freebsd.org/changeset/base/364056 Log: Remove incorrect duplicate. Modified: head/usr.bin/calendar/calendars/calendar.history Modified: head/usr.bin/calendar/calendars/calendar.history

svn commit: r364057 - head/usr.bin/calendar/calendars/de_DE.ISO8859-1

2020-08-08 Thread Greg Lehey
Author: grog Date: Sun Aug 9 00:35:47 2020 New Revision: 364057 URL: https://svnweb.freebsd.org/changeset/base/364057 Log: Correct date for Nagasaki bombing. Modified: head/usr.bin/calendar/calendars/de_DE.ISO8859-1/calendar.geschichte Modified:

svn commit: r362901 - head/usr.bin/calendar/calendars/de_DE.ISO8859-1

2020-07-02 Thread Greg Lehey
Author: grog Date: Thu Jul 2 22:59:05 2020 New Revision: 362901 URL: https://svnweb.freebsd.org/changeset/base/362901 Log: Use canonical description for Schlacht bei Königgrätz, add year. Modified: head/usr.bin/calendar/calendars/de_DE.ISO8859-1/calendar.geschichte Modified:

svn commit: r363000 - head/usr.bin/calendar/calendars

2020-07-07 Thread Greg Lehey
Author: grog Date: Wed Jul 8 01:47:20 2020 New Revision: 363000 URL: https://svnweb.freebsd.org/changeset/base/363000 Log: Be more precise about Percy Grainger's place of birth. Modified: head/usr.bin/calendar/calendars/calendar.music Modified: