| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix my own brokeness for the colon operator, when one of the arguments | joerg | 1995-11-18 | 1 | -33/+31 |
* | A fix for the "cd -" coredump on a brand new /bin/sh. The problem was | peter | 1995-11-14 | 1 | -2/+5 |
* | Fixed descriptions of ignpar and parmrk. | bde | 1995-11-11 | 1 | -3/+3 |
* | Implement allowing 'set -v' in the middle of a script to work. | peter | 1995-11-03 | 1 | -78/+103 |
* | I add #include <sys/user.h> | phk | 1995-10-28 | 2 | -2/+4 |
* | Fix -h option: | ache | 1995-10-28 | 1 | -2/+2 |
* | Change local to LC_ALL, there is no bitmask | ache | 1995-10-26 | 1 | -2/+3 |
* | Change locale to LC_ALL, there no bitmask | ache | 1995-10-26 | 1 | -2/+3 |
* | fix bad dependencies (LIBMATH -> LIBM) | torstenb | 1995-10-25 | 1 | -2/+2 |
* | Add missing reaction on LC_ALL and LC_COLLATE | ache | 1995-10-23 | 3 | -7/+14 |
* | Add setlocale LC_CTYPE | ache | 1995-10-23 | 1 | -1/+3 |
* | Remove unneded ctype.h everywhere | ache | 1995-10-23 | 15 | -29/+17 |
* | Change LC_ALL to LC_CTYPE|LC_TIME - small optimization | ache | 1995-10-23 | 1 | -2/+2 |
* | Add setlocale LC_CTYPE|LC_TIME | ache | 1995-10-23 | 1 | -1/+3 |
* | Remove unneded ctype.h | ache | 1995-10-23 | 1 | -2/+1 |
* | Add setlocale LC_ALL | ache | 1995-10-23 | 1 | -1/+3 |
* | Add setlocale(LC_TIME,... | ache | 1995-10-23 | 1 | -1/+3 |
* | Wrong library was picked by ed | ache | 1995-10-22 | 2 | -6/+6 |
* | o rename ulimit -p into ulimit -u, so we are in agreement with bash | joerg | 1995-10-21 | 3 | -7/+12 |
* | Implement the "ulimit" builtin. This is the analogon to csh's "limit" | joerg | 1995-10-19 | 3 | -3/+269 |
* | Fix my breakage of the $0 handling during $ENV processing. | joerg | 1995-10-09 | 1 | -2/+2 |
* | Handle trailing slashes in source filenames correctly. E.g., rewrite | bde | 1995-10-07 | 1 | -5/+11 |
* | Correctly build the secure ed(1) only if secure/ exists. | markm | 1995-10-03 | 1 | -2/+2 |
* | Preserve sticky bit for `cp -pR'. It was already preserved for `cp -R'. | bde | 1995-10-03 | 1 | -2/+3 |
* | Fix exit status. `cat no-such-file >/dev/null' exited with status 0. | bde | 1995-10-03 | 1 | -2/+7 |
* | Make the mkinit internal command issue an #undef for each #define, to | joerg | 1995-10-01 | 1 | -3/+15 |
* | Posixize: | joerg | 1995-10-01 | 1 | -1/+4 |
* | Define CRYPTOBJDIR if secure is being built | markm | 1995-10-01 | 1 | -0/+10 |
* | ed/Makefile is able to 'decide' for itself whether to build secure or | markm | 1995-10-01 | 1 | -8/+2 |
* | Use the same make technique as passwd and xntpd for the secure ed(1). This | markm | 1995-10-01 | 1 | -2/+9 |
* | Build secure ed if available and allowed | ache | 1995-09-29 | 1 | -2/+8 |
* | Correct the alignment of the tty column, which was affected by my change to | peter | 1995-09-26 | 2 | -5/+5 |
* | Uncomment out references to FIFOs for the -F and -l options. | mpp | 1995-09-26 | 1 | -6/+7 |
* | Fix relocation of job table. | bde | 1995-09-21 | 1 | -1/+8 |
* | Don't dereference a NULL pointer in the case of a null pipe. | dg | 1995-09-20 | 1 | -2/+3 |
* | If mail is received with no from address, invoke sendmail with | pst | 1995-09-16 | 1 | -1/+3 |
* | Updating /usr/include/kerberosIV/des.h so eBones will build breaks | markm | 1995-09-10 | 1 | -1/+3 |
* | Increase the tty column width from 2 to 3 characters. | peter | 1995-09-04 | 2 | -5/+5 |
* | Well, it would appear that the "ayes" have it (though by a slim margin). | jkh | 1995-08-31 | 2 | -5/+13 |
* | Sigh. This will become a never ending story. :-( | joerg | 1995-08-28 | 1 | -1/+4 |
* | Correct the default format info to indicate "%+". | dg | 1995-08-28 | 1 | -2/+2 |
* | Make the shell handle a null command in a &&/|| sequence correctly. | joerg | 1995-08-27 | 3 | -4/+8 |
* | Clean up compilation warnings. | pst | 1995-08-23 | 1 | -1/+4 |
* | Fix possible FS corruption caused by extra parameter to pax. | nate | 1995-08-16 | 1 | -2/+2 |
* | The command to `move' across file system boundaries is actually | joerg | 1995-08-15 | 1 | -2/+2 |
* | sh(1) incorrectly ignored an EOF condition when looking for the | joerg | 1995-08-11 | 1 | -1/+5 |
* | Fix csh to determine event number properly, i.e. stop by ^*-% too. | ache | 1995-08-10 | 1 | -2/+2 |
* | Change ctime to strftime %c to use national date/time representation | ache | 1995-08-08 | 1 | -3/+3 |
* | Delete bogus referneces to timezone code internal header file `tzfile.h', | wollman | 1995-08-07 | 3 | -10/+7 |
* | Fix /bin/sh's broken handling of the builtin getopts(1). The options | joerg | 1995-08-06 | 1 | -3/+2 |