util  Diff

Differences From Artifact [4060441d9a]:

  • File mkpw.c — part of check-in [6a14de1811] at 2019-07-20 23:37:03 on branch trunk — udpate xpriv to use sysv shmem by default; give iaia an option to generate its own types, and allow selecting between 7-bit and 8-bit encodings for ascii (defaulting to 8-bit); update mkpw to work with new iaia; update ord to add flag controlling byte length (7 or 8) for iaia's ascii mode (user: lexi, size: 6088) [annotate] [blame] [check-ins using]

To Artifact [e02ebfb705]:


    31     31   #	define _cl_opt
    32     32   #endif
    33     33    
    34     34   #define options \
    35     35   	o('l',lower,mode = lower) \
    36     36   	o('m',mix,mode = mix) \
    37     37   	o('u',upper,mode = upper)\
           38  +	o('n',nocopy,copy = false)\
    38     39   	_cl_opt
    39     40   
    40     41   enum /* constants */ {
    41     42   	null = 0, true = 1, false = 0
    42     43   };
    43     44   
    44     45   typedef enum bad {