index
:
forks/emacs.git
local/emacs-29
local/emacs30
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lisp
/
calendar
Commit message (
Expand
)
Author
Age
Files
Lines
*
lisp/*.el: Force non-nil result to t, to match docstring
Juanma Barranquero
2019-10-14
1
-2
/
+3
*
diary-mark-entries-hook doc string clarification
Lars Ingebrigtsen
2019-10-12
1
-1
/
+4
*
Fix off-by-one bug in ISO 8601 BC years
Paul Eggert
2019-10-05
1
-32
/
+17
*
Improve documentation for year-zero issues
Paul Eggert
2019-10-05
1
-5
/
+6
*
Fix bugs found by 2019-09-29 regexp scanner
Paul Eggert
2019-10-04
1
-9
/
+9
*
Make iso8601-parse take a FORM parameter like `decode-time'
Lars Ingebrigtsen
2019-09-29
1
-8
/
+9
*
Add support for sub-second ISO8601 strings
Lars Ingebrigtsen
2019-09-29
1
-6
/
+29
*
Fix up iso8601 time match regexp
Lars Ingebrigtsen
2019-09-29
1
-2
/
+2
*
lisp/*.el: Fix typos and other trivial doc fixes
Juanma Barranquero
2019-09-21
4
-24
/
+27
*
lisp/*.el, src/*.c: Fix typos in docstrings
Juanma Barranquero
2019-09-19
1
-2
/
+2
*
Handle missing start-time when importing ical event (Bug#33277)
Ulf Jasper
2019-09-09
1
-3
/
+4
*
Avoid some excess precision in time arithmetic
Paul Eggert
2019-08-20
1
-11
/
+21
*
Add FIXMEs for subsecond support
Paul Eggert
2019-08-17
2
-3
/
+9
*
More-compatible subsecond calendrical timestamps
Paul Eggert
2019-08-16
4
-66
/
+33
*
Broaden format-seconds to Lisp timestamps
Paul Eggert
2019-08-16
1
-1
/
+1
*
Make diary-european-date-forms elements mutually exclusive
Andreas Merziger
2019-08-15
1
-1
/
+1
*
decode-time now returns subsec too
Paul Eggert
2019-08-05
4
-10
/
+30
*
New function time-convert
Paul Eggert
2019-08-05
4
-6
/
+6
*
Fix 2019-08-04 regex lint
Paul Eggert
2019-08-04
1
-1
/
+1
*
Improve time function doc
Paul Eggert
2019-08-04
2
-3
/
+3
*
; Use more decoded time accessors in time-date.el
Basil L. Contovounesios
2019-08-01
1
-3
/
+3
*
format-time-string subsumes time-zone-format
Paul Eggert
2019-07-31
1
-14
/
+0
*
Rewrite `parse-iso8601-time-string' to use `iso8601-parse'
Lars Ingebrigtsen
2019-07-31
1
-65
/
+9
*
Allow timezone defaults in decoded-time-set-defaults
Lars Ingebrigtsen
2019-07-31
1
-1
/
+5
*
Default DST to "undecided" in decoded-time-set-defaults
Lars Ingebrigtsen
2019-07-31
1
-0
/
+6
*
Make time-zone-format take a SHORT parameter
Lars Ingebrigtsen
2019-07-31
1
-3
/
+7
*
Add new function time-zone-format
Lars Ingebrigtsen
2019-07-31
1
-0
/
+10
*
`decoded-time-set-defaults' refactored out from iso8601 code
Lars Ingebrigtsen
2019-07-31
2
-15
/
+21
*
Use decoded time accessors in timeclock
Lars Ingebrigtsen
2019-07-30
1
-3
/
+3
*
Use decoded time accessors in time-date
Lars Ingebrigtsen
2019-07-30
1
-1
/
+1
*
Use decoded time accessors in appt
Lars Ingebrigtsen
2019-07-30
1
-2
/
+3
*
Use decoded time accessors in calendar
Lars Ingebrigtsen
2019-07-30
3
-12
/
+15
*
Add an ISO 8601 parsing library
Lars Ingebrigtsen
2019-07-29
1
-0
/
+370
*
Add support for dealing with decoded time structures
Lars Ingebrigtsen
2019-07-29
1
-0
/
+149
*
Remove no-longer-needed integer overflow code
Paul Eggert
2019-07-22
1
-7
/
+1
*
Revert "* lisp/calc/calc-ext.el (math-scalarp): Fix typo"
Stefan Monnier
2019-06-26
1
-2
/
+2
*
* lisp/calc/calc-ext.el (math-scalarp): Fix typo
Stefan Monnier
2019-06-26
1
-2
/
+2
*
* lisp/emacs-lisp/bytecomp.el (byte-compile-dynamic): Mark obsolete
Stefan Monnier
2019-06-21
1
-6
/
+1
*
Doc string fix
Lars Ingebrigtsen
2019-06-19
1
-1
/
+1
*
Remove XEmacs compat code from timeclock.el
Lars Ingebrigtsen
2019-06-19
1
-10
/
+6
*
Suppress warning about `entry' in calendar
Lars Ingebrigtsen
2019-06-15
2
-2
/
+8
*
Suppress warning about prefixless date variable in calendar
Lars Ingebrigtsen
2019-06-15
11
-22
/
+63
*
Avoid using registerv-make in senator.el
Lars Ingebrigtsen
2019-06-14
1
-1
/
+2
*
todo-mode.el compilation warning fix
Lars Ingebrigtsen
2019-06-13
1
-0
/
+1
*
Make icalendar-import-buffer not show diary file buffer
Thomas Fitzsimmons
2019-06-07
2
-33
/
+30
*
; Unmaintain
Glenn Morris
2019-06-01
20
-20
/
+20
*
Update author/maintainer info
Paul Eggert
2019-05-26
2
-2
/
+2
*
Remove time-date debugging scaffolding
Paul Eggert
2019-05-21
1
-1
/
+1
*
* lisp/calendar/time-date.el (date-to-time): 'signal' only takes 2 args
Stefan Monnier
2019-04-19
1
-3
/
+3
*
* lisp/calendar/parse-time.el (parse-time-string): Use functionp and setf
Stefan Monnier
2019-04-19
1
-13
/
+13
[next]