Files
emacs/lisp
Mattias Engdegård aa0c679f48 Avoid unbounded growth of cl-random-state components (bug#38753)
* lisp/emacs-lisp/cl-extra.el (cl-random):
Perform the modulo 2**23 operation before updating the state instead
of after.  The result is always the same, but it prevents the state
from growing into arbitrary large bignums.

Patch from Christopher Wellons.
2019-12-29 13:55:25 +01:00
..
2019-12-24 02:37:08 +01:00
2019-12-28 01:45:23 +01:00
2019-12-04 16:54:24 -08:00
2019-12-29 13:53:06 +01:00
2019-12-10 20:05:49 -08:00
2019-12-10 20:05:49 -08:00
2019-12-10 20:05:49 -08:00
2019-12-09 18:45:18 -08:00
2019-12-10 20:05:49 -08:00
2019-12-09 18:45:18 -08:00
2019-12-09 18:45:18 -08:00
2019-12-23 17:41:17 +02:00
2019-10-14 14:18:39 +02:00
2019-12-10 20:38:21 +00:00
2019-09-27 00:33:45 +02:00
2019-08-05 18:37:29 -07:00
2019-12-09 18:45:18 -08:00
2019-12-09 18:45:18 -08:00
2019-12-09 18:45:18 -08:00
2019-12-24 02:37:08 +01:00
2019-08-05 18:37:29 -07:00
2019-08-01 17:04:53 +03:00
2019-12-02 01:38:31 +01:00
2019-12-10 20:05:49 -08:00
2019-08-01 17:04:53 +03:00
2019-09-20 15:01:52 +02:00
2019-12-01 06:27:14 -08:00
2019-08-17 15:43:05 -07:00
2019-11-27 18:19:30 +02:00
2019-09-19 14:39:34 +02:00
2019-09-09 01:13:54 +02:00
2019-10-09 15:16:07 +02:00
2019-12-07 09:27:24 +02:00
2019-12-09 18:45:18 -08:00
2019-08-23 02:20:54 +02:00
2019-12-10 20:05:49 -08:00
2019-10-13 05:08:37 +02:00
2019-12-16 01:58:14 +02:00
2019-12-24 02:37:08 +01:00
2019-12-10 20:05:49 -08:00
2019-08-05 18:37:29 -07:00
2019-08-16 16:27:27 -07:00
2019-10-11 14:17:08 +02:00
2019-10-01 23:15:03 +03:00

This directory contains source code for the parts of Emacs that are
written in Emacs Lisp.  *.el files are Emacs Lisp source, and the
corresponding *.elc files are byte-compiled versions.  Byte-compiled
files are architecture-independent.

The term subdirectory contains Lisp files that customize Emacs for
certain terminal types.  When Emacs starts, it checks the TERM
environment variable to get the terminal type and loads
'term/${TERM}.el' if it exists.

The other subdirectories hold Lisp packages grouped by their general
purpose.