index
:
forks/busybox
1_33_stable
master
Busybox tree with Carbs Linux patches
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libbb
/
fgets_str.c
Age
Commit message (
Expand
)
Author
2017-10-05
whitespace and comment format fixes, no code changes
Denys Vlasenko
2010-08-16
*: make GNU licensing statement forms more regular
Denys Vlasenko
2009-03-18
ftpd: fix command fetching to not do it in 1-byte reads;
Denis Vlasenko
2008-06-27
*: introduce and use FAST_FUNC: regparm on i386, otherwise no-on
Denis Vlasenko
2007-12-26
Fix xmalloc_fgets_str so that it really does NOT strip terminator.
Denis Vlasenko
2006-10-26
rename functions to more understandable names
Denis Vlasenko
2006-10-12
small style fixes
Denis Vlasenko
2006-07-10
Replace current verbose GPL stuff in libbb/*.c with one-line GPL boilerplate.
"Robert P. J. Day"
2004-03-15
Remove trailing whitespace. Update copyright to include 2004.
Eric Andersen
2003-07-14
Update a bunch of docs. Run a script to update my email addr.
Eric Andersen
2001-10-24
Major rework of the directory structure and the entire build system.
Eric Andersen
2001-10-18
Return NULL if EOF is encountered before terminating_string.
Matt Kraai
2001-10-18
Revert that change. As Matt Kraai rightly points out,
Eric Andersen
2001-10-18
Patch from Stefan Soucek <ssoucek@coactive.com> to
Eric Andersen
2001-06-13
Reorganise unarchive functions, new files, removed some
Glenn L McGrath