aboutsummaryrefslogtreecommitdiff
path: root/bin
Commit message (Expand)AuthorAgeFilesLines
* Implement allowing 'set -v' in the middle of a script to work.Peter Wemm1995-11-031-78/+103
* I add #include <sys/user.h>Poul-Henning Kamp1995-10-282-2/+4
* Fix -h option:Andrey A. Chernov1995-10-281-2/+2
* Change local to LC_ALL, there is no bitmaskAndrey A. Chernov1995-10-261-2/+3
* Change locale to LC_ALL, there no bitmaskAndrey A. Chernov1995-10-261-2/+3
* fix bad dependencies (LIBMATH -> LIBM)Torsten Blum1995-10-251-2/+2
* Add missing reaction on LC_ALL and LC_COLLATEAndrey A. Chernov1995-10-233-7/+14
* Add setlocale LC_CTYPEAndrey A. Chernov1995-10-231-1/+3
* Remove unneded ctype.h everywhereAndrey A. Chernov1995-10-2315-29/+17
* Change LC_ALL to LC_CTYPE|LC_TIME - small optimizationAndrey A. Chernov1995-10-231-2/+2
* Add setlocale LC_CTYPE|LC_TIMEAndrey A. Chernov1995-10-231-1/+3
* Remove unneded ctype.hAndrey A. Chernov1995-10-231-2/+1
* Add setlocale LC_ALLAndrey A. Chernov1995-10-231-1/+3
* Add setlocale(LC_TIME,...Andrey A. Chernov1995-10-231-1/+3
* Wrong library was picked by edAndrey A. Chernov1995-10-222-6/+6
* o rename ulimit -p into ulimit -u, so we are in agreement with bashJoerg Wunsch1995-10-213-7/+12
* Implement the "ulimit" builtin. This is the analogon to csh's "limit"Joerg Wunsch1995-10-193-3/+269
* Fix my breakage of the $0 handling during $ENV processing.Joerg Wunsch1995-10-091-2/+2
* Handle trailing slashes in source filenames correctly. E.g., rewriteBruce Evans1995-10-071-5/+11
* Correctly build the secure ed(1) only if secure/ exists.Mark Murray1995-10-031-2/+2
* Preserve sticky bit for `cp -pR'. It was already preserved for `cp -R'.Bruce Evans1995-10-031-2/+3
* Fix exit status. `cat no-such-file >/dev/null' exited with status 0.Bruce Evans1995-10-031-2/+7
* Make the mkinit internal command issue an #undef for each #define, toJoerg Wunsch1995-10-011-3/+15
* Posixize:Joerg Wunsch1995-10-011-1/+4
* Define CRYPTOBJDIR if secure is being builtMark Murray1995-10-011-0/+10
* ed/Makefile is able to 'decide' for itself whether to build secure orMark Murray1995-10-011-8/+2
* Use the same make technique as passwd and xntpd for the secure ed(1). ThisMark Murray1995-10-011-2/+9
* Build secure ed if available and allowedAndrey A. Chernov1995-09-291-2/+8
* Correct the alignment of the tty column, which was affected by my change toPeter Wemm1995-09-262-5/+5
* Uncomment out references to FIFOs for the -F and -l options.Mike Pritchard1995-09-261-6/+7
* Fix relocation of job table.Bruce Evans1995-09-211-1/+8
* Don't dereference a NULL pointer in the case of a null pipe.David Greenman1995-09-201-2/+3
* If mail is received with no from address, invoke sendmail withPaul Traina1995-09-161-1/+3
* Updating /usr/include/kerberosIV/des.h so eBones will build breaksMark Murray1995-09-101-1/+3
* Increase the tty column width from 2 to 3 characters.Peter Wemm1995-09-042-5/+5
* Well, it would appear that the "ayes" have it (though by a slim margin).Jordan K. Hubbard1995-08-312-5/+13
* 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