summaryrefslogtreecommitdiff
path: root/coreutils/cat.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Extract usage information into a separate file.Matt Kraai2000-07-161-7/+0
* Correct argument parsing and other minor cleanups.Matt Kraai2000-07-131-11/+11
* Updates to a number of apps to remove warnings/compile errors under libc5.Eric Andersen2000-06-191-1/+1
* More Doc updates. cmdedit and more termio fixes.Erik Andersen2000-04-211-1/+5
* Upates to include copyright 2000 to everythingErik Andersen2000-04-131-1/+1
* A few updates (including the cp fix the Craig has been looking for)Erik Andersen2000-03-041-0/+8
* Some formatting updates (ran the code through indent)Erik Andersen2000-02-081-26/+28
* Latest and greatestEric Andersen1999-12-081-3/+2
* StufEric Andersen1999-11-231-3/+1
* Fixed up copyright notices and suchEric Andersen1999-10-201-1/+1
* FixedEric Andersen1999-10-201-1/+2
* Added sfdisk. Ststic-ified a bunch of stuff.Eric Andersen1999-10-191-1/+1
* More stuff.Eric Andersen1999-10-181-2/+1
* More stuff...Eric Andersen1999-10-121-10/+18