aboutsummaryrefslogtreecommitdiff
path: root/bin
Commit message (Expand)AuthorAgeFilesLines
* Sigh. This will become a never ending story. :-(Joerg Wunsch1995-08-281-1/+4
* Correct the default format info to indicate "%+".David Greenman1995-08-281-2/+2
* Make the shell handle a null command in a &&/|| sequence correctly.Joerg Wunsch1995-08-273-4/+8
* Clean up compilation warnings.Paul Traina1995-08-231-1/+4
* Fix possible FS corruption caused by extra parameter to pax.Nate Williams1995-08-161-2/+2
* The command to `move' across file system boundaries is actuallyJoerg Wunsch1995-08-151-2/+2
* sh(1) incorrectly ignored an EOF condition when looking for theJoerg Wunsch1995-08-111-1/+5
* Fix csh to determine event number properly, i.e. stop by ^*-% too.Andrey A. Chernov1995-08-101-2/+2
* Change ctime to strftime %c to use national date/time representationAndrey A. Chernov1995-08-081-3/+3
* Delete bogus referneces to timezone code internal header file `tzfile.h',Garrett Wollman1995-08-073-10/+7
* Fix /bin/sh's broken handling of the builtin getopts(1). The optionsJoerg Wunsch1995-08-061-3/+2
* Use %+ to print data using LC_TIMEAndrey A. Chernov1995-08-051-2/+2
* expr(1) didn't comply to Posix.2 and its own man page: anyJoerg Wunsch1995-08-041-1/+13
* Set NOSHARED=true, having this binary static makes it much easier toRodney W. Grimes1995-07-241-0/+2
* Move first PATH initialization after sensing for interactive,Andrey A. Chernov1995-07-071-10/+12
* Do the same check for interactive shell (PATH warning)Andrey A. Chernov1995-07-071-2/+3
* Produce importpath warning only for true interactive shells,Andrey A. Chernov1995-07-071-2/+3
* Improve the recently changed and an old error message: don't report probeBruce Evans1995-07-042-7/+5
* stty fails with a non-obvious error message if it's run on a non-ttyJoerg Wunsch1995-07-021-3/+5
* Improve the handling of large minor numbers:Bruce Evans1995-06-261-4/+4
* Additionly print strerror(errno), when getwd() fails to startAndrey A. Chernov1995-06-181-2/+2
* Fix error:Andrey A. Chernov1995-06-181-5/+12
* When filec active, TCSANOW was used in any case instead ofAndrey A. Chernov1995-06-181-5/+5
* Don't unlink the target file if the copy failed. This behaviour isn'tBruce Evans1995-06-141-8/+7
* Remove trailing whitespace.Rodney W. Grimes1995-05-301-1/+1
* Remove trailing whitespace.Rodney W. Grimes1995-05-3066-320/+320
* Describe -m optionAndrey A. Chernov1995-05-061-2/+11
* typo there --> theirAdam David1995-05-051-9/+16
* From "Philippe Charnier" <charnier@lirmm.fr>:David Greenman1995-05-051-1/+5
* Support nonstandard (not yet all supported) flow control options. `ctsflow'Bruce Evans1995-04-292-7/+32
* Fix `stty' on the output of `stty -g'. The changes for the gfmt1 optionBruce Evans1995-04-291-1/+2
* Fix bugs:Andrey A. Chernov1995-04-283-14/+11
* Install with default BINOWN (as it once used to be).David Greenman1995-04-151-2/+1
* Install setgid kmem rather than setuid root. The problem with procfs thatDavid Greenman1995-04-151-2/+3
* Allow root to delete uchg/uappnd filesAndrey A. Chernov1995-04-132-30/+68
* date(1) didn't emit a final newline if the format had been specifiedJoerg Wunsch1995-04-032-5/+5
* Add braces to fix wrong if-if-else-if nesting that broke `cp -pR' forBruce Evans1995-04-021-4/+6
* Make build work, even if there is no obj subdir.Poul-Henning Kamp1995-03-301-3/+11
* Having BLOCKSIZE=K and using "-k" option ls would use 2K block size...Poul-Henning Kamp1995-03-231-4/+6
* You will find enclosed some changes to make gcc -Wall more happy inJoerg Wunsch1995-03-1925-103/+120
* Fix previous fix that removes an unnecessary space; the output is nowDavid Greenman1995-03-091-3/+6
* Allow 0 as a signal number to match the man page.Jordan K. Hubbard1995-03-051-2/+2
* Use `interactive' (foreground) delivery by default. The old behaviourJoerg Wunsch1995-03-052-2/+10
* Fix the deletion of trailing newlines with backquote expansion.Guido van Rooij1995-03-011-2/+4
* 1000000 usec -> 1 sec 0 usec; fix.Jordan K. Hubbard1995-02-161-2/+2
* Include <limits.h> to get the definition of INT_MAX - don't depend onBruce Evans1995-02-031-1/+2
* Fix bogus format string; fixes problem reported by Wolfram Schneider.David Greenman1995-01-251-2/+2
* More koshering [ul]case fix, don't use pre-initialized tables at all,Andrey A. Chernov1995-01-172-76/+14
* Make conv=[lu]case works with localized ctype (8bit)Andrey A. Chernov1995-01-171-2/+12
* Submitted by: David Muir SharnoffAndreas Schulz1995-01-141-2/+2