summaryrefslogtreecommitdiff
path: root/usr.bin/script/script.c
AgeCommit message (Collapse)Author
2011-09-06static + __deadjoerg
2011-06-08err -> errx where appropriateyamt
2009-10-17use system to parse argschristos
2009-10-17add more features found in other uniceschristos
2009-04-13Fix WARNS=4 issues (-Wcast-qual -Wshadow)lukem
2008-07-21Remove the \n and tabs from the __COPYRIGHT() strings.lukem
Tweak to use a consistent format.
2007-09-09PR/36955: Ighighi: Use fseeko instead of fseek.christos
2007-08-20Apparently seeking forward on a FIFO does not work (why?). Read instead.christos
Patch from Jukka Salmi.
2007-08-19deal with non-regular files.christos
2006-06-14Fix PR: 26363: script core dumps on incorrect input files.liamjfoy
This patch virtually re-writes the playback code and contains improvements (mainly the dependency upon BUFSIZ being the same size as it was wrote at). OK: christos, joerg
2006-03-29ANSIfy. de-P.rpaulo
2004-07-13Add -d to usage; use getprogname(3). From Kouichirou Hiratsuka in PR 26227.wiz
2003-08-07Move UCB-licensed code from 4-clause to 3-clause licence.agc
Patches provided by Joel Baker in PR 22365, verified by myself.
2002-06-21Add an alternate "typescript mode" that contains timestamps and otheratatat
data interleaved between chunks of actual output (and input), and teach script how to read the new format so that sessions can be played back at "proper" time.
1998-12-19don't use union wait; an int is good enough.christos
1998-04-02Need <time.h> for time() and ctime() prototypes.kleink
1997-10-19WARNSify, fix .Nm usage, deprecate register, getopt returns -1 not EOFlukem
1997-03-03pass $SHELL or /bin/sh as argv[0] to subshell, instead of "sh"; fixesmikel
PR bin/3276.
1994-12-21Merged with 4.4lite.jtc
Changed to conform to NetBSD's new RCS Id convention.
1993-08-01Add RCS identifiers.mycroft
1993-03-21initial import of 386bsd-0.1 sourcescgd