rc

[fork] interactive rc shell
git clone https://hhvn.uk/rc
git clone git://hhvn.uk/rc
Log | Files | Refs | README | LICENSE

DateCommit messageAuthorFiles+-
2022-01-02 13:36parse.y rc.1: support ifs-list with single backtickhhvn2+5-3
2019-10-03 13:18Sort completion matches before quoting themBert Münnich1+10-3
2019-09-30 20:37Supplant readline's quoting and word separation mechanismsBert Münnich1+55-22
2019-09-29 21:01Unify call to completion generatorsBert Münnich1+20-28
2019-06-25 12:58Quote matches of all custom completion functionsBert Münnich1+18-5
2019-06-25 12:20Allow empty context-aware completionBert Münnich1+3-3
2019-06-15 20:13Fix tab completion of quoted commands and variablesBert Münnich1+2-2
2019-03-24 13:32Report children as soon as possible when waiting for allBert Münnich1+16-15
2019-02-10 18:28Simplify string creation in completionBert Münnich1+14-34
2019-02-10 18:02Remove useless unquote functionBert Münnich1+3-23
2019-01-07 20:06Properly complete subdirs in $pathBert Münnich1+5-32
2019-01-07 19:52Fix command completion of absolute pathsBert Münnich1+5-2
2018-05-01 14:21Correctly name real-time signalsBert Münnich1+6-1
2016-07-11 20:05Revise status messages for terminated childrenBert Münnich2+16-19
2017-05-05 04:43Glob matching in linear timeBert Münnich1+37-37
2017-11-18 12:58Restore tty attributes if interactive child is terminated by signalBert Münnich3+27-1
2015-11-28 15:41Set LC_CTYPE after reading ~/.rcrcBert Münnich1+5-0
2015-11-28 15:24Prevent duplicate lines in readline historyBert Münnich1+12-1
2017-10-19 12:07Handwritten Makefile and config.h; no more GNU autohellBert Münnich19+264-794
2016-05-26 12:56Remove duplicate line editing unitBert Münnich1+0-91
2018-08-19 21:46do not permit "if not" after "if ... else"Toby Goodwin1+10-2
2018-08-19 21:29add failing test for else / if not caseToby Goodwin1+10-9
2018-08-08 21:52minor tidyupsToby Goodwin1+0-3
2018-08-05 00:57Cleaner string for testDrazen Borkovic1+12-16
2018-08-05 00:28Test for if-not issueDrazen Borkovic1+25-0
2018-08-08 21:47improved implementation of if_state inspired by borkovicToby Goodwin1+10-10
2018-05-30 21:46if_state was being clobbered while running body of succeeding ifToby Goodwin1+6-2
2018-05-30 21:19tweak ChangeLogToby Goodwin1+2-1
2018-05-30 20:51Merge branch 'master' of github.com:rakitzis/rcToby Goodwin1+1-0
2018-05-30 20:50very minor cleanupsToby Goodwin4+5-2
2018-05-02 21:42Merge pull request #47 from muennich/ifnot-conflictsToby Goodwin1+1-0
2018-05-01 19:08Silence parser conflicts caused by IF NOTBert Münnich1+1-0
2018-05-01 06:33implement quoting for command completionToby Goodwin1+37-17
2018-05-01 05:45quoting functions mean filename completion mostly works for names containing "'"Toby Goodwin1+42-0
2018-04-29 20:51minor cleanupsToby Goodwin1+5-3
2018-04-28 22:14support completion through subdirs of pathToby Goodwin3+104-26
2018-04-28 07:21check access of external commands when completingToby Goodwin3+20-3
2018-04-28 06:46eliminate goto... clearer?Toby Goodwin1+11-15
2016-02-26 17:32Always insert single match of explicit complete functionBert Münnich1+10-6
2015-12-05 17:26Custom readline commands for explicit completionsBert Münnich1+33-2
2015-12-05 16:34Completion of command names and variablesBert Münnich4+124-0
2018-04-25 21:29bring ChangeLog up to dateToby Goodwin3+94-13
2018-04-20 10:56new mkinstalldirs for some reasonToby Goodwin1+3-3
2018-04-20 10:55replace space used to terminate heredocToby Goodwin1+1-1
2018-03-26 17:21Merge branch 'master' into ifnotToby Goodwin9+93-87
2018-03-26 17:20whitespace cleanupsToby Goodwin17+366-366
2018-03-20 21:58whitespace cleanupToby Goodwin25+447-441
2018-03-19 21:59Merge branch 'master' into ifnotToby Goodwin3+44-8
2018-03-19 21:50implement $nl and $tab, issue #43Toby Goodwin3+46-8
2018-03-19 20:55implement desugaring version (again, lost due to git problem)Toby Goodwin4+51-9
2018-03-17 18:36Merge branch 'master' into ifnotToby Goodwin5+216-102
2018-03-17 18:34fix bad merge fixupToby Goodwin1+2-2
2018-03-17 18:32Merge branch 'continue'Toby Goodwin7+182-51
2018-03-17 15:14tidy up, test cases, document flagToby Goodwin5+50-9
2018-03-16 20:39flag largely working, flag n + is a bit oddToby Goodwin3+46-22
2018-03-16 20:20starting to workToby Goodwin3+159-110
2018-03-05 07:13Merge branch 'master' into ifnotToby Goodwin2+18-7
2018-03-05 07:08add to ChangeLogToby Goodwin1+8-0
2018-03-05 06:51implement walk half of if not, plus testsToby Goodwin2+21-5
2018-03-02 20:04Unify bodies of if and if-else statementsBert Münnich1+10-7
2018-03-02 06:06nBody second child can be nullToby Goodwin1+1-2
2018-03-01 21:37Merge branch 'master' into ifnotToby Goodwin11+32-289
2018-02-17 16:03remove all references to SIGCLDToby Goodwin6+14-78
2018-02-09 06:39remove config.h-dist; add thanks to Bert and LeahToby Goodwin2+10-214
2018-02-09 06:34wipToby Goodwin6+19-4
2017-11-17 07:36Merge pull request #41 from muennich/issue40Toby Goodwin4+15-4
2017-10-28 11:16Add test for issue #40, exit status of -e with failed backquote or pipelineBert Münnich1+10-0
2017-10-27 17:30Fix exit value for -e with failed backquote or pipelineBert Münnich3+5-4
2017-08-28 19:32remove blank line at end of fileToby Goodwin1+0-1
2017-08-27 19:49Change one continue-testing loop from for to whileDrazen Borkovic1+5-1
2017-08-27 00:01FormattingDrazen Borkovic2+2-2
2017-08-26 23:32Remove space at end of lineDrazen Borkovic2+3-3
2017-08-26 23:21Add continue to man pageDrazen Borkovic1+11-0
2017-08-26 23:19Add "continue" builtinDrazen Borkovic6+154-37
2017-08-25 19:46Merge pull request #21 from muennich/break-varstackToby Goodwin1+1-1
2017-08-25 19:36use "/bin/pwd -P" - github #36Toby Goodwin1+4-4
2017-08-25 19:28add CasperToby Goodwin1+3-3
2017-06-23 22:10fix for github #32 readline loses track of term sizeToby Goodwin2+2-87
2017-06-23 21:29fix prefix redir precedence bug, github #33Toby Goodwin1+2-1
2017-06-23 21:20add failing test for github #33 counter intuitive redirection parseToby Goodwin1+7-2
2017-06-23 21:16add parse tree dumper with --enable-developToby Goodwin5+329-2
2017-06-23 21:14reinstate yacc to the build processToby Goodwin5+11-1255
2017-05-26 21:50INSTALL is an artifact, so add to .gitignoreToby Goodwin1+1-0
2016-02-02 21:07fix typosJakub Wilk2+2-2
2015-10-27 05:22When running rc on the following script, rc crashes. fn f1 { v=x { }} fn f2 { f1 1; f1 2 } f2 whatisDrazen Borkovic1+1-0
2017-05-25 21:25remove trailing spaceToby Goodwin1+1-1
2017-05-13 05:14Man page explanation of the -e option include the test in the while() statement.Drazen Borkovic1+4-0
2017-05-12 02:49Fix: "rc -e" exits if condition in while statement returns false the second timeDrazen Borkovic2+9-2
2017-05-25 21:21tidy up bootstrap: INSTALL is an artifactToby Goodwin2+1-371
2017-04-17 22:04document readline tilde expansionToby Goodwin1+44-5
2017-04-17 20:59add some tests for unquoted equalsToby Goodwin1+6-0
2016-09-15 20:39update parse.[ch]Toby Goodwin2+713-626
2016-02-27 19:52Parse equals sign as keywordBert Münnich3+25-12
2017-04-17 20:23improve lshift function in man pageToby Goodwin1+2-2
2017-04-17 20:23add "rc: " prefix to "cannot shift" errorToby Goodwin1+1-1
2016-08-27 22:02replace problematic reldate with git describe (thanks @RamKromberg)Toby Goodwin4+8-5
2016-08-27 22:01git ignore aclocal.m4Toby Goodwin1+1-0
2016-08-27 21:21mention that ~ $foo () cannot be combined with other patternsToby Goodwin1+59-31
2016-08-25 21:09do not return random value if sigaction fails (thanks @borkovic)Toby Goodwin4+14-1156
2016-08-25 20:46Merge pull request #14 from muennich/edit-sighToby Goodwin4+16-4
2016-02-26 22:32Break out of loops through local variable blocksBert Münnich1+1-1
2015-11-28 14:48Restore signal handlers when catching signals in edit_alloc()Bert Münnich4+16-4
2015-10-23 10:18remove chldign.c and (binary!) chldignToby Goodwin2+0-9
2015-10-23 10:17Merge branch 'master' into developToby Goodwin10+1372-0
2015-09-03 14:55Merge pull request #8 from Pyrohh/exampleToby Goodwin1+1-0
2015-09-02 20:47Fix man page exampleMichael Reed1+1-0
2015-07-15 19:41Merge pull request #7 from jwilk/spellingToby Goodwin1+1-1
2015-07-15 11:11fix a typoJakub Wilk1+1-1
2015-06-24 10:52Merge pull request #4 from rlonstein/feature/fix-gnuismToby Goodwin1+1-1
2015-06-23 22:30use POSIX style date format in configure, not GNU date optionRoss Lonstein1+1-1
2015-05-17 19:29tidy up READMEsToby Goodwin2+18-34
2015-05-17 19:15create a README.md for githubToby Goodwin1+4-0
2015-05-17 19:14Revert "rename README to README.md"Toby Goodwin1+0-0
2015-05-16 10:33rename README to README.mdToby Goodwin1+0-0
2015-05-16 10:31remove some old / odd filesToby Goodwin4+0-76
2015-05-16 10:19remove automake artifactsToby Goodwin3+0-723
2015-05-13 21:24release: rc-1.7.4Toby Goodwin5+13-10
2015-05-12 21:28make mktemp more bsd friendlyToby Goodwin2+4-1
2015-05-12 21:18update to plain zlib licenseToby Goodwin2+22-18
2015-04-21 20:39Release: rc-1.7.3.Toby Goodwin1+16-0
2015-04-21 20:26rename edit shimsToby Goodwin1+1-1
2015-04-18 21:09update release time filesToby Goodwin6+29-18
2015-04-18 11:13update licence to "ZlibWithAcknowledgement" (change approved by Byron)Toby Goodwin1+23-25
2015-04-18 11:06remove RELDATE from ReleaseTime tooToby Goodwin1+0-1
2015-04-18 11:02Revert "readline completion: now mainly working" (moved to branch)Toby Goodwin1+0-48
2015-04-17 19:03remove obsolete RELDATEToby Goodwin2+1-4
2015-04-17 18:23add rc-1.7.2 release dateToby Goodwin1+2-0
2015-04-14 22:36in initinput() ungetcount was used uninitializedToby Goodwin2+9-0
2015-04-13 20:02configure.ac: AM_CONFIG_HEADER and AM_PROG_CC_STDC are obsoleteToby Goodwin1+1-2
2015-04-07 22:54readline completion: now mainly workingToby Goodwin1+48-0
2015-04-07 21:29tgetent can be in -ltinfoToby Goodwin1+8-5
2015-04-07 21:29edit shims: rename and tidy in configure scriptToby Goodwin1+20-9
2015-04-07 21:24remove a couple of autoconfiscation productsToby Goodwin2+0-2016
2015-04-07 21:22edit shims: better naming, editline and vrl addedToby Goodwin4+204-0
2015-04-04 11:46typo (thanks Jakub Wilk)Toby Goodwin1+1-1
2015-04-04 10:55s/__va_copy/va_copy/gToby Goodwin3+17-11
2015-04-04 09:29rc.spec was majorly out of dateToby Goodwin2+10-4
2014-09-01 21:47release rc-1.7.2; fixes CVE-2014-1936Toby Goodwin7+34-12
2014-09-01 21:44add $"x as a synonym for $^xToby Goodwin1+1-1
2014-09-01 21:39fix both Zekoll and Neukirchen bugsToby Goodwin3+21-5
2014-08-31 21:55update NEWS fileToby Goodwin1+13-12
2014-08-31 16:17add .gitignoreToby Goodwin1+3-2
2014-08-31 21:40quoting for filename completionToby Goodwin1+3-0
2014-08-31 16:17add .gitignoreToby Goodwin1+14-0
2014-06-29 21:18update email and web addressesToby Goodwin4+17-17
2014-06-29 20:59fixes for automakeToby Goodwin9+371-265
2014-02-26 21:07various patches from Jakub WilkToby Goodwin5+47-44
2013-06-06 21:28various autoconf tweaksToby Goodwin8+1226-606
2012-10-14 23:17more tidying up of errorsToby Goodwin5+20-18
2012-10-04 21:54more errorsToby Goodwin3+27-32
2012-10-01 20:51various minor fixupsToby Goodwin3+31-28
2012-10-01 19:46initial commitToby Goodwin28+3854-85
2015-05-15 18:36snapshot from cvs: 2005-03-03Toby Goodwin14+227-229
2003-09-30 13:36checkpointtjg1+122-111
2003-09-30 10:21Initial revisiontjg1+72-0
2003-09-25 09:17Initial revisiontjg1+38-0
2003-09-24 10:15 Tidiness: minor improvements to input.c.tjg10+84-81
2003-08-13 13:51typos onlytjg1+9-6
2003-08-13 13:07 Release: rc-1.7.1.tjg3+18-23
2003-08-13 13:06 Testing: remove test for large file support, as it causes indigestion on file systems that don't support sparse files (thanks Scott Schwartz).tjg2+10-24
2003-07-17 11:59 Testing: remove test for large file support, as it causes indigestion on file systems that don't support sparse files (thanks Scott Schwartz).tjg3+6-30
2003-07-17 11:59bogus dependencytjg1+1-1
2003-07-17 11:50it's not rc_version any moretjg1+1-1
2003-07-17 11:45fix tiny typotjg1+2-2
2003-02-20 14:03Initial revisiontjg1+6-0
2002-11-27 16:29better commentstjg2+16-16
2002-11-27 12:40 Bug: history dumps core if more colons than substitutions (thanks Callum Gibson); history fails to avoid itself if it's the only command; history writes and reads outside allocated memory.tjg2+14-13
2002-11-27 12:40 Configuration: upgrade to autoconf-2.56 and automake-1.7.1.tjg3+27-27
2002-11-27 10:23 Bug: history dumps core if more colons than substitutions (thanks Callum Gibson).tjg2+7-0
2002-08-20 15:57no NDEBUG for snapshotstjg1+1-1
2002-08-20 15:38 Bug: don't call ealloc(0) on systems where getgroups() doesn't return egid (thanks Chris Siebenmann).tjg3+15-8
2002-08-15 14:02fix typo (s/SIGCONT/SIGSTOP/)tjg2+3-3
2002-08-15 13:45 Portability: don't call sigaction() for SIGKILL or SIGCONT; don't hand a garbage signal mask to sigaction() (thanks Jeremy Fitzhardinge). Also, remove use of SA_INTERRUPT (SUSv3, BSD, etc. have SA_RESTART with the inverted meaning).tjg4+26-30
2002-08-15 12:51 Bug: variables that are sometimes exported (i.e. $prompt and $version) need to be made exportable if they are inherited from the environment.tjg2+7-0
2002-07-31 12:39 Bug: fix globbing of broken symlinks.tjg1+1-1
2002-07-31 12:28 Bug: readline doesn't handle EIO either.tjg2+7-1
2002-07-31 12:26back to snapshotstjg1+2-2
2002-07-25 12:19 Bug: fix globbing of broken symlinks.tjg4+16-4
2002-07-25 12:17s/LIBS/LDFLAGS/ mention that it doesn't work on CygWintjg1+9-4
2002-06-20 15:29Initial revisiontjg1+26-0
2002-06-19 14:57update copyrighttjg1+1-1
2002-06-18 11:18 Release: rc-1.7.tjg4+15-3
2002-05-22 14:25 Documentation: possible warning in tripping.c (thanks Dan Moniz).tjg3+11-6
2002-05-22 13:25 Release: rc-1.6c7.tjg1+8-1
2002-05-22 13:25 Feature: make $version less magical, and exportable if it's changed from its default value. Same for $prompt (thank Erik Quanstrom).tjg1+65-75
2002-05-22 13:24tidy up for releasetjg3+20-20
2002-05-22 13:23 Feature: "stuttering" colons for multiple replacements in the history programs (thanks Callum Gibson).tjg2+24-5
2002-05-22 13:23tidy up copyright notice (don't need additional years)tjg1+1-1
2002-05-22 13:22remove redundant decl of doredirstjg1+0-1
2002-05-21 15:34add 2002tjg1+1-1
2002-04-04 10:07 Feature: make $version less magical, and exportable if it's changed from its default value. Same for $prompt.tjg6+35-8
2002-04-03 14:57 Feature: make $version less magical, and exportable.tjg5+18-20
2002-03-27 13:44reorder variablestjg1+9-9
2002-03-27 13:42 Feature: rename $version to $rc_version.tjg4+16-7
2002-02-08 14:48 Bug: yet more wrongly ordered header file includes.tjg5+10-4
2002-02-08 14:14 Release: rc-1.6c6.tjg5+12-8
2002-02-08 14:06snapshottjg1+2-2
2002-02-08 14:03 Bug: parselimit() was broken in various ways (thanks Chris Siebenmann).tjg2+7-1
2001-11-23 16:03 Bug: parselimit() was broken in various ways (thanks Chris Siebenmann).tjg2+55-35
2001-11-21 16:01"fonto"tjg1+2-2
2001-11-21 14:53update datetjg1+2-2
2001-11-20 21:35 Release: rc-1.6c5.tjg3+9-2
2001-11-20 21:34 Documentation: tighten up various descriptions, and include some more examples.tjg1+89-39
2001-11-06 17:03 Portability: rename print.c::utoa() to rc_utoa() to avoid QNX name clash; use "sh -c 'test ...'" in trip.rc for missing standalone `test' on QNX (thanks Stefan Dalibor).tjg3+10-4
2001-11-06 16:55 Bug: more wrongly ordered header file includes (thanks Callum Gibson).tjg9+32-13
2001-10-31 14:12 Documentation: subscripted variables don't work in here documents.tjg2+4-0
2001-10-31 12:31 Release: rc-1.6c4.tjg3+6-2
2001-10-31 12:30 Feature: large file support (thanks Scott Schwartz, Chris Siebenmann).tjg3+57-0
2001-10-29 10:04 Bug: space vs tab confusion in commented out Makefile rules to rebuild parser (thanks Gary Carvell).tjg3+15-8
2001-10-25 09:33 Feature: large file support.tjg3+9-3
2001-10-25 09:33minor tidy upstjg1+54-36
2001-10-12 15:09fix a few minor problemstjg1+33-25
2001-10-12 10:25 Release: rc-1.6b3.tjg3+137-106
2001-10-12 10:25newer gccs don't "clobber"tjg1+5-2
2001-10-12 10:22make functions static, to avoid warningstjg1+3-3
2001-10-12 10:22fix a few more warningstjg6+28-27
2001-10-12 09:33 Release: rc-1.6b3.tjg2+4-4
2001-10-12 09:30 Bug: semantic errors in `fn prompt' no longer throw rc into a tailspin.tjg1+4-5
2001-10-12 09:29 Feature: don't export $cdpath or $home (the lower-case versions).tjg1+2-1
2001-10-12 09:28add assertiontjg1+1-0
2001-10-12 09:28include <assert.h>tjg1+3-0
2001-10-12 09:19make the assertion livetjg1+2-1
2001-10-11 15:39fix compilation warningtjg1+1-1
2001-10-11 11:14remove some things that have happenedtjg1+0-6
2001-10-11 11:14Initial revisiontjg1+18-0
2001-10-11 11:14update datetjg1+1-1
2001-10-05 11:05alternative fix for fn prompt tailspintjg1+5-8
2001-10-04 12:32 Bug: semantic errors in `fn prompt' no longer throw rc into a tailspin.tjg2+14-14
2001-10-03 12:43can't eval in a subshell!tjg1+1-1
2001-10-03 12:41 Feature: exported lists no longer use redundant parentheses.tjg2+23-3
2001-10-02 13:00 Bug: it's no longer possible to use parentheses to sneak a word that needs quoting past the "quoting detector", so `fn x { echo $(x.y) }' now works both in the current rc and its descendants.tjg3+11-7
2001-10-02 13:00 Bug: the ^A bug is fixed.tjg2+22-10
2001-10-02 09:52fix obscure quoting bugtjg1+4-2
2001-10-02 09:20 Bug: it's no longer possible to use parentheses to sneak a word that needs quoting past the "quoting detector", so `fn x { echo $(x.y) }' now works both in the current rc and its descendants.tjg2+2-3
2001-10-01 12:54 Bug: it's no longer possible to use parentheses to sneak a word that needs quoting past the "quoting detector", so `fn x { echo $(x.y) }' now works both in the current rc and its descendants.tjg9+44-38
2001-10-01 10:58 Bug: the ^A bug is fixed.tjg3+10-2
2001-09-28 10:00 Bug: the ^A bug is fixed.tjg1+71-40
2001-09-27 15:23 Bug: the ^A bug is fixed.tjg1+0-6
2001-09-27 15:22 Documentation: we don't consider that `.' failing to search path is a bug.tjg1+1-1
2001-06-18 13:20add check target (same as trip)tjg1+2-0
2001-06-18 13:17remove equals hacktjg1+0-4
2001-06-18 13:16snapshot releasetjg3+9-3
2001-06-18 12:58 Bug: you can't pass a short to a stdargs function!tjg2+0-5
2000-11-27 12:532000-11-27tjg1+1-1
2000-11-27 12:53 Portability: configure fails to detect strerror() on NetBSD; we need to include <string.h>.tjg1+5-0
2000-11-27 12:51need to #include <string.h> before testing for strerror()tjg3+19-1
2000-11-27 12:47remove equals hacktjg1+1-1
2000-11-27 12:46revert to 1.4tjg1+4-12
2000-11-27 12:46equals hacktjg2+13-5
2000-11-27 12:44remove all equals hacks!tjg1+7-9
2000-11-27 12:43yet another go at equals hacktjg1+9-9
2000-08-18 10:44another attempt at the equals hacktjg1+2-2
2000-08-15 08:24new equals hacktjg1+1-0
2000-08-11 12:35add Thomas Nordintjg1+2-2
2000-08-11 12:12 Feature: the "equals hack".tjg2+5-0
2000-07-24 08:31update copyright to 2000tjg2+3-3
2000-07-24 08:29 Feature: add `-I' flag (definitively not interactive) for compatibility with Plan 9 rc.tjg2+13-4
2000-07-24 08:29trivial comment changetjg1+2-1
2000-05-25 14:52fix buglettjg1+1-1
2000-05-25 14:31 Portability: need special runes for read() returning EIO under job control systems.tjg5+35-1
2000-04-19 14:31add Decklin Fostertjg1+5-5
2000-04-19 14:29snapshottjg3+4-4
2000-04-19 14:272000-04-19tjg2+22-1
2000-04-19 14:272000-04-19tjg1+4-14
2000-04-19 14:162000-04-19tjg1+3-3
2000-04-19 14:16add some extra calls to setsigdefaultstjg1+4-0
1999-12-10 11:55 Release: rc-1.6b2.tjg3+8-2
1999-12-10 11:54 Documentation: extra parentheses around `~' and `!' expressions are forbidden. Tom Duff's paper is not distributed with rc, but is available on the web.tjg1+17-6
1999-12-10 10:50 Bug: avoid a putative race condition in signal.ctjg2+10-9
1999-12-10 10:391999-12-10tjg2+10-0
1999-12-10 10:30`/' special case just moves elsewhere... remove use of commas to separate statementstjg1+5-2
1999-11-11 11:30new release datetjg1+1-1
1999-11-11 11:291999-11-11tjg2+13-8
1999-11-11 09:261999-11-10tjg2+5-2
1999-11-10 14:551999-11-10tjg4+9-5
1999-10-14 15:50 Documentation: failing to search $path for a `.' command is at least an incompatibility with Tenth Edition rc, and probably a bug.tjg3+29-10
1999-10-14 10:36 Portability: add /usr/bsd to default default path.tjg3+11-6
1999-10-14 10:14 Feature: replace `-V' with `version' variable. Portability: exporting `path' causes indigestion in CygWin. Since it's virtually impossible for a child `rc' process to inherit `path' (which I consider a bug, but it's not going to be fixed now), simply don't export `path'.tjg1+25-9
1999-10-14 09:56 Portability: exporting `path' causes indigestion in CygWin. Since it's virtually impossible for a child `rc' process to inherit `path' (which I consider a bug, but it's not going to be fixed now), simply don't export `path'.tjg2+8-1
1999-10-13 16:29 Feature: replace `-V' with `version' variable.tjg5+10-14
1999-10-13 16:10 Feature: replace `-V' with `version' builtin.tjg4+13-8
1999-10-13 15:37 Portability: use POSIX strerror() where it's available; fake it with sys_errlist[] where not.tjg4+21-8
1999-10-13 15:361999-10-13tjg2+8-1
1999-10-13 11:25zap statval.h on `make distclean'tjg1+1-1
1999-10-12 14:101999-10-12tjg4+15-6
1999-10-11 11:161999-10-11tjg2+7-6
1999-08-19 09:29 Portability: the proposed C 9x __va_copy() macro is called that, not va_copy(), as I thought. Furthermore, it is defined to be a macro, so we don't need to use autoconf to check for it.tjg6+22-32
1999-05-28 09:371.6 take 2tjg2+3-1
1999-05-27 09:56typos, etc.tjg1+7-6
1999-05-26 14:56 Tidiness: `make distclean' now removes sigmsgs.[ch].tjg1+2-0
1999-05-26 14:56really 1.6 (maybe?)tjg1+2-0
1999-05-26 14:27rc-1.6tjg5+33-47
1999-05-26 13:38towards 1.6tjg1+4-0
1999-05-26 13:37add Dale Scheetztjg1+4-4
1999-05-19 15:10 Documentation: minor fixes to man page.tjg1+44-5
1999-05-12 15:411.5b6tjg3+11-3
1999-05-12 15:39 Documentation: note that `$(a.b)' syntax only mostly works, and that list definitions in exported functions are noisier than they need to be.tjg1+14-1
1999-05-12 12:56fix typotjg1+1-1
1999-05-10 15:39make comment more precisetjg1+3-3
1999-05-10 15:19another snapshottjg1+9-1
1999-05-10 15:19 Bug: if we reset SIGCLG to SIG_DFL, we need to record the fact in the sighandlers[] array.tjg1+2-0
1999-05-10 15:19 Portability: Linux *almost* has SysV SIGCLD semantics, and we need to detect them.tjg1+8-2
1999-05-06 14:37remove debugging statementtjg1+0-1
1999-05-06 12:54towards another snapshottjg2+21-2
1999-05-06 12:511993-05-06tjg2+21-5
1999-05-06 12:20 Documentation: document the yacc-imposed limit on ; separated commands in a line.tjg1+8-0
1999-03-01 16:17trivial fixestjg1+8-8
1999-03-01 13:25minor updatestjg1+45-12
1999-02-15 15:30 Portability: AM_INIT_AUTOMAKE calls AC_ARG_PROGRAM and AC_PROG_INSTALL. Don't do it explicitly. For once, the configure script gets smaller!tjg1+1-5
1999-02-15 15:23add Aharon Robbins and Wolfgang Zekolltjg1+6-6
1999-01-27 13:49some changes for rc-1.5b5tjg1+3-7
1999-01-27 11:43 Release: rc-1.5b5.tjg3+28-5
1999-01-27 11:43 Documentation: default path was out of date; minor consistency improvements.tjg1+12-9
1999-01-26 12:53back to snapshots for nowtjg1+2-2
1999-01-26 12:53 Testing: add regression test for `-s' behaviour.tjg1+6-0
1999-01-26 12:53 Bug: `-s' should not imply `-i'.tjg1+21-21
1999-01-26 12:50add Gerry Tomlinsontjg1+5-4
1999-01-26 12:50 Documentation: document the `-s' option. Also, arrange the option documentation in alphabetical order.tjg1+67-49
1999-01-26 12:06 Tidiness: just install `history' to `$(bindir)/-'; don't create an extra link (which `make clean' failed to remove).tjg1+1-2
1999-01-19 12:17Initial revisiontjg8+1343-0
1999-01-11 10:51It's 1999, dude!tjg1+1-1
1999-01-11 10:51beta4?tjg2+4-9
1999-01-08 15:46it's 1999, dudetjg1+1-1
1999-01-08 15:17new snaptjg1+5-0
1999-01-08 15:17 Documentation: the Bell Labs rc now has the list flattening operator, but spelt $"foo.tjg1+8-1
1998-12-22 15:35more stufftjg1+22-0
1998-12-22 15:341998-12-11tjg3+13-4
1998-12-18 12:30change contact addresstjg1+2-2
1998-12-10 16:06 Tidiness: move most of the configure.in nastiness into acinclude.m4.tjg2+189-157
1998-12-09 15:24 Portability: test for va_copy() needs to include <stdarg.h>.tjg1+1-0
1998-12-09 11:47 Tidiness: latest autoconf version has fixed AC_FUNC_SETPGRP, so we no longer need to supply our own.tjg2+3-24
1998-12-09 11:46 Portability: use AM_PROG_CC_STDC. This obviates the need for a special hack on HP-UX.tjg1+0-10
1998-12-09 11:46 Documentation: document all the flags to `whatis'.tjg1+20-11
1998-12-09 11:23 Portability: use AM_PROG_CC_STDC. This obviates the need for a special hack on HP-UX.tjg1+4-1
1998-12-04 17:36 Bug: a debugging statement was left in history.c by mistake.tjg1+1-1
1998-12-04 17:32towards another snapshottjg2+13-2
1998-12-04 17:32add Raymond Vennekertjg1+2-2
1998-12-04 17:31move some stuff to the web pagetjg1+7-47
1998-10-30 16:07towards another snapshot?tgoodwin2+11-2
1998-10-30 16:07 Portability: rename basename() to rc_basename(), since the former is quite widespread, and has a variety of different definitions (none of them, of course, static). Portability: work around i386 GCC 2.7.2.3 optimization bug triggered by a (really quite simple) expression in history.c.tgoodwin1+6-4
1998-10-30 16:06add Stefan Dalibortgoodwin1+2-2
1998-10-29 15:07 Portability: include <sys/types.h> before <sys/stat.h>.tgoodwin2+4-1
1998-10-29 14:52fix test for cdpathtgoodwin2+2-3
1998-10-29 14:36another snapshottgoodwin2+15-2
1998-10-29 14:19 Testing: add testing auxiliary program; use testing to generate null character on the fly (since it's a nuisance having a literal null character in trip.rc); reset sigexit in `fn fail'; add test for nonblocking input file descriptor.tgoodwin2+2-4
1998-10-29 14:15 Portability: work around readline's broken treatment of a non-blocking input file descriptor.tgoodwin1+5-4
1998-10-29 14:15 Bug: the "null character ignored" warning was printed with the wrong line number. Fix by adding an offset argument to pr_error.tgoodwin1+5-8
1998-10-29 14:13pr_error now takes a line number offsettgoodwin3+6-6
1998-10-29 14:13Initial revisiontgoodwin1+33-0
1998-10-28 14:27towards another snapshottgoodwin3+33-3
1998-10-28 14:19 Portability: apparently some systems declare `char *basename(const char *)' in system header files. Changing our basename() (in history.c) to match this prototype allows it to be compiled on such systems, and is harmless. (Harmless, that is, if no system declares `char *basename(char *)'.)tgoodwin1+1-1
1998-10-28 14:15use va_copy() where it existstgoodwin5+34-104
1998-10-28 14:12add some information about HP-UXtgoodwin1+11-1
1998-10-28 14:12add Jeremy Fitzhardingetgoodwin1+3-2
1998-10-28 14:12s/makenonblock/makeblocking/tgoodwin3+3-3
1998-10-28 14:10include "wait.h"tgoodwin1+1-0
1998-10-28 11:43add braces to avoid "ambiguous" elsetgoodwin2+39-37
1998-10-28 11:40Initial revisiontgoodwin1+50-0
1998-10-21 13:17document the ^A bugtgoodwin2+8-0
1998-10-21 12:5619981021 snapshottgoodwin5+15-5
1998-10-21 12:54add makenonblock()tgoodwin1+1-0
1998-10-21 12:54use rc_error instead of panicking (it's hard to know what to do here)tgoodwin1+2-3
1998-10-21 12:52don't include <setjmp.h> here handle non-blocking stdin, etc.tgoodwin1+4-1
1998-10-21 12:52don't include <sys/types.h> heretgoodwin2+3-4
1998-10-21 11:00Initial revisiontgoodwin1+45-0
1998-10-20 17:08forgot to mention vrltgoodwin1+5-2
1998-10-20 16:54ready for 1.5b4tgoodwin2+8-4
1998-10-20 16:281.5b4, 1998-10-20tgoodwin1+2-2
1998-10-20 16:28latest changestgoodwin1+8-0
1998-10-20 14:28document -V flag mention /proc/self/fdtgoodwin1+6-4
1998-10-19 15:01add prototype for add_history when doing editlinetgoodwin1+1-0
1998-07-27 15:40vrl tweaks update URLstgoodwin2+6-4
1998-07-27 13:57add "wait.h"tgoodwin1+3-2
1998-07-27 13:34more changestgoodwin1+21-0
1998-07-27 13:34fix long linetgoodwin1+4-3
1998-07-27 13:27move <sys/wait.h> magic into "wait.h"tgoodwin3+6-27
1998-07-27 13:26add RC_FUNC_GETGROUPS configure magictgoodwin4+36-5
1998-07-27 13:25no group.h add getgroups.h wait.htgoodwin1+1-1
1998-07-27 11:46y.tab.? now called parse.?tgoodwin1+9-7
1998-07-27 09:44use RC_FUNC_SETPGRPtgoodwin1+3-3
1998-07-27 09:29Initial revisiontgoodwin1+18-0
1998-07-24 16:00get the <sys/wait.h> stuff right this timetgoodwin3+3-8
1998-07-24 15:53y.tab.h is now parse.htgoodwin1+1-1
1998-07-24 13:28sort out includes of <sys/wait.h>tgoodwin3+6-4
1998-07-23 15:55update vrl support update datetgoodwin1+4-4
1998-07-23 15:55fix silly typotgoodwin1+0-0
1998-07-23 15:55some more changestgoodwin1+11-5
1998-07-21 16:00snapshot stufftgoodwin1+1-1
1998-07-21 16:00some more stufftgoodwin1+41-43
1998-07-21 15:59*** empty log message ***tgoodwin1+15-0
1998-07-21 14:30datetgoodwin2+2-2
1998-07-21 14:28sigmsgs.[ch] dependency is on plain `mksignal', not `./mksignal'tgoodwin1+1-1
1998-07-21 14:28fix name conflict with lconftgoodwin1+2-2
1998-07-21 14:27fix for Linux with glibc2 so system calls are not restartedtgoodwin3+48-16
1998-07-21 14:15add test that cd prints output when directory is found via cdpathtgoodwin1+0-0
1998-07-21 14:04add David Swaseytgoodwin1+3-3
1998-07-20 13:04add support for vrltgoodwin2+17-6
1998-07-20 12:56add support for vrltgoodwin1+6-1
1998-07-20 12:20remove unused interrupt_happenedtgoodwin1+1-1
1998-07-20 10:12only call WTERMSIG if WIFSIGNALED also, always check that WTERMSIG is in rangetgoodwin1+5-5
1998-07-17 11:36y.tab.c no longer goes in BUILT_SOURCEStgoodwin1+1-1
1998-07-17 10:57we need to include <sys/types.h> firsttgoodwin1+4-4
1998-07-16 14:32arrgh! sigmsgs.c is *not* an rc_SOURCEtgoodwin1+3-3
1998-07-16 11:02fix typo add `or HTTP'tgoodwin1+4-4
1998-07-16 11:02add WWW sectiontgoodwin1+6-0
1998-07-16 10:59Initial revisiontgoodwin1+26-0
1998-07-16 10:58add some more newstgoodwin1+19-7
1998-07-16 10:58add section on compilation warningstgoodwin1+27-6
1998-07-16 10:37no longer need to find `yacc'tgoodwin1+6-3
1998-07-15 16:09don't mention old c.s.u version of editlinetgoodwin1+6-3
1998-07-15 14:18ready for rc-1.5b3tgoodwin3+131-55
1998-07-15 14:18typotgoodwin1+1-1
1998-07-15 14:12remove comments about yacc, and change comments about old C compilerstgoodwin1+18-31
1998-07-15 14:12error message now reports failure of (POSIX) mkfifotgoodwin1+1-1
1998-07-15 13:36pointer to editline now lives in READMEtgoodwin1+10-13
1998-07-15 13:19minor tweakstgoodwin1+6-4
1998-07-15 13:17remove funky indentationtgoodwin1+18-18
1998-07-15 13:11do warning right if readline not foundtgoodwin1+2-2
1998-07-15 12:39tidy this up a bittgoodwin1+12-26
1998-07-15 12:39get readline stuff working and pretty(ish)tgoodwin1+7-41
1998-07-15 12:38move some stuff to proto.h declare readline stuff for ourselvestgoodwin1+21-67
1998-07-15 12:37move some stuff from rc.h to heretgoodwin1+69-5
1998-07-15 12:37don't declare slowbuf heretgoodwin1+0-8
1998-07-15 12:36don't bother finding readline.h and friendstgoodwin1+4-26
1998-07-15 12:15add stuff to look for readline.h include filestgoodwin1+28-9
1998-07-14 17:17Initial revisiontgoodwin1+42-0
1998-07-14 10:47define slowbuf and friends heretgoodwin1+3-0
1998-07-13 10:22add `x'tgoodwin2+16-4
1998-07-13 10:22add READLINE_OLDtgoodwin3+24-6
1998-07-10 14:00Initial revisiontgoodwin1+27-0
1998-07-10 13:42explain about y.tab.?tgoodwin1+7-3
1998-07-10 13:42UnixWare has broken make, tootgoodwin1+1-1
1998-07-10 13:41remove lint definitiontgoodwin1+1-3
1998-07-10 13:36Initial revisiontgoodwin1+174-0
1998-07-10 13:30y.tab.h depends on parse.y tootgoodwin1+1-1
1998-07-10 13:29zap extra spacetgoodwin1+1-1
1998-07-10 13:28change to `--with-history'tgoodwin1+8-5
1998-07-10 13:27change some unused argument names to `ignore'tgoodwin1+2-2
1998-07-10 13:27explain editing mode more clearlytgoodwin1+13-4
1998-07-10 13:26remove warning for execittgoodwin1+5-3
1998-07-10 13:26proper declaration of main(), please!tgoodwin1+1-1
1998-07-10 13:26change some unused argument names to ignoretgoodwin1+10-10
1998-07-10 13:25remove some genuinely unused argumentstgoodwin2+7-7
1998-07-10 13:25remove some genuinely unused arguments change names of some others to ignoretgoodwin3+8-8
1998-07-10 12:32apply fix for use of realloc()ed memory from Scott Schwartztgoodwin1+4-3
1998-07-10 12:32include rc.htgoodwin1+12-16
1998-07-09 17:01err, sometimes you *do* need the `=' signtgoodwin1+10-1
1998-07-09 16:33don't ever try to set a signal to SIG_ERRtgoodwin1+4-2
1998-07-09 12:30Initial revisiontgoodwin1+234-0
1998-07-08 17:01use AMC_ consistently handle addonstgoodwin1+20-16
1998-07-08 17:00add RC_ADDON and EDITLINEtgoodwin1+8-2
1998-07-08 17:00completely revamp to use my `+' exampletgoodwin2+28-44
1998-07-08 16:59don't declare umask, but do include sys/stat.h better support for addonstgoodwin1+5-4
1998-07-08 16:59use AMC_ consistently for automake conditionals look for readline include files, too handle addon properlytgoodwin1+24-17
1998-07-08 16:58we have to call it rc_Function to avoid clash with readlinetgoodwin1+4-4
1998-07-08 16:58better integration with readlinetgoodwin1+5-5
1998-07-08 16:57we now handle EDITLINE and READLINE separatelytgoodwin1+4-4
1998-07-08 16:56SIGINT and SIGPIPE should be silent ,tgoodwin1+8-2
1998-07-08 16:55lots of changes, mostly to integrate better with readlinetgoodwin1+27-15
1998-07-08 16:55fix up readline stuff somewhattgoodwin1+3-1
1998-07-08 16:54don't declare rl_reset_terminal()tgoodwin1+2-4
1998-07-08 16:53don't include standard headers: that's rc.h's job don't declare stat()tgoodwin1+0-4
1998-07-08 13:31include declaration for malloc() if we didn't have stdlib.h is this right thing to do?tgoodwin1+2-0
1998-07-08 10:47Initial revisiontgoodwin2+60-0
1998-07-07 15:53add AC_HEADER_SYS_WAITtgoodwin1+1-0
1998-07-07 15:11don't declare malloc()tgoodwin1+2-5
1998-07-07 15:08use POSIX wait() macrostgoodwin3+32-9
1998-07-07 12:26Initial revisiontgoodwin1+147-0
1998-07-07 10:02stdlib.h is already covered by STDC_HEADERStgoodwin2+7-2
1998-07-07 09:53use signal.c to find signal namestgoodwin1+1-40
1998-07-01 14:48mksignal stuff now works history stuff maybe workstgoodwin1+8-12
1998-07-01 12:49Initial revisiontgoodwin1+139-0
1998-07-01 12:46add mksignal.ctgoodwin1+4-2
1998-06-15 15:42remove `=' from configure argumentstgoodwin1+6-7
1998-06-01 09:25Initial revisiontgoodwin1+232-0
1998-02-27 17:26add sig_atomic_ttgoodwin1+3-0
1998-02-27 17:26next attempt to get readline interaction correcttgoodwin5+29-36
1998-02-25 14:18fix some history installation thingstgoodwin1+4-4
1998-02-24 12:00try for mkfifo()tgoodwin2+18-5
1998-02-24 11:28update RELDATE for "nearly" releasetgoodwin1+1-1
1998-02-24 11:21lower #if counttgoodwin1+10-9
1998-02-23 15:45incorporate Tom Culliton's patches for readlinetgoodwin4+66-33
1998-02-23 11:06#include <sys/wait.h>tgoodwin1+1-0
1998-02-19 14:27implicit inttgoodwin1+1-1
1998-02-19 14:25changes approaching release of rc-1.5b3tgoodwin1+68-0
1998-02-19 14:25add people that helpedtgoodwin1+8-1
1998-02-19 13:27abandon waitforall() if rc_wait4() returns with errno == EINTRtgoodwin1+4-1
1998-02-19 13:26quote signal.h to shelltgoodwin1+1-1
1998-02-19 13:25s/uname/date/ 'cos I think some systems don't have unametgoodwin1+0-0
1998-02-19 13:23actually test for sigsetjmp (not setjmp), bozo nasty sed hack to handle \\ paths under CygWin32tgoodwin1+7-5
1998-02-19 12:39do preprocessor trick: it works nowtgoodwin1+23-5
1998-02-19 11:56separate instructions for building in a separate directorytgoodwin1+10-4
1998-02-18 17:11default for ssize_t needs to be signed, bozotgoodwin1+1-1
1998-02-18 17:10reinstate rc_wait (but right this time)tgoodwin4+41-19
1998-02-18 15:14handle system.c and execve.c properlytgoodwin1+8-5
1998-02-18 14:15add test for `{ uname & wait } |cat'tgoodwin1+0-0
1998-02-18 12:30move rc_readline to rdwr.c fix prompt printing for readline some moretgoodwin1+20-35
1998-02-18 12:30move rc_readline to rdwr.ctgoodwin3+33-2
1998-02-18 11:37support ssize_ttgoodwin2+5-3
1998-02-17 15:46first stab at getting execve.c only compiled when neededtgoodwin7+22-30
1998-02-17 14:22first stab at doing execve righttgoodwin1+17-6
1998-02-17 13:59only define slowbuf etc. if neededtgoodwin1+7-1
1998-02-17 13:48split some restartable syscall stuff out don't declare slowbuf unless it's neededtgoodwin5+40-56
1998-02-17 13:48Initial revisiontgoodwin2+64-0
1998-02-16 16:48*** empty log message ***tgoodwin1+5-0
1998-02-16 16:30HAVE_SYSV_SIGCLDtgoodwin3+75-82
1998-02-16 15:24Initial revisiontgoodwin1+55-0
1998-02-16 11:48fix memory leak after fork() remove rc_wait()tgoodwin1+16-44
1998-02-16 11:27use `#if' for consistencytgoodwin2+2-2
1998-02-16 10:22use ealloc(), not malloc()tgoodwin1+2-5
1998-02-13 15:58ignore exit status of `rm -f'tgoodwin1+3-3
1998-02-13 12:04get rid of version.c fix RELDATEtgoodwin1+3-4
1998-02-13 12:04remove version.c tidy up history installtgoodwin1+8-12
1998-02-13 12:04add -V optiontgoodwin1+8-2
1998-02-13 11:20Initial revisiontgoodwin1+121-0
1998-02-12 17:28improve quad_t test some moretgoodwin1+1-0
1998-02-12 13:04automake stufftgoodwin1+12-18
1998-02-12 13:04trying to get it working righttgoodwin1+29-5
1998-02-12 13:03check that it's a file descriptor we've got before seeing if it' stdintgoodwin1+2-3
1998-02-12 13:03prompt printing now fixed; don't need to document bugtgoodwin1+1-3
1998-02-12 13:02send bugs to *me*!tgoodwin1+1-1
1998-02-12 13:02let configure fill in the detailstgoodwin1+1-1
1998-02-12 10:12reinstate setsigdefaults after nSubshell fork (disappeared between 1.4 and 1.5b1)tgoodwin1+1-0
1998-02-12 09:46Initial revisiontgoodwin1+1881-0
1998-02-11 15:45Initial revisiontgoodwin1+22-0
1998-02-11 15:44an array of `gid_t's is not indexed by gid_t, bozotgoodwin1+1-1
1998-02-11 15:44tidy up quad_t test: compile, don't runtgoodwin1+4-6
1998-02-11 14:35automake supporttgoodwin1+15-4
1998-02-11 14:29Initial revisiontgoodwin1+26-0
1998-02-11 14:06Initial revisiontgoodwin1+141-0
1998-02-11 14:05move most stuff to INSTALL filetgoodwin1+8-174
1998-02-11 14:04fix prompting for readlinetgoodwin3+18-14
1998-02-10 16:40fix const / prototype warningstgoodwin3+5-2
1998-02-10 16:30Initial revisiontgoodwin1+61-0
1998-02-09 14:17just say `false' (not /bin/false)tgoodwin1+0-0
1998-02-09 14:17another gid_t / GETGROUPS_T confusiontgoodwin1+1-1
1998-02-09 14:16reset list of child processes after fork; fixes `{ls & wait} |cat' bugtgoodwin1+1-0
1998-02-09 14:16remove tmp file after checking named pipes define DEFAULTPATH in the right placetgoodwin1+2-1
1998-02-06 18:01Initial revisiontgoodwin1+0-0
1998-02-05 15:22use sigsetjmp, etc.tgoodwin10+42-28
1998-02-05 15:22no longer need to specify -ltermcap for readlinetgoodwin1+5-7
1998-02-05 15:20don't use signals in this filetgoodwin1+0-2
1998-02-05 14:51Initial revisiontgoodwin1+140-0
1998-02-05 14:51attempt to fix wait() racetgoodwin1+45-23
1998-02-05 14:50avoid longjmp clobbertgoodwin1+7-2
1998-02-05 14:49fix RESTART thinkotgoodwin2+2-2
1997-09-30 10:19abortive attempt to parse output of #include <signal.h> to find real signal filestgoodwin1+29-25
1997-09-30 09:41Initial revisiontgoodwin1+116-0
1997-09-29 14:48Initial revisiontgoodwin1+129-0
1997-09-25 11:10add -ltermcap for readlinetgoodwin1+2-1
1997-09-23 10:47Initial revisiontgoodwin1+287-0
1997-09-15 12:40s/gid_t/GETGROUPS_T/ in gidset malloctgoodwin1+1-1
1997-07-07 15:43some changestim1+15-0
1997-07-07 15:32Initial revisiontim1+263-0
1997-07-01 20:531.5b2tim1+1-1
1997-07-01 20:52autoconftim1+161-75
1997-07-01 20:02autoconf use getgroups(0, 0), rather than NGROUPStim1+21-14
1997-07-01 20:02make sure SIGCLD is not SIG_IGNtim1+7-0
1997-07-01 20:01remove most prototypestim1+20-62
1997-07-01 20:00autoconf add support for quadstim1+33-17
1997-07-01 20:00use setjmp.h, rather than our prototypestim1+2-3
1997-07-01 19:57autoconftim10+155-111
1997-07-01 19:57autoconf get consts right in caststim1+7-5
1997-07-01 19:56add autoconf stuff do limits portablytim1+19-25
1997-06-04 15:02Initial revisiontim1+341-0
1997-06-02 16:35Initial revisiontim1+111-0
1997-06-02 09:26Initial revisiontim6+1139-0
1997-05-28 16:24signal.c.tim1+1-1
1997-05-22 12:34Initial revisiontim1+257-0
1997-05-22 10:12Initial revisiontim1+114-0
1997-05-21 12:26Initial revisiontim1+466-0
1997-05-20 16:17Initial revisiontim1+130-0
1997-05-20 15:51Initial revisiontim2+435-0
1997-05-20 14:59Initial revisiontim1+337-0
1997-05-20 14:40Initial revisiontim1+358-0
1997-05-19 16:44Initial revisiontim1+378-0
1997-05-14 16:24Initial revisiontim1+426-0
1997-05-14 16:13Initial revisiontim2+352-0
1997-05-14 15:30Initial revisiontim54+25-14139
1997-07-06 23:00beta: rc-1.5b2Toby Goodwin42+4838-628
1994-03-07 00:00beta: rc-1.5betadev1Byron Rakitzis28+446-285
1992-05-26 23:00release: rc-1.4Byron Rakitzis49+10301-0
2015-05-13 21:26release: rc-1.7.4Toby Goodwin7+39-29
2015-04-21 20:39release: rc-1.7.3Toby Goodwin20+518-80
2014-09-02 07:01release: rc-1.7.2Toby Goodwin50+3677-620
2003-08-13 12:51release: rc-1.7.1Toby Goodwin19+170-168
2002-06-19 15:12release: rc-1.7Toby Goodwin11+57-22
2002-05-22 13:25candidate: rc-1.6c7Toby Goodwin15+183-124
2002-02-08 14:48candidate: rc-1.6c6Toby Goodwin12+87-53
2001-11-20 16:01candidate: rc-1.6c5Toby Goodwin14+145-56
2001-10-31 12:31candidate: rc-1.6c4Toby Goodwin10+138-91
2001-10-12 09:25beta: rc-1.6b3Toby Goodwin34+536-271
1999-12-10 11:55beta: rc-1.6b2Toby Goodwin7+50-19
1999-11-10 14:55beta: rc-1.6b1Toby Goodwin18+165-85
1999-05-28 09:38release: rc-1.6Toby Goodwin7+92-56
1999-05-12 15:47beta: rc-1.5b6Toby Goodwin8+147-39
1999-01-27 14:01beta: rc-1.5b5Toby Goodwin9+142-96
1999-01-11 10:55beta: rc-1.5b4Toby Goodwin67+3104-6023
1997-07-06 23:00beta: rc-1.5b2Toby Goodwin42+4838-628
1994-03-07 00:00beta: rc-1.5betadev1Byron Rakitzis28+446-285
1992-05-26 23:00release: rc-1.4Byron Rakitzis49+10301-0