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
/
sort.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
whitespace cleanup
Denys Vlasenko
2010-10-29
1
-2
/
+2
*
sort: -o FILE should create/truncate FILE
Denys Vlasenko
2010-10-18
1
-1
/
+1
*
*: replace xopen3 with xopen where makes sense
Denys Vlasenko
2010-10-18
1
-1
/
+1
*
*: make GNU licensing statement forms more regular
Denys Vlasenko
2010-08-16
1
-1
/
+1
*
sort: make sort -o FILE FILE (same FILE) work. Closes bug 785. -3 bytes
Denys Vlasenko
2009-12-13
1
-20
/
+36
*
libbb: robustify isXXXX(). +39 bytes
Denys Vlasenko
2009-11-18
1
-1
/
+1
*
libbb: [x]fopen_for_{read,write} introduced and used.
Denis Vlasenko
2008-07-21
1
-1
/
+1
*
libbb: introduce and use xrealloc_vector
Denis Vlasenko
2008-07-08
1
-2
/
+1
*
*: rename ATTRIBUTE_XXX to just XXX.
Denis Vlasenko
2008-07-05
1
-1
/
+1
*
*: use llist_pop for traverse-and-free list operation
Denis Vlasenko
2008-06-15
1
-3
/
+1
*
more -Wall warning fixes from Cristian Ionescu-Idbohrn.
Denis Vlasenko
2008-05-13
1
-1
/
+2
*
*: more uniform naming: s/xmalloc_getline/xmalloc_fgetline/
Denis Vlasenko
2008-03-26
1
-2
/
+2
*
*: shrink by using [f]open_or_warn_stdin where appropriate
Denis Vlasenko
2008-03-17
1
-6
/
+10
*
*: add -Wunused-parameter; fix resulting breakage
Denis Vlasenko
2008-03-17
1
-1
/
+1
*
sort: -z outputs NUL terminated lines. Closes bug 1591.
Denis Vlasenko
2008-02-13
1
-2
/
+3
*
- use standard-imposed constants some more
Bernhard Reutner-Fischer
2007-11-16
1
-2
/
+2
*
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
*
trylink: produce even more info about final link stage
Denis Vlasenko
2007-08-12
1
-1
/
+1
*
libbb: nuke BB_GETOPT_ERROR, always die if there are mutually exclusive options
Denis Vlasenko
2007-07-21
1
-1
/
+1
*
usage.c: remove reference to busybox.h
Denis Vlasenko
2007-05-26
1
-1
/
+1
*
audit small applets and mark some of them as NOFORK.
Denis Vlasenko
2007-04-10
1
-0
/
+3
*
getopt32: fix llist_t options ordering. llist_rev is not unused.
Denis Vlasenko
2007-04-08
1
-1
/
+0
*
sort: fix multiple -k (was ignoring all except last)
Denis Vlasenko
2007-02-17
1
-4
/
+10
*
suppress warnings about easch <applet>_main() having
Denis Vlasenko
2007-02-03
1
-0
/
+1
*
diff: small optimizations; do not try to diff non-seekable stream
Denis Vlasenko
2007-01-07
1
-9
/
+2
*
str2u() is only used when FEATURE_SORT_BIG is enabled
Mike Frysinger
2007-01-02
1
-0
/
+2
*
stty: fix width of a field for ppc32
Denis Vlasenko
2007-01-01
1
-87
/
+129
*
style fixes
Denis Vlasenko
2006-12-26
1
-2
/
+2
*
inline strcmp(s, "-") [actually macro-ize it for now - gcc is too stupid]
Denis Vlasenko
2006-12-16
1
-1
/
+1
*
sort: two small optimizations
Denis Vlasenko
2006-11-26
1
-9
/
+10
*
sort: reformat entire file wrt style.
Denis Vlasenko
2006-11-26
1
-182
/
+215
*
- end may be used uninitialized.
Bernhard Reutner-Fischer
2006-11-17
1
-1
/
+2
*
last nail into error_msg() (de)capitalization
Denis Vlasenko
2006-10-27
1
-4
/
+4
*
remove bb_printf and the like
Denis Vlasenko
2006-10-26
1
-1
/
+1
*
bb_get_[chomped]line_from_file wasn't descriptive enough.
Denis Vlasenko
2006-10-12
1
-2
/
+2
*
cut, mount: small improvements
Denis Vlasenko
2006-10-12
1
-2
/
+2
*
rename bb_default_error_retval -> xfunc_error_retval
Denis Vlasenko
2006-10-03
1
-1
/
+1
*
silly switch style fix
Denis Vlasenko
2006-09-27
1
-1
/
+1
*
whitespace cleanup
Denis Vlasenko
2006-09-17
1
-1
/
+1
*
Remove xcalloc() and convert its callers to xzalloc(). About half of them
Rob Landley
2006-08-03
1
-1
/
+1
*
Remove bb_ prefixes from xfuncs.c (and a few other places), consolidate
Rob Landley
2006-08-03
1
-11
/
+3
*
Fix bug found by Joey Hess and forwarded by Bastian Bunk. Add Joey Hess's
Rob Landley
2006-06-15
1
-3
/
+1
*
Replace isnan() and isinf() with inline tests so uClibc doesn't want us to
Rob Landley
2006-05-09
1
-6
/
+8
*
use strchr() not index()
Mike Frysinger
2006-04-16
1
-2
/
+2
*
A few changes falling out from the effort to make sed handle embedded NUL bytes.
Rob Landley
2006-02-24
1
-14
/
+4
*
just whitespace
Tim Riker
2006-01-25
1
-2
/
+2
*
Rename CONFIG_SORT_BIG to CONFIG_FEATURE_SORT_BIG so allbareconfig can find it.
Rob Landley
2005-10-08
1
-5
/
+6
*
applying patch from:
Paul Fox
2005-07-20
1
-1
/
+2
*
Patch from Bernhard Fischer to make a bunch of symbols static
Eric Andersen
2005-04-16
1
-3
/
+3
[next]