hush/libbb
2014-10-26 23:30:51 -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 find: cater for libc w/o FNM_CASEFOLD 2011-05-23 00:40:54 +02:00
get_line_from_file.c libbb: split bb_get_chunk_from_file and bb_get_chunk_with_continuation 2011-06-17 03:37:43 +02:00
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
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
safe_write.c
signals.c libbb: correctness/size tweaks in signal-related helpers 2012-09-27 13:20:34 +02:00
skip_whitespace.c
time.c libbb: fix parsing of "10101010" date/time form 2014-01-21 07:58:18 +01: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
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
xfuncs_printf.c Eliminate or disable all the warnings given by clang -Wall 2014-10-26 23:30:51 -05:00
xfuncs.c less: move "retry-on-EAGAIN" logic closer to read ops 2014-09-22 21:14:02 +02:00
xgetcwd.c
xrealloc_vector.c