summaryrefslogtreecommitdiffstats
path: root/bin
Commit message (Expand)AuthorAgeFilesLines
* Restored formatting from the old printf/printf.c.bde1995-12-141-5/+5
* The shell incorrectly gave & precedence over ;. This breaks thejoerg1995-12-101-23/+19
* Move out some of the shell builtin bogosity from printf's source tojoerg1995-12-101-1/+10
* Fix my own brokeness for the colon operator, when one of the argumentsjoerg1995-11-181-33/+31
* A fix for the "cd -" coredump on a brand new /bin/sh. The problem waspeter1995-11-141-2/+5
* Fixed descriptions of ignpar and parmrk.bde1995-11-111-3/+3
* Implement allowing 'set -v' in the middle of a script to work.peter1995-11-031-78/+103
* I add #include <sys/user.h>phk1995-10-282-2/+4
* Fix -h option:ache1995-10-281-2/+2
* Change local to LC_ALL, there is no bitmaskache1995-10-261-2/+3
* Change locale to LC_ALL, there no bitmaskache1995-10-261-2/+3
* fix bad dependencies (LIBMATH -> LIBM)torstenb1995-10-251-2/+2
* Add missing reaction on LC_ALL and LC_COLLATEache1995-10-233-7/+14
* Add setlocale LC_CTYPEache1995-10-231-1/+3
* Remove unneded ctype.h everywhereache1995-10-2315-29/+17
* Change LC_ALL to LC_CTYPE|LC_TIME - small optimizationache1995-10-231-2/+2
* Add setlocale LC_CTYPE|LC_TIMEache1995-10-231-1/+3
* Remove unneded ctype.hache1995-10-231-2/+1
* Add setlocale LC_ALLache1995-10-231-1/+3
* Add setlocale(LC_TIME,...ache1995-10-231-1/+3
* Wrong library was picked by edache1995-10-222-6/+6
* o rename ulimit -p into ulimit -u, so we are in agreement with bashjoerg1995-10-213-7/+12
* Implement the "ulimit" builtin. This is the analogon to csh's "limit"joerg1995-10-193-3/+269
* Fix my breakage of the $0 handling during $ENV processing.joerg1995-10-091-2/+2
* Handle trailing slashes in source filenames correctly. E.g., rewritebde1995-10-071-5/+11
* Correctly build the secure ed(1) only if secure/ exists.markm1995-10-031-2/+2
* Preserve sticky bit for `cp -pR'. It was already preserved for `cp -R'.bde1995-10-031-2/+3
* Fix exit status. `cat no-such-file >/dev/null' exited with status 0.bde1995-10-031-2/+7
* Make the mkinit internal command issue an #undef for each #define, tojoerg1995-10-011-3/+15
* Posixize:joerg1995-10-011-1/+4
* Define CRYPTOBJDIR if secure is being builtmarkm1995-10-011-0/+10
* ed/Makefile is able to 'decide' for itself whether to build secure ormarkm1995-10-011-8/+2
* Use the same make technique as passwd and xntpd for the secure ed(1). Thismarkm1995-10-011-2/+9
* Build secure ed if available and allowedache1995-09-291-2/+8
* Correct the alignment of the tty column, which was affected by my change topeter1995-09-262-5/+5
* Uncomment out references to FIFOs for the -F and -l options.mpp1995-09-261-6/+7
* Fix relocation of job table.bde1995-09-211-1/+8
* Don't dereference a NULL pointer in the case of a null pipe.dg1995-09-201-2/+3
* If mail is received with no from address, invoke sendmail withpst1995-09-161-1/+3
* Updating /usr/include/kerberosIV/des.h so eBones will build breaksmarkm1995-09-101-1/+3
* Increase the tty column width from 2 to 3 characters.peter1995-09-042-5/+5
* Well, it would appear that the "ayes" have it (though by a slim margin).jkh1995-08-312-5/+13
* Sigh. This will become a never ending story. :-(joerg1995-08-281-1/+4
* Correct the default format info to indicate "%+".dg1995-08-281-2/+2
* Make the shell handle a null command in a &&/|| sequence correctly.joerg1995-08-273-4/+8
* Clean up compilation warnings.pst1995-08-231-1/+4
* Fix possible FS corruption caused by extra parameter to pax.nate1995-08-161-2/+2
* The command to `move' across file system boundaries is actuallyjoerg1995-08-151-2/+2
* sh(1) incorrectly ignored an EOF condition when looking for thejoerg1995-08-111-1/+5
* Fix csh to determine event number properly, i.e. stop by ^*-% too.ache1995-08-101-2/+2
OpenPOWER on IntegriCloud