Convert utility.c into libbb.a. It is now a whole pile of .c
authorEric Andersen <andersen@codepoet.org>
Fri, 16 Mar 2001 22:47:14 +0000 (22:47 -0000)
committerEric Andersen <andersen@codepoet.org>
Fri, 16 Mar 2001 22:47:14 +0000 (22:47 -0000)
commitaad1a88c76f208d188fd061e3723bd637437e8d5
tree75ac2b994f7f04af776e93eeedba82b873ff557e
parentdfba13d199bb58d802df99c1ef20fdc0d628e86d
Convert utility.c into libbb.a.  It is now a whole pile of .c
files.  Clean up the resulting damage and fix up the makefile.
 -Erik
47 files changed:
Makefile
applets.c [new file with mode: 0644]
applets/applets.c [new file with mode: 0644]
busybox.h
include/busybox.h
include/libbb.h [new file with mode: 0644]
libbb/ask_confirmation.c [new file with mode: 0644]
libbb/check_wildcard_match.c [new file with mode: 0644]
libbb/chomp.c [new file with mode: 0644]
libbb/copy_file.c [new file with mode: 0644]
libbb/copy_file_chunk.c [new file with mode: 0644]
libbb/create_path.c [new file with mode: 0644]
libbb/device_open.c [new file with mode: 0644]
libbb/error_msg.c [new file with mode: 0644]
libbb/find_mount_point.c [new file with mode: 0644]
libbb/find_pid_by_name.c [new file with mode: 0644]
libbb/find_root_device.c [new file with mode: 0644]
libbb/full_read.c [new file with mode: 0644]
libbb/full_write.c [new file with mode: 0644]
libbb/get_console.c [new file with mode: 0644]
libbb/get_last_path_component.c [new file with mode: 0644]
libbb/get_line_from_file.c [new file with mode: 0644]
libbb/human_readable.c [new file with mode: 0644]
libbb/inode_hash.c [new file with mode: 0644]
libbb/isdirectory.c [new file with mode: 0644]
libbb/kernel_version.c [new file with mode: 0644]
libbb/libbb.h [new file with mode: 0644]
libbb/loop.c [new file with mode: 0644]
libbb/mode_string.c [new file with mode: 0644]
libbb/parse_mode.c [new file with mode: 0644]
libbb/parse_number.c [new file with mode: 0644]
libbb/print_file.c [new file with mode: 0644]
libbb/process_escape_sequence.c [new file with mode: 0644]
libbb/pwd_grp_wrappers.c [new file with mode: 0644]
libbb/recursive_action.c [new file with mode: 0644]
libbb/safe_read.c [new file with mode: 0644]
libbb/safe_strncpy.c [new file with mode: 0644]
libbb/syscalls.c [new file with mode: 0644]
libbb/syslog_msg_with_name.c [new file with mode: 0644]
libbb/time_string.c [new file with mode: 0644]
libbb/trim.c [new file with mode: 0644]
libbb/vdprintf.c [new file with mode: 0644]
libbb/wfopen.c [new file with mode: 0644]
libbb/xfuncs.c [new file with mode: 0644]
libbb/xregcomp.c [new file with mode: 0644]
mtab_file.c [new file with mode: 0644]
utility.c [deleted file]