view .dir-locals.el @ 28241:ef7bc64a604b

dec2bin.m: Fix algorithm for numbers less than intmin ('int32') (bug #58147). * dec2bin.m: Document that negative numbers are restricted to < -flintmax/2. Validate input and error if negative numbers greater than -flintmax/2 are present. Update BIST tests.
author Rik <rik@octave.org>
date Sat, 25 Apr 2020 11:45:03 -0700
parents df203b20cfc6
children
line wrap: on
line source

((nil .
      ((c-file-style . "gnu")
       (indent-tabs-mode . nil)
       (fill-column . 72)))
 (change-log-mode . ((indent-tabs-mode . t)))
 (makefile-mode . ((indent-tabs-mode . t))))