summaryrefslogtreecommitdiffstats
path: root/bin/csh/file.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* I observed "csh i < file-containing-^T" to hit tenex(), which proceeds toderaadt2020-10-061-8/+15
* typo fix.nayden2019-11-291-2/+2
* When system calls indicate an error they return -1, not some arbitraryderaadt2019-06-281-2/+2
* In revision 1.35 of file.c, tenex() was modified to respect the inputline_sizeanton2017-11-161-2/+2
* Zap a redundant cast.anton2017-11-161-3/+2
* Respect inputline_size argument. No functional change since tenex() only has oneanton2017-08-301-1/+3
* Fix pasting of long (>BUFSIZ) lines in csh with filec enabled. NUL-terminatinganton2017-08-301-4/+14
* Align variables and put logical operators at EOL. No binary change.anton2017-07-261-12/+12
* Postpone printing of prompt if filec is enabled in csh. Any I/O should beanton2017-07-261-1/+3
* Restore tty when aborting loop.anton2017-07-181-2/+4
* Switch TIOCSTAT to _IO(). Two decades ago it was mistakenly defined toderaadt2017-06-291-4/+2
* Tweak previous: align declarations and rename local variable.anton2017-06-271-6/+6
* in recently commited TIOCSTI replacement code, do not assumederaadt2017-06-271-7/+9
* Make sure to abort loops when pressing ^C in csh.anton2017-06-221-1/+6
* Minor style(9) corrections and whitespace cleanup to csh.anton2017-06-211-10/+9
* Replace usage of TIOCSTI in csh using a more common IO-loop where ICANON isanton2017-06-211-175/+344
* Move win variable.anton2017-06-171-3/+2
* Replace handrolled xfree() function by directly using free(3)mestre2015-12-261-3/+3
* unifdef BUILTIN (unused), NLS (always set), SHORT_STRINGS (always set)naddy2015-10-261-4/+1
* remove -DFILEC; code does not compile for the -UFILEC case, and anyways,deraadt2015-06-171-3/+1
* better description of internal copyn() functionderaadt2015-06-031-3/+2
* delete lots of unnecessary ptr_t casts, and drop a little NULL in as welltedu2015-02-081-4/+4
* Replace <sys/param.h> with <limits.h> and other less dirty headers wherederaadt2015-01-161-8/+9
* Use reallocarray() and remove a few archaic memory allocation practices.deraadt2014-10-161-8/+3
* rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andderaadt2009-10-271-9/+1
* de-register and ansify functionsderaadt2003-06-111-67/+40
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-021-7/+3
* bring in strlcpy and strlcat-like things for dealing with Char types,deraadt2003-01-081-8/+11
* Fix a bug I inadvertanly introduced while fixing the last problem in here.millert2002-07-241-11/+12
* Remove 1024 directory entry limit for tenex-style file completion.millert2002-07-151-16/+11
* knftodd2002-06-091-3/+3
* We live in an ANSI C world. Remove lots of gratuitous #ifdef __STDC__ cruft.millert2002-02-191-7/+3
* Part one of userland __P removal. Done with a simple regexp with some minor hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically.millert2002-02-161-22/+22
* KNFderaadt2001-12-011-4/+4
* MAXPATHLEN not MAXPATHLEN+1deraadt1998-05-181-3/+3
* spellingtodd1997-11-151-3/+3
* #if __STDC__ --> #ifdef __STDC__mickey1997-07-251-3/+3
* use TCSADRAIN instead of TCSANOW, to avoid dropping characters.millert1996-12-041-8/+8
* update rcsidderaadt1996-06-231-1/+2
* initial import of NetBSD treederaadt1995-10-181-0/+696