procps-3.1.1 --> procps-3.1.2
better RPM generation
-general C99 clean-up
+use C99 features
some seLinux fixes
now count Inact_laundry as needed #172163
ps: fewer globals
ps: hardware-enforced buffer protection
-ps: smaller (was it 1 kB or 2 kB ?)
+ps: 1 kB smaller
top: B command added (for bold on/off)
top: handle old (and future) config files
top: man page tweak
vmstat header fixed
vmstat -a re-fixed
-procps-3.1.0 --> procps-3.1.0
+procps-3.0.5 --> procps-3.1.0
vmstat displays IO-wait time instead of bogus "w"
can build w/o shared library (set SHARED=0)
if (scoreboard[c|0xe0u]) badchar++; // duplicates not allowed
scoreboard[c|0xe0u]++;
tmp = strchr(old,c);
- if (tmp) c = *((tmp-old)+std);
- else c = '.';
+ if (!tmp) continue;
+ c = *((tmp-old)+std);
+ if (c == '.') continue;
if (scoreboard[c&0x1fu]) badchar++; // duplicates not allowed
scoreboard[c&0x1fu]++;
rc->win[0].fieldscur[u++] = c;