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
/
shell
/
lash.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
fix remaining survivors of the return(a) cleanup
vda
2006-11-27
1
-3
/
+3
*
httpd: LC_TIME locale _must_ be POSIX to httpd! We speak over the net!
vda
2006-11-21
1
-4
/
+1
*
rename functions to more understandable names
vda
2006-10-26
1
-2
/
+2
*
silly size savings and capitalization fixes
vda
2006-10-26
1
-1
/
+1
*
bb_applet_name -> applet_name
vda
2006-10-03
1
-1
/
+1
*
getopt_ulflags -> getopt32.
vda
2006-10-03
1
-2
/
+2
*
- merge -r15463:15564 from busybox_scratch branch through these changesets:
aldot
2006-08-20
1
-72
/
+54
*
Remove bb_ prefixes from xfuncs.c (and a few other places), consolidate
landley
2006-08-03
1
-6
/
+6
*
A couple things that got tangled up in my tree, easier to check in both than
landley
2006-07-12
1
-31
/
+0
*
Bugfix from Shaun Jackman (check that argv[optind] isn't null before
landley
2006-07-09
1
-19
/
+16
*
Patch from Shaun Jackman moving the var=value logic to here it can do some good.
landley
2006-07-01
1
-6
/
+6
*
Get rid of all "#if 0" content.
rpjday
2006-07-01
1
-10
/
+0
*
Remove all usage of the "register" storage class specifier.
rpjday
2006-07-01
1
-2
/
+2
*
Cleanup patch from Shaun Jackman converting %m to perror.
landley
2006-06-20
1
-4
/
+4
*
Make some 64 bit warnings go away on x86-64.
landley
2006-06-19
1
-7
/
+5
*
Patch from Shaun Jackman to detect "name=value" variable assignments. Random
landley
2006-06-13
1
-10
/
+11
*
Make lash smaller. (Use llist_t for file closing, and different allocation
landley
2006-06-13
1
-71
/
+24
*
- reuse strings and messages. Saves about 600B
aldot
2006-06-07
1
-2
/
+2
*
2006-06-02 Shaun Jackman <sjackman@gmail.com>
aldot
2006-06-03
1
-6
/
+1
*
- move #include busybox.h to the very top so we pull in the config
aldot
2006-06-02
1
-1
/
+1
*
Patch from Denis Vlasenko turning static const int (which gets emitted into
landley
2006-03-10
1
-5
/
+7
*
moved BB_BANNER to applets/version.c file: make kernel like version,
vodz
2006-02-16
1
-1
/
+1
*
fix up yet more annoying signed/unsigned and mixed type errors
andersen
2006-01-30
1
-1
/
+1
*
just whitespace
timr
2006-01-25
1
-1
/
+1
*
- add platform.h.
aldot
2006-01-22
1
-15
/
+2
*
Reduce exported from lash applet
vodz
2005-09-22
1
-2
/
+2
*
Shaun Jackman writes: Newlib uses both __getopt_initialized and optind to tra...
vapier
2005-03-04
1
-5
/
+11
*
Joe.C writes:
andersen
2004-08-16
1
-0
/
+1
*
Jamie Guinan writes:
andersen
2004-04-12
1
-1
/
+1
*
Remove the CONFIG_FEATURE_SH_APPLETS_ALWAYS_WIN option. It was sortof
andersen
2004-04-07
1
-9
/
+0
*
s/fileno\(stdin\)/STDIN_FILENO/g
andersen
2004-03-27
1
-1
/
+1
*
Remove trailing whitespace. Update copyright to include 2004.
andersen
2004-03-15
1
-3
/
+3
*
Fix some goofy formatting
andersen
2004-03-12
1
-4
/
+3
*
Patch by Felipe Kellermann to fix a compiler compatability problem
bug1
2004-03-05
1
-6
/
+6
*
oops. Leave the default feature set enbled for now...
andersen
2004-02-10
1
-2
/
+2
*
Initial effort at disabling job control as well
andersen
2004-02-10
1
-6
/
+35
*
Support disabling pipe and redirect support
andersen
2004-02-10
1
-40
/
+67
*
Update a bunch of docs. Run a script to update my email addr.
andersen
2003-07-14
1
-2
/
+1
*
Major coreutils update.
mjn3
2003-03-19
1
-35
/
+35
*
Squash a warning by making function declaration a proper prototype
andersen
2002-12-11
1
-1
/
+1
*
Change if(x)free(x); to free(x);
aaronl
2002-11-28
1
-8
/
+4
*
Teach lash to get $1 $2 $3 etc correct
andersen
2002-11-08
1
-1
/
+1
*
Use %m, not strerror, and strerror(err) was broken anyways and should have been
andersen
2002-09-30
1
-1
/
+1
*
Avoid calling exit() from within fork/vfork'ed processes.
andersen
2002-09-26
1
-3
/
+7
*
A couple of small bugfixes from Marshall M. Midden <m4@brecis.com>
andersen
2002-07-31
1
-3
/
+6
*
Fix a buffer overflow found by Gerardo Puga <gpuga@gioia.ing.unlp.edu.ar>
andersen
2002-06-06
1
-1
/
+1
*
Remove `== TRUE' tests and convert `!= TRUE' and `== FALSE' tests to use !.
kraai
2001-12-20
1
-1
/
+1
*
Begin moving things to busybox.net
andersen
2001-12-08
1
-1
/
+1
*
Change strdup calls to xstrdup (patch from Steve Merrifield).
kraai
2001-11-12
1
-1
/
+1
*
Add in some (theoretical) uClinux support. Some init cleanups
andersen
2001-10-28
1
-1
/
+6
[next]