- Update to version 4
* Remove duplicate for All Saints Day for DE_BW and DE_RP.
* Spell the name of Norfolk Island correctly.
* Spell the name of Guy Fawkes correctly -- Fawkes, not Fawke.
* Correct the name of Canada's Northwest Territories
* Improve the computation of the Dutch Queen's and King's days
* Name of german federal state Saarland corrected.
* Name of swiss federal state Basel-Landschaft corrected.
* Alignment error for --date-format US fixed.
* Fix build on FreeBSD.
* Use _NL_TIME_FIRST_WEEKDAY to get correct defaults for -s N
option.
OBS-URL: https://build.opensuse.org/request/show/316011
OBS-URL: https://build.opensuse.org/package/show/Base:System/gcal?expand=0&rev=14
14 lines
409 B
Diff
14 lines
409 B
Diff
Index: src/common.h
|
|
===================================================================
|
|
--- src/common.h.orig
|
|
+++ src/common.h
|
|
@@ -282,7 +282,7 @@ extern char *getenv __P_ ((const char *e
|
|
|
|
/*! Default length of a "string" text buffer. */
|
|
# ifndef MAXLEN_MAX
|
|
-# define MAXLEN_MAX 1024
|
|
+# define MAXLEN_MAX 2048
|
|
# endif
|
|
|
|
/*! Default number of command line arguments in `my_argv[]' table. */
|