Skip to content

Commit 745281f

Browse files
alejandro-colomarhallyn
authored andcommitted
lib/atoi/, *: Split files
1 parent 2dda45a commit 745281f

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

56 files changed

+971
-699
lines changed

lib/Makefile.am

Lines changed: 26 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -43,16 +43,34 @@ libshadow_la_SOURCES = \
4343
alloc/x/xmalloc.h \
4444
alloc/x/xrealloc.c \
4545
alloc/x/xrealloc.h \
46-
atoi/a2i.c \
47-
atoi/a2i.h \
46+
atoi/a2i/a2i.c \
47+
atoi/a2i/a2i.h \
48+
atoi/a2i/a2s.c \
49+
atoi/a2i/a2s.h \
50+
atoi/a2i/a2s_c.c \
51+
atoi/a2i/a2s_c.h \
52+
atoi/a2i/a2s_nc.c \
53+
atoi/a2i/a2s_nc.h \
54+
atoi/a2i/a2u.c \
55+
atoi/a2i/a2u.h \
56+
atoi/a2i/a2u_c.c \
57+
atoi/a2i/a2u_c.h \
58+
atoi/a2i/a2u_nc.c \
59+
atoi/a2i/a2u_nc.h \
4860
atoi/getnum.c \
4961
atoi/getnum.h \
50-
atoi/str2i.c \
51-
atoi/str2i.h \
52-
atoi/strtoi.c \
53-
atoi/strtoi.h \
54-
atoi/strtou_noneg.c \
55-
atoi/strtou_noneg.h \
62+
atoi/str2i/str2i.c \
63+
atoi/str2i/str2i.h \
64+
atoi/str2i/str2s.c \
65+
atoi/str2i/str2s.h \
66+
atoi/str2i/str2u.c \
67+
atoi/str2i/str2u.h \
68+
atoi/strtoi/strtoi.c \
69+
atoi/strtoi/strtoi.h \
70+
atoi/strtoi/strtou.c \
71+
atoi/strtoi/strtou.h \
72+
atoi/strtoi/strtou_noneg.c \
73+
atoi/strtoi/strtou_noneg.h \
5674
attr.h \
5775
audit_help.c \
5876
basename.c \

lib/atoi/a2i.c

Lines changed: 0 additions & 46 deletions
This file was deleted.

0 commit comments

Comments
 (0)