index
:
platform/upstream/coreutils
accepted/tizen/ivi/genivi
accepted/tizen/ivi/stable
accepted/tizen_3.0.2014.q3_common
accepted/tizen_3.0.2014.q4_common
accepted/tizen_3.0.m14.3_ivi
accepted/tizen_3.0_ivi
accepted/tizen_base
accepted/tizen_common
accepted/tizen_generic
accepted/tizen_ivi
accepted/tizen_ivi_panda
accepted/tizen_mobile
accepted/tizen_tv
accepted/tizen_wearable
devel
sandbox/mwereski/upgrade
sandbox/mwereski/upstream
tizen
tizen_3.0.2014.q3_common
tizen_3.0.2014.q4_common
tizen_3.0.2015.q1_common
tizen_3.0.2015.q2_common
tizen_3.0.m14.2_ivi
tizen_3.0.m14.3_ivi
tizen_3.0.m1_mobile
tizen_3.0.m1_tv
tizen_3.0_ivi
tizen_base
tizen_ivi_genivi
tizen_ivi_panda
upstream
Domain: System / Uncategorized;
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Expand
)
Author
Files
Lines
2012-12-19
build: fix cygwin build issues
Zartaj Majeed
1
-2
/
+2
2012-12-17
readlink: support multiple command line arguments
Pádraig Brady
1
-27
/
+33
2012-12-15
tail,stat: improve support for the ceph file system
Bernhard Voelker
1
-0
/
+2
2012-12-08
cp: fix --no-preserve=mode to not exit 1
Bernhard Voelker
1
-2
/
+2
2012-12-07
df: do not print duplicate entries and rootfs by default
Ondrej Oprala
1
-0
/
+58
2012-12-06
cut: avoid a redundant heap allocation
Cojocaru Alexandru
1
-4
/
+4
2012-12-06
cut: improve error reporting
Cojocaru Alexandru
1
-3
/
+3
2012-12-04
maint: remove a redundant odd sized alloc from factor.c
Pádraig Brady
1
-2
/
+2
2012-12-04
factor: fix infinite loop on 32 bit powerpc
Colin Watson
1
-1
/
+1
2012-11-24
cut: do not print extraneous delimiters in some unusual cases
Jim Meyering
1
-4
/
+5
2012-11-24
cut: treat -b2-,3- like -b2-, not like -b3-
Jim Meyering
1
-2
/
+4
2012-11-24
seq: ensure correct output width for scientific notation input
Pádraig Brady
1
-0
/
+15
2012-11-22
df: reorder default field list of --output option
Bernhard Voelker
1
-4
/
+4
2012-11-20
install: fix security race
Paul Eggert
1
-2
/
+7
2012-11-20
nl: remove deprecated --page-increment option
Bernhard Voelker
1
-11
/
+0
2012-11-19
cut: do not accept the invalid range 0-
Bernhard Voelker
1
-0
/
+3
2012-11-18
build: fix compilation failure on x32
Daniel Schepler
1
-1
/
+1
2012-11-18
maint: correct indentation of W_TYPE_SIZE-defining cpp directives
Jim Meyering
1
-7
/
+7
2012-11-16
factor: tidy up primes.h again
Paul Eggert
1
-1
/
+1
2012-11-13
maint: avoid unnecessary #include to fix syntax-check failure
Jim Meyering
1
-1
/
+0
2012-11-12
factor: improve primes.h change
Paul Eggert
2
-2016
/
+8
2012-11-12
factor: maintainer builds primes.h, not builder
Paul Eggert
4
-35
/
+2096
2012-11-12
factor: port to systems with rpl_malloc
Paul Eggert
1
-0
/
+1
2012-11-09
doc: chcon: add descriptions for three undocumented options
Benno Schulenberg
1
-0
/
+4
2012-11-09
doc: with cp -n, option -f is not redundant but ignored
Benno Schulenberg
1
-3
/
+2
2012-11-08
df: document the new --output option
Bernhard Voelker
1
-0
/
+7
2012-11-08
df: add --output to select which fields to display
Bernhard Voelker
1
-235
/
+536
2012-11-04
timeout: add --preserve-status to always propagate the exit status
Ángel González
1
-9
/
+19
2012-11-04
build: avoid build failure on some HPPA systems
Pádraig Brady
1
-1
/
+7
2012-11-04
build: don't assume uintmax_t is 64 bits
Pádraig Brady
2
-2
/
+19
2012-11-04
build: don't rely on support for '%j' printf format
Pádraig Brady
2
-2
/
+2
2012-11-04
build: don't rely on support for '%*j' printf format
Pádraig Brady
1
-5
/
+4
2012-10-25
pr: fix -n to pad consistently and not crash
Pádraig Brady
1
-22
/
+6
2012-10-25
build: ensure factor links the iconv library
Pádraig Brady
1
-0
/
+1
2012-10-23
factor: add comments
Jim Meyering
1
-1
/
+5
2012-10-23
build: avoid warnings about unused variables and macros
Pádraig Brady
2
-8
/
+13
2012-10-23
build: avoid compile warnings in factor.c on some systems
Pádraig Brady
1
-3
/
+3
2012-10-23
build: avoid build failure on some sparc systems
Pádraig Brady
1
-1
/
+1
2012-10-17
cp: avoid data-corrupting free-memory-read
Jim Meyering
1
-3
/
+9
2012-10-09
factor: fix integer validation and GMP fallback
Pádraig Brady
1
-5
/
+33
2012-10-08
build: support older GMP versions
Pádraig Brady
1
-0
/
+24
2012-10-07
maint: avoid warning from gcc's -Wunused-macros
Jim Meyering
1
-0
/
+6
2012-10-05
build: avoid link failure when strerror is replaced
Jim Meyering
1
-0
/
+3
2012-10-04
factor: 25% speed-up, on output
Jim Meyering
1
-1
/
+5
2012-10-04
factor: merge with preexisting factor; integrate tests; avoid warnings
Jim Meyering
6
-2822
/
+2190
2012-10-04
factor: more improvements
Niels Möller
1
-58
/
+66
2012-10-04
factor: new much-improved implementation; not yet integrated
Torbjörn Granlund
2
-0
/
+4544
2012-10-04
maint: make-prime-list: syntax conventions; be robust for large N
Jim Meyering
1
-8
/
+10
2012-10-04
maint: make-prime-list: do not ignore write failure
Jim Meyering
1
-0
/
+8
2012-10-04
maint: make-prime-list: avoid -Wsuggest-attribute=const warning
Jim Meyering
1
-1
/
+3
[next]