hush/libbb
2014-10-27 19:45:38 -05:00
..
appletlib.c Eliminate or disable all the warnings given by clang -Wall 2014-10-26 23:30:51 -05:00
bb_qsort.c
bb_strtonum.c libbb/bb_strtonum: always set end ptr, even on error return 2011-12-22 13:00:32 +01:00
compare_string_array.c
concat_path_file.c
copyfd.c
default_error_retval.c
endofname.c move endofname() to libbb 2013-02-26 00:36:53 +01:00
full_write.c
get_last_path_component.c
get_line_from_file.c
getopt32.c randomconfig fixes 2011-08-10 00:51:29 +02:00
last_char_is.c
lineedit_ptr_hack.c
lineedit.c lineedit: fix trivial build failure 2014-01-10 14:38:26 +01:00
llist.c
mempcpy.c Minimal changes to enable hush-only builds on OS X 2014-10-26 21:14:47 -05:00
messages.c Minimal changes to enable hush-only builds on OS X 2014-10-26 21:14:47 -05:00
parse_mode.c
perror_msg.c
platform.c libbb: provide usleep() fallback implementation 2014-04-13 16:37:57 +02:00
printable_string.c
process_escape_sequence.c libbb/process_escape_sequence.c: fix recently broken handling of \\ 2010-10-25 12:14:21 +02:00
ptr_to_globals.c
read_key.c Add comments in keyboard escape sequences table 2012-06-11 14:40:17 +02:00
read.c
safe_gethostname.c sendmail: use host rather than NIS domain name for HELO 2012-04-28 17:04:19 +02:00
safe_poll.c
safe_strncpy.c klogd: do not log partial lines 2010-10-19 23:07:49 +02:00
safe_write.c *: make GNU licensing statement forms more regular 2010-08-16 20:14:46 +02:00
signals.c libbb: correctness/size tweaks in signal-related helpers 2012-09-27 13:20:34 +02:00
skip_whitespace.c
time.c More removal of stuff that used long longs 2014-10-27 19:45:38 -05:00
u_signal_names.c
unicode.c lineedit: improve Unicode handling (still buggy though) 2013-08-19 16:44:05 +02:00
verror_msg.c Fix compile failures 2014-05-02 07:18:55 +02:00
vfork_and_run.c Change vfork calls to use vfork_and_run operation with GNO-compatible semantics 2014-10-27 13:10:11 -05:00
wfopen.c
xatonum_template.c whitespace fixes. no code changes 2013-01-15 13:58:01 +01:00
xatonum.c Commonalize typical [b,]k,m suffix struct 2013-07-13 23:49:45 +02:00
xfunc_die.c *: make GNU licensing statement forms more regular 2010-08-16 20:14:46 +02:00
xfuncs_printf.c More removal of stuff that used long longs 2014-10-27 19:45:38 -05:00
xfuncs.c less: move "retry-on-EAGAIN" logic closer to read ops 2014-09-22 21:14:02 +02:00
xgetcwd.c *: whitespace fixes 2010-10-28 18:57:19 +02:00
xrealloc_vector.c