procps/.gitignore
Craig Small 32e1b2e297 A locale-independent strtod
There is a need in some utilities to have a way of accepting both
types of decimal points "." and ",". The only way seems to be to
rebuild strtod().

This new function will accept "123.456" and "123,456" as 123.456
and considers them the same number. It means we lose thousands
separator, but this is rarely used.

test scripts are added to check the function returns the proper
values. There was simpler predecessor that got stuck on negative
0 or -0.123 which these tests flushed out.

References:
2016-03-03 21:24:08 +11:00

65 lines
598 B
Plaintext

*.lo
*.o
*.so
*.swp
.deps
.libs
.version
.dirstamp
ABOUT-NLS
aclocal.m4
autom4te.cache
compile
config.cache
config.guess
config.h
config.h.in
config.log
config.rpath
config.status
config.sub
configure
depcomp
free
INSTALL
install-sh
kill
libtool
ltmain.sh
m4/
Makefile
Makefile.in
missing
mkinstalldirs
pgrep
pidof
pkill
pmap
procps-ng-*.tar.xz
proc/.depend
proc/libprocps.la
proc/libprocps.pc
proc/Makefile
proc/Makefile.in
ps/Makefile
ps/Makefile.in
ps/pscommand
pwdx
skill
slabtop
snice
stamp-h1
sysctl
test-driver
tload
top/Makefile
top/Makefile.in
top/top
uptime
vmstat
w
watch
*~
*.log
*.sum