• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
No Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

oga's tools


Commit MetaInfo

Revision506c7d5096d24fc202f9d52918700d2a2dacf585 (tree)
Time2020-05-03 11:33:17
Authoroga <hyperoga@gmai...>
Commiteroga

Log Message

cal V1.94 release (support 2020 holiday)

Change Summary

Incremental Difference

--- a/cal.c
+++ b/cal.c
@@ -20,6 +20,7 @@
2020 * 2014.11.03 V1.91 fix NT usage color
2121 * 2015.04.13 V1.92 fix continuation substitute holiday, add -holidump
2222 * 2019.06.09 V1.93 append new birthday of tennou (2/23)
23+ * 2020.05.03 V1.94 append new birthday of tennou (2/23)
2324 *
2425 * X68000 : default
2526 * HI-UX : -DX_H3050R -D_HIUX_SOURCE
@@ -54,7 +55,7 @@
5455 #include <time.h>
5556 #endif
5657
57-#define VER "1.93"
58+#define VER "1.94"
5859 #define MAX_ENT 2000
5960
6061 #ifdef DOS
@@ -132,15 +133,21 @@ holidat_t new_holi[] = {
132133 5, 5, 1949, 9999, 0, 0, /* こどもの日 固定(1949-) */
133134
134135 7, 20, 1996, 2002, 0, 0, /* 海の日 固定(1996-2002) */
135- 7, 20, 2003, 9999, 3, 1, /* 海の日 2003年からHappyMonday適用 */
136+ 7, 20, 2003, 2019, 3, 1, /* 海の日 2003年からHappyMonday適用 V1.94-C */
137+ 7, 23, 2020, 2020, 0, 0, /* 海の日 固定(2020のみ) V1.94-A */
138+ 7, 20, 2021, 9999, 3, 1, /* 海の日 2003年からHappyMonday適用 V1.94-A */
136139
137- 8, 11, 2016, 9999, 0, 0, /* 山の日 固定(2016-) */
140+ 8, 11, 2016, 2019, 0, 0, /* 山の日 固定(2016-) V1.94-C */
141+ 8, 10, 2020, 2020, 0, 0, /* 山の日 固定(2020のみ) V1.94-A */
142+ 8, 11, 2021, 9999, 0, 0, /* 山の日 固定(2016-) V1.94-A */
138143
139144 9, 15, 1966, 2002, 0, 0, /* 敬老の日 固定(1966-2002) */
140145 9, 15, 2003, 9999, 3, 1, /* 敬老の日 2003年からHappyMonday適用 */
141146
142147 10, 10, 1966, 1999, 0, 0, /* 体育の日 固定(1966-1999) */
143- 10, 10, 2000, 9999, 2, 1, /* 体育の日 2000年からHappyMonday適用 */
148+ 10, 10, 2000, 2019, 2, 1, /* 体育の日 2000年からHappyMonday適用 V1.94-C */
149+ 10, 10, 2021, 9999, 2, 1, /* 体育の日 2000年からHappyMonday適用 V1.94-A */
150+ 7, 24, 2020, 2020, 0, 0, /* 体育の日 固定(2020のみ) V1.94-A */
144151
145152 11, 3, 1948, 9999, 0, 0, /* 文化の日 固定(1948-) */
146153