1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-30 08:09:04 +00:00
emacs/lisp/net
Paul Eggert 0e23ef9dde Better seed support for (random).
* doc/lispref/numbers.texi (Random Numbers): Document new behavior of
the calls (random) and (random STRING).
* etc/NEWS: Document new behavior of (random), (random "string").
* lisp/play/5x5.el, lisp/play/animate.el, lisp/play/cookie1.el:
* lisp/play/dissociate.el, lisp/play/doctor.el, lisp/play/dunnet.el:
* lisp/play/gomoku.el, lisp/play/landmark.el, lisp/play/mpuz.el:
* lisp/play/tetris.el, lisp/play/zone.el:
* lisp/calc/calc-comb.el (math-init-random-base):
* lisp/play/blackbox.el (bb-init-board):
* lisp/play/life.el (life):
* lisp/server.el (server-use-tcp):
* lisp/type-break.el (type-break):
Remove unnecessary call to (random t).
* lisp/net/sasl.el (sasl-unique-id-function):
Change (random t) to (random), now that the latter is more random.
* lisp/play/life.el (life-initialized): Remove no-longer-needed var.
* lisp/gnus/gnus-sync.el (gnus-sync-lesync-setup):
* lisp/gnus/message.el (message-canlock-generate, message-unique-id):
Change (random t) to (random), now that the latter is more random.
* lisp/org/org-id.el (org-id-uuid):
Change (random t) to (random), now that the latter is more random.
* src/emacs.c (main): Call init_random.
* src/fns.c (Frandom): Set the seed from a string argument, if given.
Remove long-obsolete Gentzel cruft.
* src/lisp.h, src/sysdep.c (seed_random): Now takes address and size, not long.
(init_random): New function.
2012-08-31 18:04:26 -07:00
..
.gitignore
ange-ftp.el Don't use the abbreviation "win" to refer to Windows (Bug#10421). 2012-07-29 01:18:29 -07:00
browse-url.el More CL cleanups and reduction of use of cl.el. 2012-07-11 19:13:41 -04:00
dbus.el Replace version 24.2 with 24.3 where appropriate (hopefully) 2012-08-15 09:29:11 -07:00
dig.el
dns.el
eudc-bob.el
eudc-export.el
eudc-hotlist.el
eudc-vars.el
eudc.el More CL cleanups and reduction of use of cl.el. 2012-07-11 19:13:41 -04:00
eudcb-bbdb.el
eudcb-ldap.el
eudcb-mab.el
eudcb-ph.el
gnutls.el Reduce use of (require 'cl). 2012-07-10 07:51:54 -04:00
goto-addr.el
hmac-def.el
hmac-md5.el
imap.el Doc fixes for imap.el. 2012-08-03 10:49:51 +08:00
ldap.el More CL cleanups and reduction of use of cl.el. 2012-07-11 19:13:41 -04:00
mairix.el More CL cleanups and reduction of use of cl.el. 2012-07-11 19:13:41 -04:00
net-utils.el
netrc.el Merge changes made in Gnus master; Remove dead code 2012-07-24 22:17:17 +00:00
network-stream.el
newst-backend.el
newst-plainview.el Face cleanups. Remove some uses of old-style face spec and :bold/:italic. 2012-06-09 00:39:49 +08:00
newst-reader.el Face cleanups. Remove some uses of old-style face spec and :bold/:italic. 2012-06-09 00:39:49 +08:00
newst-ticker.el Remove incorrect uses of "modeline". 2012-06-02 18:56:09 +08:00
newst-treeview.el Face cleanups. Remove some uses of old-style face spec and :bold/:italic. 2012-06-09 00:39:49 +08:00
newsticker.el Remove incorrect uses of "modeline". 2012-06-02 18:56:09 +08:00
ntlm.el
quickurl.el More CL cleanups and reduction of use of cl.el. 2012-07-11 19:13:41 -04:00
rcirc.el Merge from emacs-24; up to 2012-05-04T19:17:01Z!monnier@iro.umontreal.ca 2012-08-28 09:01:59 -07:00
rcompile.el
rlogin.el * net/rlogin.el (rlogin-mode-map): Fix last change. 2012-05-11 08:40:43 -04:00
sasl-cram.el
sasl-digest.el
sasl-ntlm.el
sasl.el Better seed support for (random). 2012-08-31 18:04:26 -07:00
secrets.el More CL cleanups and reduction of use of cl.el. 2012-07-11 19:13:41 -04:00
snmp-mode.el More CL cleanups and reduction of use of cl.el. 2012-07-11 19:13:41 -04:00
soap-client.el Spelling fixes. 2012-05-28 23:16:49 -07:00
soap-inspect.el Spelling fixes. 2012-05-28 23:16:49 -07:00
socks.el
telnet.el
tls.el
tramp-cache.el Sync with Tramp 2.2.6-pre. 2012-06-11 12:30:07 +02:00
tramp-cmds.el Sync with Tramp 2.2.6-pre. 2012-07-05 08:57:57 +02:00
tramp-compat.el Sync with Tramp 2.2.6-pre. 2012-07-05 08:57:57 +02:00
tramp-ftp.el Sync with Tramp 2.2.6-pre. 2012-06-11 12:30:07 +02:00
tramp-gvfs.el Remove outdated and unnecessary dbus- declarations. 2012-06-30 14:22:18 -07:00
tramp-gw.el Sync with Tramp 2.2.6-pre. 2012-06-11 12:30:07 +02:00
tramp-sh.el * eshell/esh-ext.el (eshell-external-command): Do not examine 2012-08-29 14:49:44 +02:00
tramp-smb.el Replace version 24.2 with 24.3 where appropriate (hopefully) 2012-08-15 09:29:11 -07:00
tramp-uu.el
tramp.el * net/tramp.el (tramp-accept-process-output): Accept only output 2012-08-20 16:06:06 +02:00
trampver.el Sync with Tramp 2.2.6-pre. 2012-06-11 12:30:07 +02:00
webjump.el
xesam.el More CL cleanups and reduction of use of cl.el. 2012-07-11 19:13:41 -04:00
zeroconf.el More CL cleanups and reduction of use of cl.el. 2012-07-11 19:13:41 -04:00