aboutsummaryrefslogtreecommitdiff
path: root/coreutils/dos2unix.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2001-03-14Added a dependency on BB_MKFS_MINIX to xfopen().markw1-1/+1
git-svn-id: svn://busybox.net/trunk/busybox@2062 69ca8d6d-28ef-0310-b511-8ec308f3f277
2001-03-14 - Changed name of BB_FEATURE_SIMPLE_PROMPT to BB_FEATURE_SH_SIMPLE_PROMPTmarkw6-84/+94
- Set BB_FEATURE_SH_STANDALONE_SHELL and BB_FEATURE_SH_APPLETS_ALWAYS_WIN to be off by default - Set BB_FEATURE_SH_SIMPLE_PROMPT to be on by default - Added some more magic to the Olympus section to make all the dependencies on the shell, cmdline editing, tab completion and friend work properly. - Tidied up the Olympus section with some whitespace. Checked the various scrips that parse through there and the extra whitespace shouldn't break anything. git-svn-id: svn://busybox.net/trunk/busybox@2061 69ca8d6d-28ef-0310-b511-8ec308f3f277
2001-03-13Some new testcases, some improvements to the tester.sh script.markw2-70/+146
git-svn-id: svn://busybox.net/trunk/busybox@2060 69ca8d6d-28ef-0310-b511-8ec308f3f277
2001-03-13Update the lash shell (hopefully the last time...) so things likeandersen9-362/+560
echo "foo bar" and echo -n "foo\t\\\\\tbar" work as expected. Merge prompt printing work from Vladimir. -Erik git-svn-id: svn://busybox.net/trunk/busybox@2059 69ca8d6d-28ef-0310-b511-8ec308f3f277
2001-03-13Added Midori Linux to the list of known projects that use Busybox.markw1-0/+2
git-svn-id: svn://busybox.net/trunk/busybox@2058 69ca8d6d-28ef-0310-b511-8ec308f3f277
2001-03-13Credited Christophe Boyaniqu for interactive patch to rm.markw2-0/+8
git-svn-id: svn://busybox.net/trunk/busybox@2057 69ca8d6d-28ef-0310-b511-8ec308f3f277
2001-03-13Applied patch from Christophe Boyanique to add -i support to rm.markw11-0/+101
git-svn-id: svn://busybox.net/trunk/busybox@2053 69ca8d6d-28ef-0310-b511-8ec308f3f277
2001-03-12Some fixlets that didn't get added in the last 'syslogd split' patch:markw1-1/+10
- BB_LOGREAD should not be in the applet section - BB_FEATURE_IPC_SYSLOG added to the feature section - Some voodoo added to the Olympus section git-svn-id: svn://busybox.net/trunk/busybox@2052 69ca8d6d-28ef-0310-b511-8ec308f3f277
2001-03-12Added some comment lines in the header indicating that Gennady Feldman is themarkw6-0/+12
maintainer of these three applets. git-svn-id: svn://busybox.net/trunk/busybox@2051 69ca8d6d-28ef-0310-b511-8ec308f3f277
2001-03-12Applied a patch from Brian Webb to fix a problem with mount on the Agenda PDA.markw2-0/+2
Apparently, the mount() call does not like taking a stack allocated pointer. git-svn-id: svn://busybox.net/trunk/busybox@2050 69ca8d6d-28ef-0310-b511-8ec308f3f277
2001-03-12Applied patch from John Lombardo to fix OOM in insmod.markw2-78/+82
git-svn-id: svn://busybox.net/trunk/busybox@2049 69ca8d6d-28ef-0310-b511-8ec308f3f277
2001-03-12Applied patch from Gennady Feldman to split up syslogd.c into syslogd andmarkw17-254/+1115
klogd (as it should be). git-svn-id: svn://busybox.net/trunk/busybox@2048 69ca8d6d-28ef-0310-b511-8ec308f3f277
2001-03-12A fix from Larry Doolittle for some nasty segfaults when sh.c tried to free aandersen3-9/+9
corrupted cmd pointer, and where it would truncate a command line at the first double space. -Erik git-svn-id: svn://busybox.net/trunk/busybox@2047 69ca8d6d-28ef-0310-b511-8ec308f3f277