1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-07 04:10:27 -08:00
emacs/lisp/calendar
Paul Eggert 8023715cf1 Fix bugs found by 2019-09-29 regexp scanner
Problems reported by Mattias Engdegård in:
https://lists.gnu.org/r/emacs-devel/2019-09/threads.html
* lisp/calendar/iso8601.el (iso8601--year-match)
(iso8601--full-date-match, iso8601--without-day-match)
(iso8601--week-date-match, iso8601--ordinal-date-match)
(iso8601--zone-match):
* lisp/textmodes/rst.el (rst-re-alist-def):
Put ‘-’ at the end of bracketed ranges, following the style
suggestion in the Elisp manual.
(iso8601--time-match): Use \([0-9]*\) instead of \([0-9]+\)?
to pacify the regexp scanner.
(iso8601-parse-time): Adjust accordingly.
* lisp/language/burmese.el (burmese-composable-pattern):
* lisp/language/indian.el (devanagari-composable-pattern)
(bengali-composable-pattern, gurmukhi-composable-pattern)
(gujarati-composable-pattern, oriya-composable-pattern)
(telugu-composable-pattern, kannada-composable-pattern)
(malayalam-composable-pattern):
Prefer [ab] to [a-b] when the characters differ by 1,
to pacify the regexp scanner.
* lisp/language/burmese.el (burmese-composable-pattern):
Fix missing-‘\u’ typos.
* lisp/language/indian.el (gurmukhi-composable-pattern):
Fix missing-‘\’ typo.
* lisp/language/tibetan.el (tibetan-regexp):
Quote ‘+’ in regexp to pacify the regexp scanner.  Simplify.
* lisp/textmodes/rst.el (rst-re-alist-def): Fix ‘[]-'...]’
typo by putting the ‘-’ at end of the bracketed expression.
2019-10-04 14:40:29 -07:00
..
appt.el Use decoded time accessors in appt 2019-07-30 13:07:17 +02:00
cal-bahai.el Suppress warning about prefixless date variable in calendar 2019-06-15 14:22:45 +02:00
cal-china.el Suppress warning about `entry' in calendar 2019-06-15 14:30:50 +02:00
cal-coptic.el Suppress warning about prefixless date variable in calendar 2019-06-15 14:22:45 +02:00
cal-dst.el lisp/*.el: Fix typos and other trivial doc fixes 2019-09-21 00:27:53 +02:00
cal-french.el Suppress warning about prefixless date variable in calendar 2019-06-15 14:22:45 +02:00
cal-hebrew.el Suppress warning about `entry' in calendar 2019-06-15 14:30:50 +02:00
cal-html.el Update copyright year to 2019 2019-01-01 01:01:13 +00:00
cal-islam.el Suppress warning about prefixless date variable in calendar 2019-06-15 14:22:45 +02:00
cal-iso.el Suppress warning about prefixless date variable in calendar 2019-06-15 14:22:45 +02:00
cal-julian.el Suppress warning about prefixless date variable in calendar 2019-06-15 14:22:45 +02:00
cal-mayan.el lisp/*.el: Fix typos and other trivial doc fixes 2019-09-21 00:27:53 +02:00
cal-menu.el ; Unmaintain 2019-06-01 12:11:55 -07:00
cal-move.el ; Unmaintain 2019-06-01 12:11:55 -07:00
cal-persia.el Remove no-longer-needed integer overflow code 2019-07-22 16:36:50 -07:00
cal-tex.el ; Unmaintain 2019-06-01 12:11:55 -07:00
cal-x.el ; Unmaintain 2019-06-01 12:11:55 -07:00
calendar.el lisp/*.el: Fix typos and other trivial doc fixes 2019-09-21 00:27:53 +02:00
diary-lib.el lisp/*.el: Fix typos and other trivial doc fixes 2019-09-21 00:27:53 +02:00
holidays.el ; Unmaintain 2019-06-01 12:11:55 -07:00
icalendar.el Handle missing start-time when importing ical event (Bug#33277) 2019-09-09 18:35:02 +02:00
iso8601.el Fix bugs found by 2019-09-29 regexp scanner 2019-10-04 14:40:29 -07:00
lunar.el Suppress warning about prefixless date variable in calendar 2019-06-15 14:22:45 +02:00
parse-time.el More-compatible subsecond calendrical timestamps 2019-08-16 23:25:07 -07:00
solar.el ; Unmaintain 2019-06-01 12:11:55 -07:00
time-date.el Avoid some excess precision in time arithmetic 2019-08-20 17:36:46 -07:00
timeclock.el New function time-convert 2019-08-05 18:37:29 -07:00
todo-mode.el todo-mode.el compilation warning fix 2019-06-13 01:12:23 +02:00