aboutsummaryrefslogtreecommitdiff
path: root/scripts/lxdialog/textbox.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2002-04-01Tweak my credit (ah, vanity...)Miles Bader1-3/+3
2002-04-01Add insmod support for the NEC v850e processor.Miles Bader1-1/+1
2002-04-01Add support for the NEC v850e processor.Miles Bader1-33/+142
2002-03-29Provide a controlling tty to askfirst processes as wellEric Andersen1-1/+1
-Erik
2002-03-27* testsuite/which/which-uses-default-path: Remove extra echo.Matt Kraai1-1/+0
2002-03-27* testsuite/grep/egrep-supports-extended-regexps: Check exit status insteadMatt Kraai1-1/+1
of output.
2002-03-27* testsuite/bunzip2/bunzip2-reads-from-standard-input: Remove -c flags.Matt Kraai2-2/+2
* testsuite/gunzip/gunzip-reads-from-standard-input: Likewise.
2002-03-27* testsuite/COPYING: Remove.Matt Kraai1-340/+0
2002-03-27* archival/bunzip2.c (bunzip2_main): Remove compressed file.Matt Kraai2-2/+22
* testsuite/bunzip2/bunzip2-removes-compressed-file: New.
2002-03-27* testsuite/runtest (run_applet_testcase): Return test case status, notMatt Kraai1-2/+2
process ID.
2002-03-27* archival/bunzip2.c: Include <unistd.h>.Matt Kraai3-21/+29
(bunzip2_main): Read data from standard input if FILE argument is `-' or omitted. * include/usage.h (bunzip2_trivial_usage, bunzip2_full_usage): Rewrite. * testsuite/bunzip2/bunzip2-reads-from-standard-input: New.
2002-03-25Work around compiler/assembler problem and reduce code size at the same time.Manuel Novoa III1-4/+9
2002-03-22* archival/gzip.c (gzip_main): Ensure that the output is a terminal and useMatt Kraai1-2/+2
error_msg to display the error message.
2002-03-21Doh! I broke ping when removing the nested function.Eric Andersen1-4/+4
This patch from vodz fixes it again.
2002-03-20* include/applets.h (CONFIG_LOSETUP): New.Matt Kraai5-0/+72
* include/usage.h (losetup_trivial_usage, losetup_full_usage): New. * util-linux/Makefile: Add losetup.o. * util-linux/config.in: Add losetup prompt. * util-linux/losetup.c: New.
2002-03-20Eliminate extra trailing spaceEric Andersen1-3/+2
2002-03-20Fix devfs loop device supportEric Andersen2-1/+3
2002-03-20Rewind messages to avoid weird formatting, and fix a bug withEric Andersen1-22/+22
CONFIG_FEATURE_EXTRA_QUIET, which was broken
2002-03-20Patch from vodz to fix a potential segfaultEric Andersen1-2/+2
2002-03-20Patch from Jeff Studer <jstuder@aquilagroup.com> to supply a defaults forEric Andersen1-0/+7
localfilename from remotefilename, and for remotefilename from localfilename when the other one is not supplied.
2002-03-20Update dmalloc options per suggestion from GlennEric Andersen1-1/+5
2002-03-20Reinitialize initial shift register value for on each pass.Eric Andersen3-3/+9
-Erik
2002-03-20Cave to pressure (2 months later). Eliminate using aEric Andersen1-7/+8
nested function, which is a purely unremovable gcc-ism... -Erik
2002-03-20Add missing " " after the word on, as reported by Jason LutherEric Andersen1-1/+1
back in mid-december. -Erik
2002-03-20Patch from J.W.Janssen <JanWillem.Janssen@lxtreme.nl> to provideEric Andersen1-2/+63
color ls support, modifed by me to behave properly when not running output to a terminal (i.e. 'ls | more') -Erik
2002-03-20Bart Visscher noticed some spurious search and replace sillinessEric Andersen1-14/+14
-Erik
2002-03-19* testsuite/grep/egrep-is-not-case-insensitive: RequireMatt Kraai1-0/+1
CONFIG_FEATURE_GREP_EGREP_ALIAS.
2002-03-19* testsuite/grep/grep-handles-binary-files: Read input from a pipe.Matt Kraai2-4/+2
* testsuite/grep/grep-matches-NUL: Likewise.
2002-03-19* networking/wget.c (parse_url): Allocate a string for the empty path.Matt Kraai2-2/+3
* testsuite/wget/wget-handles-empty-path: New.
2002-03-18Thomas LundquistMatt Kraai1-6/+22
* docs/new-applet-HOWTO.txt: Update for new directory structure.
2002-03-16Try to pull in PATH_MAX properlyEric Andersen1-0/+4
2002-03-13Don't mention ldconfigEric Andersen1-5/+0
2002-03-12Cleanup a libc5 compatibility hackEric Andersen2-4/+4
2002-03-10Fix broken linkEric Andersen1-31/+40
2002-03-08list_single: Declare scratch iff CONFIG_FEATURE_LS_USERNAME is defined.Matt Kraai1-0/+2
2002-03-08* fileutils/ls.c (showfiles): Display multiple short names on a line.Matt Kraai1-6/+1
2002-03-06UpdateEric Andersen1-27/+32
2002-03-06Update webpage to note new mirrorsEric Andersen1-89/+15
2002-03-05Now that we are mirrored, remove absolute linksEric Andersen3-423/+511
2002-03-05Update init.c per my changes in the stable branchEric Andersen1-222/+269
-Erik