Start 1.33.0 development cycle
[oweals/busybox.git] / libbb / get_line_from_file.c
2018-09-02 Denys Vlasenkolibbb: in xmalloc_fgets(), use size_t for bb_get_chunk_...
2018-09-02 Denys VlasenkoRevert "libbb: remove unnecessary variable in xmalloc_f...
2018-04-01 Denys Vlasenkolibbb: new function bb_die_memory_exhausted
2018-04-01 Quentin Rameaused: prevent overflow of length from bb_get_chunk_from_file
2018-04-01 Quentin Rameaulibbb: remove unnecessary variable in xmalloc_fgets
2017-10-05 Denys Vlasenkowhitespace and comment format fixes, no code changes
2011-06-17 Denys Vlasenkolibbb: split bb_get_chunk_from_file and bb_get_chunk_wi...
2011-04-16 Denys Vlasenkosmall fixes atop syslog config patch
2010-08-16 Denys Vlasenko*: make GNU licensing statement forms more regular
2010-06-19 Denys VlasenkoMerge branch 'master' of git+ssh://vda@busybox.net...
2010-06-18 Denys Vlasenko*: stop defining _GNU_SOURCE in source files, it's...
2008-08-09 Denis Vlasenkooptimize config_read() (by Timo Teras <timo.teras AT...
2008-08-09 Denis Vlasenkogrep: option to use GNU regex matching instead of POSIX...
2008-07-15 Denis Vlasenkolibbb: document plans to speed up line-based input
2008-07-15 Denis Vlasenkolibbb: experimental faster string reading routines.
2008-07-08 Denis Vlasenkolibbb: introduce and use xrealloc_vector
2008-06-27 Denis Vlasenko*: introduce and use FAST_FUNC: regparm on i386, otherw...
2008-03-26 Denis Vlasenko*: more uniform naming: s/xmalloc_getline/xmalloc_fgetline/
2007-12-26 Denis VlasenkoFix xmalloc_fgets_str so that it really does NOT strip...
2007-04-12 Denis Vlasenkostyle fixes. No code changes
2007-01-17 Denis Vlasenkosed,get_line_from_file: improve comments
2007-01-11 Denis VlasenkoTrailing whitespace removal over entire tree
2006-12-20 Denis Vlasenkoless: somewhat buggy applet, but nice. Muchly reduced
2006-12-02 Denis Vlasenkosed: improve handling of NULs
2006-11-30 Denis Vlasenkopasswd: rework:
2006-10-12 Denis Vlasenkobb_get_[chomped]line_from_file wasn't descriptive enough.
2006-10-12 Denis Vlasenkocut, mount: small improvements
2006-10-01 Denis Vlasenkosed: unbreak multiple -e, -f option handling (my fault)
2006-06-10 Bernhard Reutner... - fix bug #887, in bb_get_chomped_line_from_file()...
2006-03-06 Rob LandleyRobert P. Day removed 8 gazillion occurrences of "exter...
2006-02-24 Rob LandleyA few changes falling out from the effort to make sed...
2005-01-24 Rob LandleySort rewrite to be SUSv3 compliant. New config option...
2004-03-15 Eric AndersenRemove trailing whitespace. Update copyright to includ...
2003-09-16 Glenn L McGrathConfiguration option to define wether to follows GNU...
2003-07-14 Eric AndersenUpdate a bunch of docs. Run a script to update my...
2003-03-19 Manuel Novoa III Major coreutils update.
2001-11-20 Matt KraaiTreat NUL as the end-of-line.
2001-10-24 Eric AndersenMajor rework of the directory structure and the entire...
2001-03-16 Eric AndersenConvert utility.c into libbb.a. It is now a whole...