summaryrefslogtreecommitdiff
path: root/coreutils/cat.c
Commit message (Expand)AuthorAgeFilesLines
* libbb: introduce and use fputs_stdoutRon Yorston2021-02-031-1/+1
* nl: ensure '-b n' option displays file contentRon Yorston2021-02-021-1/+1
* cat,nl: fix handling of open errorsDenys Vlasenko2018-11-291-2/+4
* cat: fix cat -e and cat -v erroneously numbering 1st lineDenys Vlasenko2018-04-291-3/+3
* randomconfig fixesDenys Vlasenko2017-12-311-1/+4
* getopt32: remove opt_complementaryDenys Vlasenko2017-08-081-3/+5
* config: deindent all help textsDenys Vlasenko2017-07-211-4/+4
* Update menuconfig items with approximate applet sizesDenys Vlasenko2017-07-181-1/+1
* cat: fix "cat -An" ignoring -n; make numbering go througn all filesDenys Vlasenko2017-07-141-15/+29
* cat: allow compiling out -n and -bKang-Che Sung2017-07-141-21/+38
* catv: convert this bbox-specific applet into "cat -v"Denys Vlasenko2017-04-121-18/+122
* fix errors found with make_single_applets.shDenys Vlasenko2017-04-121-27/+0
* nl: new applet; also implement cat -nb (similar functionality to nl)Denys Vlasenko2017-04-051-4/+39
* Convert all coreutils/* applets to "new style" applet definitionsDenys Vlasenko2016-11-231-9/+7
* move help text from include/usage.src.h to coreutils/*.cPere Orga2011-03-311-0/+9
* *: make GNU licensing statement forms more regularDenys Vlasenko2010-08-161-1/+1
* *: fix "see file License ..." - the file is named LICENSE (in uppercase)Denys Vlasenko2010-08-161-1/+1
* remove defconfig. Now "make defconfig" simply uses defaults from Config.inDenys Vlasenko2010-06-061-1/+1
* partially migrate coreutils to Config.src and Kbuild.srcDenys Vlasenko2010-06-041-0/+12
* *: rename ATTRIBUTE_XXX to just XXX.Denis Vlasenko2008-07-051-1/+1
* *: shrink by using [f]open_or_warn_stdin where appropriateDenis Vlasenko2008-03-171-6/+2
* *: add -Wunused-parameter; fix resulting breakageDenis Vlasenko2008-03-171-1/+1
* README: doccument the need of CONFIG_DESKTOPDenis Vlasenko2008-02-081-1/+1
* add -fvisibility=hidden to CC flags, mark XXX_main functionsDenis Vlasenko2007-10-111-1/+1
* don't pass argc in getopt32, it's superfluousDenis Vlasenko2007-08-181-1/+1
* usage.c: remove reference to busybox.hDenis Vlasenko2007-05-261-1/+1
* bb_full_fd_action: remove potential xmalloc from NOFORK pathDenis Vlasenko2007-04-111-5/+8
* audit small applets and mark some of them as NOFORK.Denis Vlasenko2007-04-101-1/+7
* suppress warnings about easch <applet>_main() havingDenis Vlasenko2007-02-031-0/+1
* preparatory patch for -Wwrite-strings #1Denis Vlasenko2007-01-291-1/+1
* tar et al: die if bb_copyfd_size copies less than asked for.Denis Vlasenko2006-12-221-2/+1
* less: stop dying on bad regexps, quietly pipe data w/oDenis Vlasenko2006-12-211-5/+3
* introduce LONE_CHAR (optimized strcmp with one-char string)Denis Vlasenko2006-12-211-9/+13
* rename functions to more understandable namesDenis Vlasenko2006-10-261-2/+2
* correct largefile support, add comments about it.Denis Vlasenko2006-10-081-3/+4
* getopt_ulflags -> getopt32.Denis Vlasenko2006-10-031-1/+1
* Add catv (separate applet instead of cat -v). Also cleanup cat.c comments,Rob Landley2006-05-311-29/+2
* Robert P. Day removed 8 gazillion occurrences of "extern" on functionRob Landley2006-03-061-1/+1
* As we no longer use function pointers for read in common archiving codeGlenn L McGrath2003-11-211-1/+1
* Major coreutils update.Manuel Novoa III2003-03-191-23/+37
* Remove `== TRUE' tests and convert `!= TRUE' and `== FALSE' tests to use !.Matt Kraai2001-12-201-1/+1
* Major rework of the directory structure and the entire build system.Eric Andersen2001-10-241-2/+2
* Patchs from Jeff Garzik <jgarzik@mandrakesoft.com> to cleanupEric Andersen2001-03-091-0/+1
* It turns out that DODMALLOC was broken when I reorganized busybox.hEric Andersen2001-02-201-1/+1
* Fix up copyright msgs. Bump version to 0.49 in preparation for0_49Eric Andersen2001-01-271-1/+1
* Fix header file usage -- there were many unnecessary header files included inEric Andersen2001-01-271-1/+1
* Continue concatenating files even if we can't open one.Matt Kraai2000-09-271-4/+5
* Renamed "internal.h" to the more sensible "busybox.h".Eric Andersen2000-09-251-1/+1
* Handle 'cat -'Eric Andersen2000-09-211-4/+3
* Moved functions used by "lsmod" from cat.c to utility.cPavel Roskin2000-07-171-15/+1