hush/libbb
Stephen Heumann 8f6869ae25 Miscellaneous changes for ORCA/C and GNO compatibility, mainly removing C99isms.
At this point, ORCA/C can process the main header files, and some smaller source files compile without errors.
2014-11-01 09:46:02 -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 Miscellaneous changes for ORCA/C and GNO compatibility, mainly removing C99isms. 2014-11-01 09:46:02 -05: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 Miscellaneous changes for ORCA/C and GNO compatibility, mainly removing C99isms. 2014-11-01 09:46:02 -05: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 main: free suid_config list after use 2011-05-16 12:21:31 +02:00
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 Miscellaneous changes for ORCA/C and GNO compatibility, mainly removing C99isms. 2014-11-01 09:46:02 -05: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 More removal of stuff that used long longs 2014-10-27 19:45:38 -05:00
u_signal_names.c kill[all[5]],pkill: make signal list show signal numbers, and show RTMIN/MAX 2011-01-03 13:08:58 +01:00
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 Miscellaneous changes for ORCA/C and GNO compatibility, mainly removing C99isms. 2014-11-01 09:46:02 -05:00
xfunc_die.c
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
xrealloc_vector.c