| Commit message (Expand) | Author | Age | Files | Lines |
* | sh: Remove a global variable from cd.c. | jilles | 2016-01-24 | 1 | -14/+15 |
* | sh: Use OLDPWD shell variable for 'cd -'. | jilles | 2016-01-23 | 1 | -10/+9 |
* | sh: Prefer "" to nullstr where possible. | jilles | 2015-02-15 | 1 | -1/+1 |
* | sh: Add stsavestr(), like savestr() but allocates using stalloc(). | jilles | 2015-02-15 | 1 | -8/+2 |
* | sh: Prefer memcpy() to strcpy() in most cases. Remove the scopy macro. | jilles | 2013-11-30 | 1 | -4/+8 |
* | sh: Prefer internal nextopt() to libc getopt(). | jilles | 2012-09-15 | 1 | -19/+7 |
* | sh: Properly show "Not a directory" error in cd builtin. | jilles | 2012-01-13 | 1 | -1/+6 |
* | sh: Fix duplicate prototypes for builtins. | jilles | 2011-06-13 | 1 | -0/+1 |
* | sh: Correct criterion for using CDPATH in cd. | jilles | 2011-05-27 | 1 | -1/+4 |
* | sh: Show errno messages in cd. | jilles | 2011-05-25 | 1 | -1/+4 |
* | sh: Implement the cd -e flag proposed for the next POSIX issue. | jilles | 2011-05-20 | 1 | -8/+17 |
* | sh: Add a function to print warnings (with command name and newline). | jilles | 2010-12-21 | 1 | -1/+1 |
* | sh: Code size optimizations to "stack string" memory allocation: | jilles | 2010-11-23 | 1 | -8/+4 |
* | sh: Fix confusing behaviour if chdir succeeded but getcwd failed in cd -P. | jilles | 2010-11-22 | 1 | -2/+5 |
* | In the spirit of r90111, depend on c89 and remove the "STATIC" macro | obrien | 2010-10-13 | 1 | -16/+16 |
* | Consistently use "STATIC" for all functions in order to be able to set | obrien | 2010-10-13 | 1 | -3/+3 |
* | sh: On startup of the shell, use PWD from the environment if it is valid. | jilles | 2010-04-17 | 1 | -5/+22 |
* | sh: Various warning fixes (from WARNS=6 NO_WERROR=1): | jilles | 2009-12-27 | 1 | -1/+1 |
* | sh: Constify various strings. | jilles | 2009-12-24 | 1 | -1/+1 |
* | Handle current work directories of arbitrary length. The argument to cd | stefanf | 2009-11-21 | 1 | -22/+29 |
* | Split updatepwd() into two smaller functions. The first one, findpwd(), | stefanf | 2008-02-24 | 1 | -38/+45 |
* | Don't strip a leading ./ from the path for the cd builtin to avoid interpreting | stefanf | 2006-06-12 | 1 | -2/+3 |
* | Remove clause 3 from the UCB licenses. | markm | 2004-04-06 | 1 | -4/+0 |
* | Changes following CScout analysis: | dds | 2003-07-05 | 1 | -2/+2 |
* | Add a -P/-o physical option which behaves similarly to bash/ksh's options | tjr | 2002-07-25 | 1 | -2/+2 |
* | Set opterr to zero to avoid duplicate warnings from getopt(3) for unknown | tjr | 2002-07-25 | 1 | -2/+2 |
* | Use PATH_MAX instead of a local guess at it, which happened to be incorrect. | tjr | 2002-07-25 | 1 | -4/+3 |
* | pwdcmd()'s argc and argv arguments are no longer unused, remove __unused. | tjr | 2002-07-25 | 1 | -1/+1 |
* | Remove broken and incomplete support for old releases of System V, | tjr | 2002-07-19 | 1 | -55/+0 |
* | Consistently use FBSDID | obrien | 2002-06-30 | 1 | -2/+2 |
* | Bring back the cd -L and -P options from revision 1.24, but try harder not | tjr | 2002-05-22 | 1 | -33/+105 |
* | Temporarily back out revision 1.24; it seems to handle the case where the | tjr | 2002-05-22 | 1 | -78/+22 |
* | Add the SUSv3 -L and -P options to the cd and pwd builtin utilities. `Logical' | tjr | 2002-05-20 | 1 | -22/+78 |
* | Remove a small, annoying, nit I ran in to editing this file, a lone tab | jmallett | 2002-05-19 | 1 | -1/+1 |
* | o __P has been reoved | imp | 2002-02-02 | 1 | -16/+9 |
* | Don't call setvar() with the VTEXTFIXED flag. A copy is created by | tegge | 2001-11-07 | 1 | -4/+4 |
* | Include strerror(errno) in error messages after failed system calls. | cracauer | 1999-11-29 | 1 | -1/+1 |
* | $Id$ -> $FreeBSD$ | peter | 1999-08-27 | 1 | -1/+1 |
* | Don't blindly eliminate `..' and the previous pathname component. | tegge | 1998-09-06 | 1 | -17/+156 |
* | Add rcsid. Spelling. | charnier | 1998-05-18 | 1 | -3/+5 |
* | Use the __unused attribute where warranted. | steve | 1997-05-19 | 1 | -5/+5 |
* | Nuke register keyword usage and #if -> #ifdef. | steve | 1997-04-28 | 1 | -2/+2 |
* | Revert $FreeBSD$ to $Id$ | peter | 1997-02-22 | 1 | -1/+1 |
* | Make the long-awaited change from $Id$ to $FreeBSD$ | jkh | 1997-01-14 | 1 | -1/+1 |
* | Make sh(1) think and be in the same place at the same time. This closes | steve | 1997-01-04 | 1 | -15/+11 |
* | Oops, it needs little more caulk to get it right. | steve | 1996-12-23 | 1 | -2/+2 |
* | Apply a little dab of bit caulk to keep those beggars | steve | 1996-12-23 | 1 | -6/+2 |
* | Don't use _POSIX_PATH_MAX to limit the size of the path, instead | steve | 1996-12-23 | 1 | -3/+3 |
* | Make sh(1) a little braver in the face of adversity. sh(1) | steve | 1996-12-21 | 1 | -163/+16 |
* | Merge in NetBSD mods and -Wall cleaning. | steve | 1996-12-14 | 1 | -16/+20 |