summaryrefslogtreecommitdiffstats
path: root/bin/sh/cd.h
Commit message (Collapse)AuthorAgeFilesLines
* Remove clause 3 from the UCB licenses.markm2004-04-061-4/+0
| | | | OK'ed by: imp, core
* o __P has been reovedimp2002-02-021-3/+3
| | | | | | | | | | | | | | | | | | o Old-style K&R declarations have been converted to new C89 style o register has been removed o prototype for main() has been removed (gcc3 makes it an error) o int main(int argc, char *argv[]) is the preferred main definition. o Attempt to not break style(9) conformance for declarations more than they already are. o Change int foo() { ... to int foo(void) { ...
* $Id$ -> $FreeBSD$peter1999-08-271-1/+1
|
* Don't blindly eliminate `..' and the previous pathname component.tegge1998-09-061-2/+4
| | | | | PR: 2541 Obtained from: NetBSD
* Added $Id$.alex1997-12-291-0/+2
|
* Make sh(1) a little braver in the face of adversity. sh(1)steve1996-12-211-1/+1
| | | | | | | now handles the getpwd() init problem the same way as bash and ksh do. Also while I was in here, I cleaned up the format a little, removed some unnnecessary #if SYMLINKS cruft, and changed the pwd builtin to use getcwd(3) as Joerg suggested.
* Merge in NetBSD mods and -Wall cleaning.steve1996-12-141-0/+34
Obtained from: NetBSD, me
OpenPOWER on IntegriCloud