]> git.eshelyaron.com Git - emacs.git/commit
Revert overenthusiastic procfs fixup
authorPaul Eggert <eggert@cs.ucla.edu>
Mon, 12 Mar 2018 17:35:25 +0000 (10:35 -0700)
committerAndrew G Cohen <cohen@andy.bu.edu>
Tue, 11 Dec 2018 06:15:04 +0000 (14:15 +0800)
commitf82d6e91bd3fe346cb806a97fe2db0fa138acb44
treedc29aa0b50172ec8a4bfcb98bc2f7b343f8c8a0c
parent8c08be2fd8d0005562dd6d55698908341afbd6ac
Revert overenthusiastic procfs fixup

Also, be more systematic in calls to string_to_number.
* src/sysdep.c (list_system_processes) [HAVE_PROCFS]: Allow pids
to be floating-point if they exceed fixnum range.  This partially
reverts my patch 2018-03-09T20:06:05Z!eggert@cs.ucla.edu, which
went too far in fixing string-to-number mishandling.
src/data.c
src/lread.c
src/process.c
src/sysdep.c
src/xfaces.c