index
:
busybox-w32
ansi
awk_faster
busybox
dscho-kill-gently
embed
fix_backslash
manifest
master
merge
merge_1_19
merge_1_20
noconsole
noconsole2
old
path_search
realpath
stty
su_cmd
su_cmd2
su_cmd3
symlink
tab_completion
tab_completion2
tilde
ucrt_hack
w32_1_26_2
wget-post-file
wip
A mirror of https://github.com/rmyorston/busybox-w32.git
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
coreutils
/
cat.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
move help text from include/usage.src.h to coreutils/*.c
Pere Orga
2011-03-31
1
-0
/
+9
*
*: make GNU licensing statement forms more regular
Denys Vlasenko
2010-08-16
1
-1
/
+1
*
*: fix "see file License ..." - the file is named LICENSE (in uppercase)
Denys Vlasenko
2010-08-16
1
-1
/
+1
*
remove defconfig. Now "make defconfig" simply uses defaults from Config.in
Denys Vlasenko
2010-06-06
1
-1
/
+1
*
partially migrate coreutils to Config.src and Kbuild.src
Denys Vlasenko
2010-06-04
1
-0
/
+12
*
*: rename ATTRIBUTE_XXX to just XXX.
Denis Vlasenko
2008-07-05
1
-1
/
+1
*
*: shrink by using [f]open_or_warn_stdin where appropriate
Denis Vlasenko
2008-03-17
1
-6
/
+2
*
*: add -Wunused-parameter; fix resulting breakage
Denis Vlasenko
2008-03-17
1
-1
/
+1
*
README: doccument the need of CONFIG_DESKTOP
Denis Vlasenko
2008-02-08
1
-1
/
+1
*
add -fvisibility=hidden to CC flags, mark XXX_main functions
Denis Vlasenko
2007-10-11
1
-1
/
+1
*
don't pass argc in getopt32, it's superfluous
Denis Vlasenko
2007-08-18
1
-1
/
+1
*
usage.c: remove reference to busybox.h
Denis Vlasenko
2007-05-26
1
-1
/
+1
*
bb_full_fd_action: remove potential xmalloc from NOFORK path
Denis Vlasenko
2007-04-11
1
-5
/
+8
*
audit small applets and mark some of them as NOFORK.
Denis Vlasenko
2007-04-10
1
-1
/
+7
*
suppress warnings about easch <applet>_main() having
Denis Vlasenko
2007-02-03
1
-0
/
+1
*
preparatory patch for -Wwrite-strings #1
Denis Vlasenko
2007-01-29
1
-1
/
+1
*
tar et al: die if bb_copyfd_size copies less than asked for.
Denis Vlasenko
2006-12-22
1
-2
/
+1
*
less: stop dying on bad regexps, quietly pipe data w/o
Denis Vlasenko
2006-12-21
1
-5
/
+3
*
introduce LONE_CHAR (optimized strcmp with one-char string)
Denis Vlasenko
2006-12-21
1
-9
/
+13
*
rename functions to more understandable names
Denis Vlasenko
2006-10-26
1
-2
/
+2
*
correct largefile support, add comments about it.
Denis Vlasenko
2006-10-08
1
-3
/
+4
*
getopt_ulflags -> getopt32.
Denis Vlasenko
2006-10-03
1
-1
/
+1
*
Add catv (separate applet instead of cat -v). Also cleanup cat.c comments,
Rob Landley
2006-05-31
1
-29
/
+2
*
Robert P. Day removed 8 gazillion occurrences of "extern" on function
Rob Landley
2006-03-06
1
-1
/
+1
*
As we no longer use function pointers for read in common archiving code
Glenn L McGrath
2003-11-21
1
-1
/
+1
*
Major coreutils update.
Manuel Novoa III
2003-03-19
1
-23
/
+37
*
Remove `== TRUE' tests and convert `!= TRUE' and `== FALSE' tests to use !.
Matt Kraai
2001-12-20
1
-1
/
+1
*
Major rework of the directory structure and the entire build system.
Eric Andersen
2001-10-24
1
-2
/
+2
*
Patchs from Jeff Garzik <jgarzik@mandrakesoft.com> to cleanup
Eric Andersen
2001-03-09
1
-0
/
+1
*
It turns out that DODMALLOC was broken when I reorganized busybox.h
Eric Andersen
2001-02-20
1
-1
/
+1
*
Fix up copyright msgs. Bump version to 0.49 in preparation for
0_49
Eric Andersen
2001-01-27
1
-1
/
+1
*
Fix header file usage -- there were many unnecessary header files included in
Eric Andersen
2001-01-27
1
-1
/
+1
*
Continue concatenating files even if we can't open one.
Matt Kraai
2000-09-27
1
-4
/
+5
*
Renamed "internal.h" to the more sensible "busybox.h".
Eric Andersen
2000-09-25
1
-1
/
+1
*
Handle 'cat -'
Eric Andersen
2000-09-21
1
-4
/
+3
*
Moved functions used by "lsmod" from cat.c to utility.c
Pavel Roskin
2000-07-17
1
-15
/
+1
*
Extract usage information into a separate file.
Matt Kraai
2000-07-16
1
-7
/
+0
*
Correct argument parsing and other minor cleanups.
Matt Kraai
2000-07-13
1
-11
/
+11
*
Updates to a number of apps to remove warnings/compile errors under libc5.
Eric Andersen
2000-06-19
1
-1
/
+1
*
More Doc updates. cmdedit and more termio fixes.
Erik Andersen
2000-04-21
1
-1
/
+5
*
Upates to include copyright 2000 to everything
Erik Andersen
2000-04-13
1
-1
/
+1
*
A few updates (including the cp fix the Craig has been looking for)
Erik Andersen
2000-03-04
1
-0
/
+8
*
Some formatting updates (ran the code through indent)
Erik Andersen
2000-02-08
1
-26
/
+28
*
Latest and greatest
Eric Andersen
1999-12-08
1
-3
/
+2
*
Stuf
Eric Andersen
1999-11-23
1
-3
/
+1
*
Fixed up copyright notices and such
Eric Andersen
1999-10-20
1
-1
/
+1
*
Fixed
Eric Andersen
1999-10-20
1
-1
/
+2
*
Added sfdisk. Ststic-ified a bunch of stuff.
Eric Andersen
1999-10-19
1
-1
/
+1
*
More stuff.
Eric Andersen
1999-10-18
1
-2
/
+1
*
More stuff...
Eric Andersen
1999-10-12
1
-10
/
+18
[next]