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
/
util-linux
/
script.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
getopt32: remove opt_complementary
Denys Vlasenko
2017-08-08
1
-2
/
+4
*
getopt32: remove applet_long_options
Denys Vlasenko
2017-08-08
1
-3
/
+1
*
*: fix up use of "getopt_longopts" for longopts not in getopt applet
Denys Vlasenko
2017-08-08
1
-2
/
+2
*
script: -f means "flush", not "fsync"
Denys Vlasenko
2017-08-07
1
-4
/
+6
*
script: make -t[FILE] compatible with util-linux
Denys Vlasenko
2017-08-07
1
-7
/
+15
*
script: make -t independent of scriptreplay
Denys Vlasenko
2017-08-07
1
-7
/
+15
*
config: deindent all help texts
Denys Vlasenko
2017-07-21
1
-1
/
+1
*
Update menuconfig items with approximate applet sizes
Denys Vlasenko
2017-07-18
1
-1
/
+1
*
Convert all util-linux/* applets to "new style" applet definitions
Denys Vlasenko
2016-11-23
1
-0
/
+9
*
*: hopefully all setup_common_bufsiz() are in place
Denys Vlasenko
2016-04-21
1
-5
/
+5
*
libbb: make bb_common_bufsiz1 1 kbyte, add capability to use bss tail for it
Denys Vlasenko
2016-04-21
1
-4
/
+6
*
script: make it work even if fd 0 is closed
Denys Vlasenko
2014-03-16
1
-0
/
+7
*
*: remove "Options:" string from help texts
Denys Vlasenko
2011-06-05
1
-2
/
+1
*
move remaining help text from include/usage.src.h
Pere Orga
2011-04-11
1
-0
/
+13
*
use user's shell instead of hardwired "/bin/sh" (android needs this)
Denys Vlasenko
2011-03-08
1
-4
/
+1
*
*: whitespace fixes
Denys Vlasenko
2010-10-28
1
-1
/
+1
*
*: 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
*
*: introduce and use xfork() and xvfork()
Pascal Bellard
2010-07-04
1
-4
/
+1
*
*: do not check for POLLIN/POLLOUT only, just in case it's POLHUP/POLERR
Denys Vlasenko
2010-03-02
1
-2
/
+2
*
*: add/remove safe_, it seems we had a few incorrect uses
Denys Vlasenko
2010-01-12
1
-2
/
+2
*
getopt: FEATURE_GETOPT_LONG for -l; rename GETOPT_LONG to LONG_OPTS
Denys Vlasenko
2009-06-19
1
-1
/
+1
*
randomconfig fixes
Denys Vlasenko
2009-06-09
1
-3
/
+4
*
*: reduce #ifdef forest
Denys Vlasenko
2009-06-05
1
-14
/
+6
*
scriptreplay: new applet. +423 bytes
Denys Vlasenko
2009-05-19
1
-20
/
+39
*
runsv: small optimization
Denis Vlasenko
2009-02-26
1
-1
/
+1
*
*: a bit of code shrink
Denis Vlasenko
2008-11-09
1
-1
/
+2
*
*: rename ATTRIBUTE_XXX to just XXX.
Denis Vlasenko
2008-07-05
1
-2
/
+2
*
revert last two commits. vfork cannot be used in subroutine,
Denis Vlasenko
2008-07-01
1
-1
/
+4
*
*: introduce and use xvfork()
Denis Vlasenko
2008-07-01
1
-4
/
+1
*
- use STD*_FILENO some more. No object-code changes
Bernhard Reutner-Fischer
2008-05-19
1
-3
/
+3
*
- Rename getpty() to xgetpty() and adjust callers.
Bernhard Reutner-Fischer
2008-05-19
1
-4
/
+1
*
script: exit if reading from pseudo-tty errors out (do not loop)
Denis Vlasenko
2008-05-06
1
-19
/
+16
*
script: do not ignore poll() errors. ~+20 bytes.
Denis Vlasenko
2008-04-01
1
-1
/
+5
*
lpr: add more accurate comments
Denis Vlasenko
2008-03-24
1
-1
/
+1
*
*: fix fallout from -Wunused-parameter
Denis Vlasenko
2008-03-17
1
-2
/
+2
*
*: add -Wunused-parameter; fix resulting breakage
Denis Vlasenko
2008-03-17
1
-3
/
+3
*
script: correctly handle buffered "tail" of output. +35 bytes.
Denis Vlasenko
2008-02-28
1
-60
/
+52
*
*: add optimization barrier to all "G trick" locations
Denis Vlasenko
2008-02-27
1
-1
/
+1
*
script: new applet by Pascal Bellard <pascal.bellard AT ads-lu.com>
Denis Vlasenko
2008-02-27
1
-0
/
+195