index
:
moreutils
master
[no description]
Dyson
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sponge.c
Age
Commit message (
Expand
)
Author
Files
Lines
2008-04-11
fix mode of new file renamed from temp file
Joey Hess
1
-3
/
+13
2008-04-11
minor changes
Joey Hess
1
-5
/
+7
2008-04-11
honor TMPDIR
Joey Hess
1
-6
/
+19
2008-04-11
optimize tempfile copying
Joey Hess
1
-7
/
+5
2008-04-11
more fixes to tempfile writeback
Joey Hess
1
-21
/
+33
2008-04-11
set umask before calling mkstemp
Joey Hess
1
-1
/
+3
2008-04-11
fix two bugs writing the output file
Joey Hess
1
-15
/
+18
2008-04-11
move code into a function
Joey Hess
1
-14
/
+24
2008-04-11
fix edge cases
Joey Hess
1
-5
/
+10
2008-04-11
reorder defines
Joey Hess
1
-1
/
+1
2008-04-11
set up signal handlers before creating temp file
Joey Hess
1
-3
/
+6
2008-04-11
another round of whitespace fixes
Joey Hess
1
-54
/
+55
2008-04-11
remove debug
Brock Noland
1
-1
/
+0
2008-04-11
sponge fixes
Brock Noland
1
-47
/
+67
2008-04-11
better usage message
Joey Hess
1
-1
/
+1
2008-04-10
first pass thru the code
Joey Hess
1
-183
/
+170
2008-04-10
make sponge use a temp file if the input is large
Joey Hess
1
-21
/
+232
2008-04-10
sponge: Ensure that suspending/resuming doesn't result in partial writes of t...
Joey Hess
1
-10
/
+8
2006-09-14
* spongs: Output to stdout if no file is specified, useful in a pipeline
joeyh
1
-5
/
+10
2006-08-20
* Add missing \n to sponge usage. Closes: #383944
joeyh
1
-1
/
+1
2006-03-23
* Back to Mithandir's C sponge, now fixed.
joeyh
1
-0
/
+90
2006-03-13
releasing version 0.6
0.6
joeyh
1
-91
/
+0
2006-03-08
* Indentation improvements.
joeyh
1
-48
/
+48
2006-03-03
* Switch sponge to a C implementation by mithandir.
joeyh
1
-0
/
+91