2022-01-02 13:36 | parse.y rc.1: support ifs-list with single backtick | hhvn | 2 | +5 | -3 |
2019-10-03 13:18 | Sort completion matches before quoting them | Bert Münnich | 1 | +10 | -3 |
2019-09-30 20:37 | Supplant readline's quoting and word separation mechanisms | Bert Münnich | 1 | +55 | -22 |
2019-09-29 21:01 | Unify call to completion generators | Bert Münnich | 1 | +20 | -28 |
2019-06-25 12:58 | Quote matches of all custom completion functions | Bert Münnich | 1 | +18 | -5 |
2019-06-25 12:20 | Allow empty context-aware completion | Bert Münnich | 1 | +3 | -3 |
2019-06-15 20:13 | Fix tab completion of quoted commands and variables | Bert Münnich | 1 | +2 | -2 |
2019-03-24 13:32 | Report children as soon as possible when waiting for all | Bert Münnich | 1 | +16 | -15 |
2019-02-10 18:28 | Simplify string creation in completion | Bert Münnich | 1 | +14 | -34 |
2019-02-10 18:02 | Remove useless unquote function | Bert Münnich | 1 | +3 | -23 |
2019-01-07 20:06 | Properly complete subdirs in $path | Bert Münnich | 1 | +5 | -32 |
2019-01-07 19:52 | Fix command completion of absolute paths | Bert Münnich | 1 | +5 | -2 |
2018-05-01 14:21 | Correctly name real-time signals | Bert Münnich | 1 | +6 | -1 |
2016-07-11 20:05 | Revise status messages for terminated children | Bert Münnich | 2 | +16 | -19 |
2017-05-05 04:43 | Glob matching in linear time | Bert Münnich | 1 | +37 | -37 |
2017-11-18 12:58 | Restore tty attributes if interactive child is terminated by signal | Bert Münnich | 3 | +27 | -1 |
2015-11-28 15:41 | Set LC_CTYPE after reading ~/.rcrc | Bert Münnich | 1 | +5 | -0 |
2015-11-28 15:24 | Prevent duplicate lines in readline history | Bert Münnich | 1 | +12 | -1 |
2017-10-19 12:07 | Handwritten Makefile and config.h; no more GNU autohell | Bert Münnich | 19 | +264 | -794 |
2016-05-26 12:56 | Remove duplicate line editing unit | Bert Münnich | 1 | +0 | -91 |
2018-08-19 21:46 | do not permit "if not" after "if ... else" | Toby Goodwin | 1 | +10 | -2 |
2018-08-19 21:29 | add failing test for else / if not case | Toby Goodwin | 1 | +10 | -9 |
2018-08-08 21:52 | minor tidyups | Toby Goodwin | 1 | +0 | -3 |
2018-08-05 00:57 | Cleaner string for test | Drazen Borkovic | 1 | +12 | -16 |
2018-08-05 00:28 | Test for if-not issue | Drazen Borkovic | 1 | +25 | -0 |
2018-08-08 21:47 | improved implementation of if_state inspired by borkovic | Toby Goodwin | 1 | +10 | -10 |
2018-05-30 21:46 | if_state was being clobbered while running body of succeeding if | Toby Goodwin | 1 | +6 | -2 |
2018-05-30 21:19 | tweak ChangeLog | Toby Goodwin | 1 | +2 | -1 |
2018-05-30 20:51 | Merge branch 'master' of github.com:rakitzis/rc | Toby Goodwin | 1 | +1 | -0 |
2018-05-30 20:50 | very minor cleanups | Toby Goodwin | 4 | +5 | -2 |
2018-05-02 21:42 | Merge pull request #47 from muennich/ifnot-conflicts | Toby Goodwin | 1 | +1 | -0 |
2018-05-01 19:08 | Silence parser conflicts caused by IF NOT | Bert Münnich | 1 | +1 | -0 |
2018-05-01 06:33 | implement quoting for command completion | Toby Goodwin | 1 | +37 | -17 |
2018-05-01 05:45 | quoting functions mean filename completion mostly works for names containing "'" | Toby Goodwin | 1 | +42 | -0 |
2018-04-29 20:51 | minor cleanups | Toby Goodwin | 1 | +5 | -3 |
2018-04-28 22:14 | support completion through subdirs of path | Toby Goodwin | 3 | +104 | -26 |
2018-04-28 07:21 | check access of external commands when completing | Toby Goodwin | 3 | +20 | -3 |
2018-04-28 06:46 | eliminate goto... clearer? | Toby Goodwin | 1 | +11 | -15 |
2016-02-26 17:32 | Always insert single match of explicit complete function | Bert Münnich | 1 | +10 | -6 |
2015-12-05 17:26 | Custom readline commands for explicit completions | Bert Münnich | 1 | +33 | -2 |
2015-12-05 16:34 | Completion of command names and variables | Bert Münnich | 4 | +124 | -0 |
2018-04-25 21:29 | bring ChangeLog up to date | Toby Goodwin | 3 | +94 | -13 |
2018-04-20 10:56 | new mkinstalldirs for some reason | Toby Goodwin | 1 | +3 | -3 |
2018-04-20 10:55 | replace space used to terminate heredoc | Toby Goodwin | 1 | +1 | -1 |
2018-03-26 17:21 | Merge branch 'master' into ifnot | Toby Goodwin | 9 | +93 | -87 |
2018-03-26 17:20 | whitespace cleanups | Toby Goodwin | 17 | +366 | -366 |
2018-03-20 21:58 | whitespace cleanup | Toby Goodwin | 25 | +447 | -441 |
2018-03-19 21:59 | Merge branch 'master' into ifnot | Toby Goodwin | 3 | +44 | -8 |
2018-03-19 21:50 | implement $nl and $tab, issue #43 | Toby Goodwin | 3 | +46 | -8 |
2018-03-19 20:55 | implement desugaring version (again, lost due to git problem) | Toby Goodwin | 4 | +51 | -9 |
2018-03-17 18:36 | Merge branch 'master' into ifnot | Toby Goodwin | 5 | +216 | -102 |
2018-03-17 18:34 | fix bad merge fixup | Toby Goodwin | 1 | +2 | -2 |
2018-03-17 18:32 | Merge branch 'continue' | Toby Goodwin | 7 | +182 | -51 |
2018-03-17 15:14 | tidy up, test cases, document flag | Toby Goodwin | 5 | +50 | -9 |
2018-03-16 20:39 | flag largely working, flag n + is a bit odd | Toby Goodwin | 3 | +46 | -22 |
2018-03-16 20:20 | starting to work | Toby Goodwin | 3 | +159 | -110 |
2018-03-05 07:13 | Merge branch 'master' into ifnot | Toby Goodwin | 2 | +18 | -7 |
2018-03-05 07:08 | add to ChangeLog | Toby Goodwin | 1 | +8 | -0 |
2018-03-05 06:51 | implement walk half of if not, plus tests | Toby Goodwin | 2 | +21 | -5 |
2018-03-02 20:04 | Unify bodies of if and if-else statements | Bert Münnich | 1 | +10 | -7 |
2018-03-02 06:06 | nBody second child can be null | Toby Goodwin | 1 | +1 | -2 |
2018-03-01 21:37 | Merge branch 'master' into ifnot | Toby Goodwin | 11 | +32 | -289 |
2018-02-17 16:03 | remove all references to SIGCLD | Toby Goodwin | 6 | +14 | -78 |
2018-02-09 06:39 | remove config.h-dist; add thanks to Bert and Leah | Toby Goodwin | 2 | +10 | -214 |
2018-02-09 06:34 | wip | Toby Goodwin | 6 | +19 | -4 |
2017-11-17 07:36 | Merge pull request #41 from muennich/issue40 | Toby Goodwin | 4 | +15 | -4 |
2017-10-28 11:16 | Add test for issue #40, exit status of -e with failed backquote or pipeline | Bert Münnich | 1 | +10 | -0 |
2017-10-27 17:30 | Fix exit value for -e with failed backquote or pipeline | Bert Münnich | 3 | +5 | -4 |
2017-08-28 19:32 | remove blank line at end of file | Toby Goodwin | 1 | +0 | -1 |
2017-08-27 19:49 | Change one continue-testing loop from for to while | Drazen Borkovic | 1 | +5 | -1 |
2017-08-27 00:01 | Formatting | Drazen Borkovic | 2 | +2 | -2 |
2017-08-26 23:32 | Remove space at end of line | Drazen Borkovic | 2 | +3 | -3 |
2017-08-26 23:21 | Add continue to man page | Drazen Borkovic | 1 | +11 | -0 |
2017-08-26 23:19 | Add "continue" builtin | Drazen Borkovic | 6 | +154 | -37 |
2017-08-25 19:46 | Merge pull request #21 from muennich/break-varstack | Toby Goodwin | 1 | +1 | -1 |
2017-08-25 19:36 | use "/bin/pwd -P" - github #36 | Toby Goodwin | 1 | +4 | -4 |
2017-08-25 19:28 | add Casper | Toby Goodwin | 1 | +3 | -3 |
2017-06-23 22:10 | fix for github #32 readline loses track of term size | Toby Goodwin | 2 | +2 | -87 |
2017-06-23 21:29 | fix prefix redir precedence bug, github #33 | Toby Goodwin | 1 | +2 | -1 |
2017-06-23 21:20 | add failing test for github #33 counter intuitive redirection parse | Toby Goodwin | 1 | +7 | -2 |
2017-06-23 21:16 | add parse tree dumper with --enable-develop | Toby Goodwin | 5 | +329 | -2 |
2017-06-23 21:14 | reinstate yacc to the build process | Toby Goodwin | 5 | +11 | -1255 |
2017-05-26 21:50 | INSTALL is an artifact, so add to .gitignore | Toby Goodwin | 1 | +1 | -0 |
2016-02-02 21:07 | fix typos | Jakub Wilk | 2 | +2 | -2 |
2015-10-27 05:22 | When running rc on the following script, rc crashes. fn f1 { v=x { }} fn f2 { f1 1; f1 2 } f2 whatis | Drazen Borkovic | 1 | +1 | -0 |
2017-05-25 21:25 | remove trailing space | Toby Goodwin | 1 | +1 | -1 |
2017-05-13 05:14 | Man page explanation of the -e option include the test in the while() statement. | Drazen Borkovic | 1 | +4 | -0 |
2017-05-12 02:49 | Fix: "rc -e" exits if condition in while statement returns false the second time | Drazen Borkovic | 2 | +9 | -2 |
2017-05-25 21:21 | tidy up bootstrap: INSTALL is an artifact | Toby Goodwin | 2 | +1 | -371 |
2017-04-17 22:04 | document readline tilde expansion | Toby Goodwin | 1 | +44 | -5 |
2017-04-17 20:59 | add some tests for unquoted equals | Toby Goodwin | 1 | +6 | -0 |
2016-09-15 20:39 | update parse.[ch] | Toby Goodwin | 2 | +713 | -626 |
2016-02-27 19:52 | Parse equals sign as keyword | Bert Münnich | 3 | +25 | -12 |
2017-04-17 20:23 | improve lshift function in man page | Toby Goodwin | 1 | +2 | -2 |
2017-04-17 20:23 | add "rc: " prefix to "cannot shift" error | Toby Goodwin | 1 | +1 | -1 |
2016-08-27 22:02 | replace problematic reldate with git describe (thanks @RamKromberg) | Toby Goodwin | 4 | +8 | -5 |
2016-08-27 22:01 | git ignore aclocal.m4 | Toby Goodwin | 1 | +1 | -0 |
2016-08-27 21:21 | mention that ~ $foo () cannot be combined with other patterns | Toby Goodwin | 1 | +59 | -31 |
2016-08-25 21:09 | do not return random value if sigaction fails (thanks @borkovic) | Toby Goodwin | 4 | +14 | -1156 |
2016-08-25 20:46 | Merge pull request #14 from muennich/edit-sigh | Toby Goodwin | 4 | +16 | -4 |
2016-02-26 22:32 | Break out of loops through local variable blocks | Bert Münnich | 1 | +1 | -1 |
2015-11-28 14:48 | Restore signal handlers when catching signals in edit_alloc() | Bert Münnich | 4 | +16 | -4 |
2015-10-23 10:18 | remove chldign.c and (binary!) chldign | Toby Goodwin | 2 | +0 | -9 |
2015-10-23 10:17 | Merge branch 'master' into develop | Toby Goodwin | 10 | +1372 | -0 |
2015-09-03 14:55 | Merge pull request #8 from Pyrohh/example | Toby Goodwin | 1 | +1 | -0 |
2015-09-02 20:47 | Fix man page example | Michael Reed | 1 | +1 | -0 |
2015-07-15 19:41 | Merge pull request #7 from jwilk/spelling | Toby Goodwin | 1 | +1 | -1 |
2015-07-15 11:11 | fix a typo | Jakub Wilk | 1 | +1 | -1 |
2015-06-24 10:52 | Merge pull request #4 from rlonstein/feature/fix-gnuism | Toby Goodwin | 1 | +1 | -1 |
2015-06-23 22:30 | use POSIX style date format in configure, not GNU date option | Ross Lonstein | 1 | +1 | -1 |
2015-05-17 19:29 | tidy up READMEs | Toby Goodwin | 2 | +18 | -34 |
2015-05-17 19:15 | create a README.md for github | Toby Goodwin | 1 | +4 | -0 |
2015-05-17 19:14 | Revert "rename README to README.md" | Toby Goodwin | 1 | +0 | -0 |
2015-05-16 10:33 | rename README to README.md | Toby Goodwin | 1 | +0 | -0 |
2015-05-16 10:31 | remove some old / odd files | Toby Goodwin | 4 | +0 | -76 |
2015-05-16 10:19 | remove automake artifacts | Toby Goodwin | 3 | +0 | -723 |
2015-05-13 21:24 | release: rc-1.7.4 | Toby Goodwin | 5 | +13 | -10 |
2015-05-12 21:28 | make mktemp more bsd friendly | Toby Goodwin | 2 | +4 | -1 |
2015-05-12 21:18 | update to plain zlib license | Toby Goodwin | 2 | +22 | -18 |
2015-04-21 20:39 | Release: rc-1.7.3. | Toby Goodwin | 1 | +16 | -0 |
2015-04-21 20:26 | rename edit shims | Toby Goodwin | 1 | +1 | -1 |
2015-04-18 21:09 | update release time files | Toby Goodwin | 6 | +29 | -18 |
2015-04-18 11:13 | update licence to "ZlibWithAcknowledgement" (change approved by Byron) | Toby Goodwin | 1 | +23 | -25 |
2015-04-18 11:06 | remove RELDATE from ReleaseTime too | Toby Goodwin | 1 | +0 | -1 |
2015-04-18 11:02 | Revert "readline completion: now mainly working" (moved to branch) | Toby Goodwin | 1 | +0 | -48 |
2015-04-17 19:03 | remove obsolete RELDATE | Toby Goodwin | 2 | +1 | -4 |
2015-04-17 18:23 | add rc-1.7.2 release date | Toby Goodwin | 1 | +2 | -0 |
2015-04-14 22:36 | in initinput() ungetcount was used uninitialized | Toby Goodwin | 2 | +9 | -0 |
2015-04-13 20:02 | configure.ac: AM_CONFIG_HEADER and AM_PROG_CC_STDC are obsolete | Toby Goodwin | 1 | +1 | -2 |
2015-04-07 22:54 | readline completion: now mainly working | Toby Goodwin | 1 | +48 | -0 |
2015-04-07 21:29 | tgetent can be in -ltinfo | Toby Goodwin | 1 | +8 | -5 |
2015-04-07 21:29 | edit shims: rename and tidy in configure script | Toby Goodwin | 1 | +20 | -9 |
2015-04-07 21:24 | remove a couple of autoconfiscation products | Toby Goodwin | 2 | +0 | -2016 |
2015-04-07 21:22 | edit shims: better naming, editline and vrl added | Toby Goodwin | 4 | +204 | -0 |
2015-04-04 11:46 | typo (thanks Jakub Wilk) | Toby Goodwin | 1 | +1 | -1 |
2015-04-04 10:55 | s/__va_copy/va_copy/g | Toby Goodwin | 3 | +17 | -11 |
2015-04-04 09:29 | rc.spec was majorly out of date | Toby Goodwin | 2 | +10 | -4 |
2014-09-01 21:47 | release rc-1.7.2; fixes CVE-2014-1936 | Toby Goodwin | 7 | +34 | -12 |
2014-09-01 21:44 | add $"x as a synonym for $^x | Toby Goodwin | 1 | +1 | -1 |
2014-09-01 21:39 | fix both Zekoll and Neukirchen bugs | Toby Goodwin | 3 | +21 | -5 |
2014-08-31 21:55 | update NEWS file | Toby Goodwin | 1 | +13 | -12 |
2014-08-31 16:17 | add .gitignore | Toby Goodwin | 1 | +3 | -2 |
2014-08-31 21:40 | quoting for filename completion | Toby Goodwin | 1 | +3 | -0 |
2014-08-31 16:17 | add .gitignore | Toby Goodwin | 1 | +14 | -0 |
2014-06-29 21:18 | update email and web addresses | Toby Goodwin | 4 | +17 | -17 |
2014-06-29 20:59 | fixes for automake | Toby Goodwin | 9 | +371 | -265 |
2014-02-26 21:07 | various patches from Jakub Wilk | Toby Goodwin | 5 | +47 | -44 |
2013-06-06 21:28 | various autoconf tweaks | Toby Goodwin | 8 | +1226 | -606 |
2012-10-14 23:17 | more tidying up of errors | Toby Goodwin | 5 | +20 | -18 |
2012-10-04 21:54 | more errors | Toby Goodwin | 3 | +27 | -32 |
2012-10-01 20:51 | various minor fixups | Toby Goodwin | 3 | +31 | -28 |
2012-10-01 19:46 | initial commit | Toby Goodwin | 28 | +3854 | -85 |
2015-05-15 18:36 | snapshot from cvs: 2005-03-03 | Toby Goodwin | 14 | +227 | -229 |
2003-09-30 13:36 | checkpoint | tjg | 1 | +122 | -111 |
2003-09-30 10:21 | Initial revision | tjg | 1 | +72 | -0 |
2003-09-25 09:17 | Initial revision | tjg | 1 | +38 | -0 |
2003-09-24 10:15 | Tidiness: minor improvements to input.c. | tjg | 10 | +84 | -81 |
2003-08-13 13:51 | typos only | tjg | 1 | +9 | -6 |
2003-08-13 13:07 | Release: rc-1.7.1. | tjg | 3 | +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). | tjg | 2 | +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). | tjg | 3 | +6 | -30 |
2003-07-17 11:59 | bogus dependency | tjg | 1 | +1 | -1 |
2003-07-17 11:50 | it's not rc_version any more | tjg | 1 | +1 | -1 |
2003-07-17 11:45 | fix tiny typo | tjg | 1 | +2 | -2 |
2003-02-20 14:03 | Initial revision | tjg | 1 | +6 | -0 |
2002-11-27 16:29 | better comments | tjg | 2 | +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. | tjg | 2 | +14 | -13 |
2002-11-27 12:40 | Configuration: upgrade to autoconf-2.56 and automake-1.7.1. | tjg | 3 | +27 | -27 |
2002-11-27 10:23 | Bug: history dumps core if more colons than substitutions (thanks Callum Gibson). | tjg | 2 | +7 | -0 |
2002-08-20 15:57 | no NDEBUG for snapshots | tjg | 1 | +1 | -1 |
2002-08-20 15:38 | Bug: don't call ealloc(0) on systems where getgroups() doesn't return egid (thanks Chris Siebenmann). | tjg | 3 | +15 | -8 |
2002-08-15 14:02 | fix typo (s/SIGCONT/SIGSTOP/) | tjg | 2 | +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). | tjg | 4 | +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. | tjg | 2 | +7 | -0 |
2002-07-31 12:39 | Bug: fix globbing of broken symlinks. | tjg | 1 | +1 | -1 |
2002-07-31 12:28 | Bug: readline doesn't handle EIO either. | tjg | 2 | +7 | -1 |
2002-07-31 12:26 | back to snapshots | tjg | 1 | +2 | -2 |
2002-07-25 12:19 | Bug: fix globbing of broken symlinks. | tjg | 4 | +16 | -4 |
2002-07-25 12:17 | s/LIBS/LDFLAGS/ mention that it doesn't work on CygWin | tjg | 1 | +9 | -4 |
2002-06-20 15:29 | Initial revision | tjg | 1 | +26 | -0 |
2002-06-19 14:57 | update copyright | tjg | 1 | +1 | -1 |
2002-06-18 11:18 | Release: rc-1.7. | tjg | 4 | +15 | -3 |
2002-05-22 14:25 | Documentation: possible warning in tripping.c (thanks Dan Moniz). | tjg | 3 | +11 | -6 |
2002-05-22 13:25 | Release: rc-1.6c7. | tjg | 1 | +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). | tjg | 1 | +65 | -75 |
2002-05-22 13:24 | tidy up for release | tjg | 3 | +20 | -20 |
2002-05-22 13:23 | Feature: "stuttering" colons for multiple replacements in the history programs (thanks Callum Gibson). | tjg | 2 | +24 | -5 |
2002-05-22 13:23 | tidy up copyright notice (don't need additional years) | tjg | 1 | +1 | -1 |
2002-05-22 13:22 | remove redundant decl of doredirs | tjg | 1 | +0 | -1 |
2002-05-21 15:34 | add 2002 | tjg | 1 | +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. | tjg | 6 | +35 | -8 |
2002-04-03 14:57 | Feature: make $version less magical, and exportable. | tjg | 5 | +18 | -20 |
2002-03-27 13:44 | reorder variables | tjg | 1 | +9 | -9 |
2002-03-27 13:42 | Feature: rename $version to $rc_version. | tjg | 4 | +16 | -7 |
2002-02-08 14:48 | Bug: yet more wrongly ordered header file includes. | tjg | 5 | +10 | -4 |
2002-02-08 14:14 | Release: rc-1.6c6. | tjg | 5 | +12 | -8 |
2002-02-08 14:06 | snapshot | tjg | 1 | +2 | -2 |
2002-02-08 14:03 | Bug: parselimit() was broken in various ways (thanks Chris Siebenmann). | tjg | 2 | +7 | -1 |
2001-11-23 16:03 | Bug: parselimit() was broken in various ways (thanks Chris Siebenmann). | tjg | 2 | +55 | -35 |
2001-11-21 16:01 | "fonto" | tjg | 1 | +2 | -2 |
2001-11-21 14:53 | update date | tjg | 1 | +2 | -2 |
2001-11-20 21:35 | Release: rc-1.6c5. | tjg | 3 | +9 | -2 |
2001-11-20 21:34 | Documentation: tighten up various descriptions, and include some more examples. | tjg | 1 | +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). | tjg | 3 | +10 | -4 |
2001-11-06 16:55 | Bug: more wrongly ordered header file includes (thanks Callum Gibson). | tjg | 9 | +32 | -13 |
2001-10-31 14:12 | Documentation: subscripted variables don't work in here documents. | tjg | 2 | +4 | -0 |
2001-10-31 12:31 | Release: rc-1.6c4. | tjg | 3 | +6 | -2 |
2001-10-31 12:30 | Feature: large file support (thanks Scott Schwartz, Chris Siebenmann). | tjg | 3 | +57 | -0 |
2001-10-29 10:04 | Bug: space vs tab confusion in commented out Makefile rules to rebuild parser (thanks Gary Carvell). | tjg | 3 | +15 | -8 |
2001-10-25 09:33 | Feature: large file support. | tjg | 3 | +9 | -3 |
2001-10-25 09:33 | minor tidy ups | tjg | 1 | +54 | -36 |
2001-10-12 15:09 | fix a few minor problems | tjg | 1 | +33 | -25 |
2001-10-12 10:25 | Release: rc-1.6b3. | tjg | 3 | +137 | -106 |
2001-10-12 10:25 | newer gccs don't "clobber" | tjg | 1 | +5 | -2 |
2001-10-12 10:22 | make functions static, to avoid warnings | tjg | 1 | +3 | -3 |
2001-10-12 10:22 | fix a few more warnings | tjg | 6 | +28 | -27 |
2001-10-12 09:33 | Release: rc-1.6b3. | tjg | 2 | +4 | -4 |
2001-10-12 09:30 | Bug: semantic errors in `fn prompt' no longer throw rc into a tailspin. | tjg | 1 | +4 | -5 |
2001-10-12 09:29 | Feature: don't export $cdpath or $home (the lower-case versions). | tjg | 1 | +2 | -1 |
2001-10-12 09:28 | add assertion | tjg | 1 | +1 | -0 |
2001-10-12 09:28 | include <assert.h> | tjg | 1 | +3 | -0 |
2001-10-12 09:19 | make the assertion live | tjg | 1 | +2 | -1 |
2001-10-11 15:39 | fix compilation warning | tjg | 1 | +1 | -1 |
2001-10-11 11:14 | remove some things that have happened | tjg | 1 | +0 | -6 |
2001-10-11 11:14 | Initial revision | tjg | 1 | +18 | -0 |
2001-10-11 11:14 | update date | tjg | 1 | +1 | -1 |
2001-10-05 11:05 | alternative fix for fn prompt tailspin | tjg | 1 | +5 | -8 |
2001-10-04 12:32 | Bug: semantic errors in `fn prompt' no longer throw rc into a tailspin. | tjg | 2 | +14 | -14 |
2001-10-03 12:43 | can't eval in a subshell! | tjg | 1 | +1 | -1 |
2001-10-03 12:41 | Feature: exported lists no longer use redundant parentheses. | tjg | 2 | +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. | tjg | 3 | +11 | -7 |
2001-10-02 13:00 | Bug: the ^A bug is fixed. | tjg | 2 | +22 | -10 |
2001-10-02 09:52 | fix obscure quoting bug | tjg | 1 | +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. | tjg | 2 | +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. | tjg | 9 | +44 | -38 |
2001-10-01 10:58 | Bug: the ^A bug is fixed. | tjg | 3 | +10 | -2 |
2001-09-28 10:00 | Bug: the ^A bug is fixed. | tjg | 1 | +71 | -40 |
2001-09-27 15:23 | Bug: the ^A bug is fixed. | tjg | 1 | +0 | -6 |
2001-09-27 15:22 | Documentation: we don't consider that `.' failing to search path is a bug. | tjg | 1 | +1 | -1 |
2001-06-18 13:20 | add check target (same as trip) | tjg | 1 | +2 | -0 |
2001-06-18 13:17 | remove equals hack | tjg | 1 | +0 | -4 |
2001-06-18 13:16 | snapshot release | tjg | 3 | +9 | -3 |
2001-06-18 12:58 | Bug: you can't pass a short to a stdargs function! | tjg | 2 | +0 | -5 |
2000-11-27 12:53 | 2000-11-27 | tjg | 1 | +1 | -1 |
2000-11-27 12:53 | Portability: configure fails to detect strerror() on NetBSD; we need to include <string.h>. | tjg | 1 | +5 | -0 |
2000-11-27 12:51 | need to #include <string.h> before testing for strerror() | tjg | 3 | +19 | -1 |
2000-11-27 12:47 | remove equals hack | tjg | 1 | +1 | -1 |
2000-11-27 12:46 | revert to 1.4 | tjg | 1 | +4 | -12 |
2000-11-27 12:46 | equals hack | tjg | 2 | +13 | -5 |
2000-11-27 12:44 | remove all equals hacks! | tjg | 1 | +7 | -9 |
2000-11-27 12:43 | yet another go at equals hack | tjg | 1 | +9 | -9 |
2000-08-18 10:44 | another attempt at the equals hack | tjg | 1 | +2 | -2 |
2000-08-15 08:24 | new equals hack | tjg | 1 | +1 | -0 |
2000-08-11 12:35 | add Thomas Nordin | tjg | 1 | +2 | -2 |
2000-08-11 12:12 | Feature: the "equals hack". | tjg | 2 | +5 | -0 |
2000-07-24 08:31 | update copyright to 2000 | tjg | 2 | +3 | -3 |
2000-07-24 08:29 | Feature: add `-I' flag (definitively not interactive) for compatibility with Plan 9 rc. | tjg | 2 | +13 | -4 |
2000-07-24 08:29 | trivial comment change | tjg | 1 | +2 | -1 |
2000-05-25 14:52 | fix buglet | tjg | 1 | +1 | -1 |
2000-05-25 14:31 | Portability: need special runes for read() returning EIO under job control systems. | tjg | 5 | +35 | -1 |
2000-04-19 14:31 | add Decklin Foster | tjg | 1 | +5 | -5 |
2000-04-19 14:29 | snapshot | tjg | 3 | +4 | -4 |
2000-04-19 14:27 | 2000-04-19 | tjg | 2 | +22 | -1 |
2000-04-19 14:27 | 2000-04-19 | tjg | 1 | +4 | -14 |
2000-04-19 14:16 | 2000-04-19 | tjg | 1 | +3 | -3 |
2000-04-19 14:16 | add some extra calls to setsigdefaults | tjg | 1 | +4 | -0 |
1999-12-10 11:55 | Release: rc-1.6b2. | tjg | 3 | +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. | tjg | 1 | +17 | -6 |
1999-12-10 10:50 | Bug: avoid a putative race condition in signal.c | tjg | 2 | +10 | -9 |
1999-12-10 10:39 | 1999-12-10 | tjg | 2 | +10 | -0 |
1999-12-10 10:30 | `/' special case just moves elsewhere... remove use of commas to separate statements | tjg | 1 | +5 | -2 |
1999-11-11 11:30 | new release date | tjg | 1 | +1 | -1 |
1999-11-11 11:29 | 1999-11-11 | tjg | 2 | +13 | -8 |
1999-11-11 09:26 | 1999-11-10 | tjg | 2 | +5 | -2 |
1999-11-10 14:55 | 1999-11-10 | tjg | 4 | +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. | tjg | 3 | +29 | -10 |
1999-10-14 10:36 | Portability: add /usr/bsd to default default path. | tjg | 3 | +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'. | tjg | 1 | +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'. | tjg | 2 | +8 | -1 |
1999-10-13 16:29 | Feature: replace `-V' with `version' variable. | tjg | 5 | +10 | -14 |
1999-10-13 16:10 | Feature: replace `-V' with `version' builtin. | tjg | 4 | +13 | -8 |
1999-10-13 15:37 | Portability: use POSIX strerror() where it's available; fake it with sys_errlist[] where not. | tjg | 4 | +21 | -8 |
1999-10-13 15:36 | 1999-10-13 | tjg | 2 | +8 | -1 |
1999-10-13 11:25 | zap statval.h on `make distclean' | tjg | 1 | +1 | -1 |
1999-10-12 14:10 | 1999-10-12 | tjg | 4 | +15 | -6 |
1999-10-11 11:16 | 1999-10-11 | tjg | 2 | +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. | tjg | 6 | +22 | -32 |
1999-05-28 09:37 | 1.6 take 2 | tjg | 2 | +3 | -1 |
1999-05-27 09:56 | typos, etc. | tjg | 1 | +7 | -6 |
1999-05-26 14:56 | Tidiness: `make distclean' now removes sigmsgs.[ch]. | tjg | 1 | +2 | -0 |
1999-05-26 14:56 | really 1.6 (maybe?) | tjg | 1 | +2 | -0 |
1999-05-26 14:27 | rc-1.6 | tjg | 5 | +33 | -47 |
1999-05-26 13:38 | towards 1.6 | tjg | 1 | +4 | -0 |
1999-05-26 13:37 | add Dale Scheetz | tjg | 1 | +4 | -4 |
1999-05-19 15:10 | Documentation: minor fixes to man page. | tjg | 1 | +44 | -5 |
1999-05-12 15:41 | 1.5b6 | tjg | 3 | +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. | tjg | 1 | +14 | -1 |
1999-05-12 12:56 | fix typo | tjg | 1 | +1 | -1 |
1999-05-10 15:39 | make comment more precise | tjg | 1 | +3 | -3 |
1999-05-10 15:19 | another snapshot | tjg | 1 | +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. | tjg | 1 | +2 | -0 |
1999-05-10 15:19 | Portability: Linux *almost* has SysV SIGCLD semantics, and we need to detect them. | tjg | 1 | +8 | -2 |
1999-05-06 14:37 | remove debugging statement | tjg | 1 | +0 | -1 |
1999-05-06 12:54 | towards another snapshot | tjg | 2 | +21 | -2 |
1999-05-06 12:51 | 1993-05-06 | tjg | 2 | +21 | -5 |
1999-05-06 12:20 | Documentation: document the yacc-imposed limit on ; separated commands in a line. | tjg | 1 | +8 | -0 |
1999-03-01 16:17 | trivial fixes | tjg | 1 | +8 | -8 |
1999-03-01 13:25 | minor updates | tjg | 1 | +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! | tjg | 1 | +1 | -5 |
1999-02-15 15:23 | add Aharon Robbins and Wolfgang Zekoll | tjg | 1 | +6 | -6 |
1999-01-27 13:49 | some changes for rc-1.5b5 | tjg | 1 | +3 | -7 |
1999-01-27 11:43 | Release: rc-1.5b5. | tjg | 3 | +28 | -5 |
1999-01-27 11:43 | Documentation: default path was out of date; minor consistency improvements. | tjg | 1 | +12 | -9 |
1999-01-26 12:53 | back to snapshots for now | tjg | 1 | +2 | -2 |
1999-01-26 12:53 | Testing: add regression test for `-s' behaviour. | tjg | 1 | +6 | -0 |
1999-01-26 12:53 | Bug: `-s' should not imply `-i'. | tjg | 1 | +21 | -21 |
1999-01-26 12:50 | add Gerry Tomlinson | tjg | 1 | +5 | -4 |
1999-01-26 12:50 | Documentation: document the `-s' option. Also, arrange the option documentation in alphabetical order. | tjg | 1 | +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). | tjg | 1 | +1 | -2 |
1999-01-19 12:17 | Initial revision | tjg | 8 | +1343 | -0 |
1999-01-11 10:51 | It's 1999, dude! | tjg | 1 | +1 | -1 |
1999-01-11 10:51 | beta4? | tjg | 2 | +4 | -9 |
1999-01-08 15:46 | it's 1999, dude | tjg | 1 | +1 | -1 |
1999-01-08 15:17 | new snap | tjg | 1 | +5 | -0 |
1999-01-08 15:17 | Documentation: the Bell Labs rc now has the list flattening operator, but spelt $"foo. | tjg | 1 | +8 | -1 |
1998-12-22 15:35 | more stuff | tjg | 1 | +22 | -0 |
1998-12-22 15:34 | 1998-12-11 | tjg | 3 | +13 | -4 |
1998-12-18 12:30 | change contact address | tjg | 1 | +2 | -2 |
1998-12-10 16:06 | Tidiness: move most of the configure.in nastiness into acinclude.m4. | tjg | 2 | +189 | -157 |
1998-12-09 15:24 | Portability: test for va_copy() needs to include <stdarg.h>. | tjg | 1 | +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. | tjg | 2 | +3 | -24 |
1998-12-09 11:46 | Portability: use AM_PROG_CC_STDC. This obviates the need for a special hack on HP-UX. | tjg | 1 | +0 | -10 |
1998-12-09 11:46 | Documentation: document all the flags to `whatis'. | tjg | 1 | +20 | -11 |
1998-12-09 11:23 | Portability: use AM_PROG_CC_STDC. This obviates the need for a special hack on HP-UX. | tjg | 1 | +4 | -1 |
1998-12-04 17:36 | Bug: a debugging statement was left in history.c by mistake. | tjg | 1 | +1 | -1 |
1998-12-04 17:32 | towards another snapshot | tjg | 2 | +13 | -2 |
1998-12-04 17:32 | add Raymond Venneker | tjg | 1 | +2 | -2 |
1998-12-04 17:31 | move some stuff to the web page | tjg | 1 | +7 | -47 |
1998-10-30 16:07 | towards another snapshot? | tgoodwin | 2 | +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. | tgoodwin | 1 | +6 | -4 |
1998-10-30 16:06 | add Stefan Dalibor | tgoodwin | 1 | +2 | -2 |
1998-10-29 15:07 | Portability: include <sys/types.h> before <sys/stat.h>. | tgoodwin | 2 | +4 | -1 |
1998-10-29 14:52 | fix test for cdpath | tgoodwin | 2 | +2 | -3 |
1998-10-29 14:36 | another snapshot | tgoodwin | 2 | +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. | tgoodwin | 2 | +2 | -4 |
1998-10-29 14:15 | Portability: work around readline's broken treatment of a non-blocking input file descriptor. | tgoodwin | 1 | +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. | tgoodwin | 1 | +5 | -8 |
1998-10-29 14:13 | pr_error now takes a line number offset | tgoodwin | 3 | +6 | -6 |
1998-10-29 14:13 | Initial revision | tgoodwin | 1 | +33 | -0 |
1998-10-28 14:27 | towards another snapshot | tgoodwin | 3 | +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 *)'.) | tgoodwin | 1 | +1 | -1 |
1998-10-28 14:15 | use va_copy() where it exists | tgoodwin | 5 | +34 | -104 |
1998-10-28 14:12 | add some information about HP-UX | tgoodwin | 1 | +11 | -1 |
1998-10-28 14:12 | add Jeremy Fitzhardinge | tgoodwin | 1 | +3 | -2 |
1998-10-28 14:12 | s/makenonblock/makeblocking/ | tgoodwin | 3 | +3 | -3 |
1998-10-28 14:10 | include "wait.h" | tgoodwin | 1 | +1 | -0 |
1998-10-28 11:43 | add braces to avoid "ambiguous" else | tgoodwin | 2 | +39 | -37 |
1998-10-28 11:40 | Initial revision | tgoodwin | 1 | +50 | -0 |
1998-10-21 13:17 | document the ^A bug | tgoodwin | 2 | +8 | -0 |
1998-10-21 12:56 | 19981021 snapshot | tgoodwin | 5 | +15 | -5 |
1998-10-21 12:54 | add makenonblock() | tgoodwin | 1 | +1 | -0 |
1998-10-21 12:54 | use rc_error instead of panicking (it's hard to know what to do here) | tgoodwin | 1 | +2 | -3 |
1998-10-21 12:52 | don't include <setjmp.h> here handle non-blocking stdin, etc. | tgoodwin | 1 | +4 | -1 |
1998-10-21 12:52 | don't include <sys/types.h> here | tgoodwin | 2 | +3 | -4 |
1998-10-21 11:00 | Initial revision | tgoodwin | 1 | +45 | -0 |
1998-10-20 17:08 | forgot to mention vrl | tgoodwin | 1 | +5 | -2 |
1998-10-20 16:54 | ready for 1.5b4 | tgoodwin | 2 | +8 | -4 |
1998-10-20 16:28 | 1.5b4, 1998-10-20 | tgoodwin | 1 | +2 | -2 |
1998-10-20 16:28 | latest changes | tgoodwin | 1 | +8 | -0 |
1998-10-20 14:28 | document -V flag mention /proc/self/fd | tgoodwin | 1 | +6 | -4 |
1998-10-19 15:01 | add prototype for add_history when doing editline | tgoodwin | 1 | +1 | -0 |
1998-07-27 15:40 | vrl tweaks update URLs | tgoodwin | 2 | +6 | -4 |
1998-07-27 13:57 | add "wait.h" | tgoodwin | 1 | +3 | -2 |
1998-07-27 13:34 | more changes | tgoodwin | 1 | +21 | -0 |
1998-07-27 13:34 | fix long line | tgoodwin | 1 | +4 | -3 |
1998-07-27 13:27 | move <sys/wait.h> magic into "wait.h" | tgoodwin | 3 | +6 | -27 |
1998-07-27 13:26 | add RC_FUNC_GETGROUPS configure magic | tgoodwin | 4 | +36 | -5 |
1998-07-27 13:25 | no group.h add getgroups.h wait.h | tgoodwin | 1 | +1 | -1 |
1998-07-27 11:46 | y.tab.? now called parse.? | tgoodwin | 1 | +9 | -7 |
1998-07-27 09:44 | use RC_FUNC_SETPGRP | tgoodwin | 1 | +3 | -3 |
1998-07-27 09:29 | Initial revision | tgoodwin | 1 | +18 | -0 |
1998-07-24 16:00 | get the <sys/wait.h> stuff right this time | tgoodwin | 3 | +3 | -8 |
1998-07-24 15:53 | y.tab.h is now parse.h | tgoodwin | 1 | +1 | -1 |
1998-07-24 13:28 | sort out includes of <sys/wait.h> | tgoodwin | 3 | +6 | -4 |
1998-07-23 15:55 | update vrl support update date | tgoodwin | 1 | +4 | -4 |
1998-07-23 15:55 | fix silly typo | tgoodwin | 1 | +0 | -0 |
1998-07-23 15:55 | some more changes | tgoodwin | 1 | +11 | -5 |
1998-07-21 16:00 | snapshot stuff | tgoodwin | 1 | +1 | -1 |
1998-07-21 16:00 | some more stuff | tgoodwin | 1 | +41 | -43 |
1998-07-21 15:59 | *** empty log message *** | tgoodwin | 1 | +15 | -0 |
1998-07-21 14:30 | date | tgoodwin | 2 | +2 | -2 |
1998-07-21 14:28 | sigmsgs.[ch] dependency is on plain `mksignal', not `./mksignal' | tgoodwin | 1 | +1 | -1 |
1998-07-21 14:28 | fix name conflict with lconf | tgoodwin | 1 | +2 | -2 |
1998-07-21 14:27 | fix for Linux with glibc2 so system calls are not restarted | tgoodwin | 3 | +48 | -16 |
1998-07-21 14:15 | add test that cd prints output when directory is found via cdpath | tgoodwin | 1 | +0 | -0 |
1998-07-21 14:04 | add David Swasey | tgoodwin | 1 | +3 | -3 |
1998-07-20 13:04 | add support for vrl | tgoodwin | 2 | +17 | -6 |
1998-07-20 12:56 | add support for vrl | tgoodwin | 1 | +6 | -1 |
1998-07-20 12:20 | remove unused interrupt_happened | tgoodwin | 1 | +1 | -1 |
1998-07-20 10:12 | only call WTERMSIG if WIFSIGNALED also, always check that WTERMSIG is in range | tgoodwin | 1 | +5 | -5 |
1998-07-17 11:36 | y.tab.c no longer goes in BUILT_SOURCES | tgoodwin | 1 | +1 | -1 |
1998-07-17 10:57 | we need to include <sys/types.h> first | tgoodwin | 1 | +4 | -4 |
1998-07-16 14:32 | arrgh! sigmsgs.c is *not* an rc_SOURCE | tgoodwin | 1 | +3 | -3 |
1998-07-16 11:02 | fix typo add `or HTTP' | tgoodwin | 1 | +4 | -4 |
1998-07-16 11:02 | add WWW section | tgoodwin | 1 | +6 | -0 |
1998-07-16 10:59 | Initial revision | tgoodwin | 1 | +26 | -0 |
1998-07-16 10:58 | add some more news | tgoodwin | 1 | +19 | -7 |
1998-07-16 10:58 | add section on compilation warnings | tgoodwin | 1 | +27 | -6 |
1998-07-16 10:37 | no longer need to find `yacc' | tgoodwin | 1 | +6 | -3 |
1998-07-15 16:09 | don't mention old c.s.u version of editline | tgoodwin | 1 | +6 | -3 |
1998-07-15 14:18 | ready for rc-1.5b3 | tgoodwin | 3 | +131 | -55 |
1998-07-15 14:18 | typo | tgoodwin | 1 | +1 | -1 |
1998-07-15 14:12 | remove comments about yacc, and change comments about old C compilers | tgoodwin | 1 | +18 | -31 |
1998-07-15 14:12 | error message now reports failure of (POSIX) mkfifo | tgoodwin | 1 | +1 | -1 |
1998-07-15 13:36 | pointer to editline now lives in README | tgoodwin | 1 | +10 | -13 |
1998-07-15 13:19 | minor tweaks | tgoodwin | 1 | +6 | -4 |
1998-07-15 13:17 | remove funky indentation | tgoodwin | 1 | +18 | -18 |
1998-07-15 13:11 | do warning right if readline not found | tgoodwin | 1 | +2 | -2 |
1998-07-15 12:39 | tidy this up a bit | tgoodwin | 1 | +12 | -26 |
1998-07-15 12:39 | get readline stuff working and pretty(ish) | tgoodwin | 1 | +7 | -41 |
1998-07-15 12:38 | move some stuff to proto.h declare readline stuff for ourselves | tgoodwin | 1 | +21 | -67 |
1998-07-15 12:37 | move some stuff from rc.h to here | tgoodwin | 1 | +69 | -5 |
1998-07-15 12:37 | don't declare slowbuf here | tgoodwin | 1 | +0 | -8 |
1998-07-15 12:36 | don't bother finding readline.h and friends | tgoodwin | 1 | +4 | -26 |
1998-07-15 12:15 | add stuff to look for readline.h include files | tgoodwin | 1 | +28 | -9 |
1998-07-14 17:17 | Initial revision | tgoodwin | 1 | +42 | -0 |
1998-07-14 10:47 | define slowbuf and friends here | tgoodwin | 1 | +3 | -0 |
1998-07-13 10:22 | add `x' | tgoodwin | 2 | +16 | -4 |
1998-07-13 10:22 | add READLINE_OLD | tgoodwin | 3 | +24 | -6 |
1998-07-10 14:00 | Initial revision | tgoodwin | 1 | +27 | -0 |
1998-07-10 13:42 | explain about y.tab.? | tgoodwin | 1 | +7 | -3 |
1998-07-10 13:42 | UnixWare has broken make, too | tgoodwin | 1 | +1 | -1 |
1998-07-10 13:41 | remove lint definition | tgoodwin | 1 | +1 | -3 |
1998-07-10 13:36 | Initial revision | tgoodwin | 1 | +174 | -0 |
1998-07-10 13:30 | y.tab.h depends on parse.y too | tgoodwin | 1 | +1 | -1 |
1998-07-10 13:29 | zap extra space | tgoodwin | 1 | +1 | -1 |
1998-07-10 13:28 | change to `--with-history' | tgoodwin | 1 | +8 | -5 |
1998-07-10 13:27 | change some unused argument names to `ignore' | tgoodwin | 1 | +2 | -2 |
1998-07-10 13:27 | explain editing mode more clearly | tgoodwin | 1 | +13 | -4 |
1998-07-10 13:26 | remove warning for execit | tgoodwin | 1 | +5 | -3 |
1998-07-10 13:26 | proper declaration of main(), please! | tgoodwin | 1 | +1 | -1 |
1998-07-10 13:26 | change some unused argument names to ignore | tgoodwin | 1 | +10 | -10 |
1998-07-10 13:25 | remove some genuinely unused arguments | tgoodwin | 2 | +7 | -7 |
1998-07-10 13:25 | remove some genuinely unused arguments change names of some others to ignore | tgoodwin | 3 | +8 | -8 |
1998-07-10 12:32 | apply fix for use of realloc()ed memory from Scott Schwartz | tgoodwin | 1 | +4 | -3 |
1998-07-10 12:32 | include rc.h | tgoodwin | 1 | +12 | -16 |
1998-07-09 17:01 | err, sometimes you *do* need the `=' sign | tgoodwin | 1 | +10 | -1 |
1998-07-09 16:33 | don't ever try to set a signal to SIG_ERR | tgoodwin | 1 | +4 | -2 |
1998-07-09 12:30 | Initial revision | tgoodwin | 1 | +234 | -0 |
1998-07-08 17:01 | use AMC_ consistently handle addons | tgoodwin | 1 | +20 | -16 |
1998-07-08 17:00 | add RC_ADDON and EDITLINE | tgoodwin | 1 | +8 | -2 |
1998-07-08 17:00 | completely revamp to use my `+' example | tgoodwin | 2 | +28 | -44 |
1998-07-08 16:59 | don't declare umask, but do include sys/stat.h better support for addons | tgoodwin | 1 | +5 | -4 |
1998-07-08 16:59 | use AMC_ consistently for automake conditionals look for readline include files, too handle addon properly | tgoodwin | 1 | +24 | -17 |
1998-07-08 16:58 | we have to call it rc_Function to avoid clash with readline | tgoodwin | 1 | +4 | -4 |
1998-07-08 16:58 | better integration with readline | tgoodwin | 1 | +5 | -5 |
1998-07-08 16:57 | we now handle EDITLINE and READLINE separately | tgoodwin | 1 | +4 | -4 |
1998-07-08 16:56 | SIGINT and SIGPIPE should be silent , | tgoodwin | 1 | +8 | -2 |
1998-07-08 16:55 | lots of changes, mostly to integrate better with readline | tgoodwin | 1 | +27 | -15 |
1998-07-08 16:55 | fix up readline stuff somewhat | tgoodwin | 1 | +3 | -1 |
1998-07-08 16:54 | don't declare rl_reset_terminal() | tgoodwin | 1 | +2 | -4 |
1998-07-08 16:53 | don't include standard headers: that's rc.h's job don't declare stat() | tgoodwin | 1 | +0 | -4 |
1998-07-08 13:31 | include declaration for malloc() if we didn't have stdlib.h is this right thing to do? | tgoodwin | 1 | +2 | -0 |
1998-07-08 10:47 | Initial revision | tgoodwin | 2 | +60 | -0 |
1998-07-07 15:53 | add AC_HEADER_SYS_WAIT | tgoodwin | 1 | +1 | -0 |
1998-07-07 15:11 | don't declare malloc() | tgoodwin | 1 | +2 | -5 |
1998-07-07 15:08 | use POSIX wait() macros | tgoodwin | 3 | +32 | -9 |
1998-07-07 12:26 | Initial revision | tgoodwin | 1 | +147 | -0 |
1998-07-07 10:02 | stdlib.h is already covered by STDC_HEADERS | tgoodwin | 2 | +7 | -2 |
1998-07-07 09:53 | use signal.c to find signal names | tgoodwin | 1 | +1 | -40 |
1998-07-01 14:48 | mksignal stuff now works history stuff maybe works | tgoodwin | 1 | +8 | -12 |
1998-07-01 12:49 | Initial revision | tgoodwin | 1 | +139 | -0 |
1998-07-01 12:46 | add mksignal.c | tgoodwin | 1 | +4 | -2 |
1998-06-15 15:42 | remove `=' from configure arguments | tgoodwin | 1 | +6 | -7 |
1998-06-01 09:25 | Initial revision | tgoodwin | 1 | +232 | -0 |
1998-02-27 17:26 | add sig_atomic_t | tgoodwin | 1 | +3 | -0 |
1998-02-27 17:26 | next attempt to get readline interaction correct | tgoodwin | 5 | +29 | -36 |
1998-02-25 14:18 | fix some history installation things | tgoodwin | 1 | +4 | -4 |
1998-02-24 12:00 | try for mkfifo() | tgoodwin | 2 | +18 | -5 |
1998-02-24 11:28 | update RELDATE for "nearly" release | tgoodwin | 1 | +1 | -1 |
1998-02-24 11:21 | lower #if count | tgoodwin | 1 | +10 | -9 |
1998-02-23 15:45 | incorporate Tom Culliton's patches for readline | tgoodwin | 4 | +66 | -33 |
1998-02-23 11:06 | #include <sys/wait.h> | tgoodwin | 1 | +1 | -0 |
1998-02-19 14:27 | implicit int | tgoodwin | 1 | +1 | -1 |
1998-02-19 14:25 | changes approaching release of rc-1.5b3 | tgoodwin | 1 | +68 | -0 |
1998-02-19 14:25 | add people that helped | tgoodwin | 1 | +8 | -1 |
1998-02-19 13:27 | abandon waitforall() if rc_wait4() returns with errno == EINTR | tgoodwin | 1 | +4 | -1 |
1998-02-19 13:26 | quote signal.h to shell | tgoodwin | 1 | +1 | -1 |
1998-02-19 13:25 | s/uname/date/ 'cos I think some systems don't have uname | tgoodwin | 1 | +0 | -0 |
1998-02-19 13:23 | actually test for sigsetjmp (not setjmp), bozo nasty sed hack to handle \\ paths under CygWin32 | tgoodwin | 1 | +7 | -5 |
1998-02-19 12:39 | do preprocessor trick: it works now | tgoodwin | 1 | +23 | -5 |
1998-02-19 11:56 | separate instructions for building in a separate directory | tgoodwin | 1 | +10 | -4 |
1998-02-18 17:11 | default for ssize_t needs to be signed, bozo | tgoodwin | 1 | +1 | -1 |
1998-02-18 17:10 | reinstate rc_wait (but right this time) | tgoodwin | 4 | +41 | -19 |
1998-02-18 15:14 | handle system.c and execve.c properly | tgoodwin | 1 | +8 | -5 |
1998-02-18 14:15 | add test for `{ uname & wait } |cat' | tgoodwin | 1 | +0 | -0 |
1998-02-18 12:30 | move rc_readline to rdwr.c fix prompt printing for readline some more | tgoodwin | 1 | +20 | -35 |
1998-02-18 12:30 | move rc_readline to rdwr.c | tgoodwin | 3 | +33 | -2 |
1998-02-18 11:37 | support ssize_t | tgoodwin | 2 | +5 | -3 |
1998-02-17 15:46 | first stab at getting execve.c only compiled when needed | tgoodwin | 7 | +22 | -30 |
1998-02-17 14:22 | first stab at doing execve right | tgoodwin | 1 | +17 | -6 |
1998-02-17 13:59 | only define slowbuf etc. if needed | tgoodwin | 1 | +7 | -1 |
1998-02-17 13:48 | split some restartable syscall stuff out don't declare slowbuf unless it's needed | tgoodwin | 5 | +40 | -56 |
1998-02-17 13:48 | Initial revision | tgoodwin | 2 | +64 | -0 |
1998-02-16 16:48 | *** empty log message *** | tgoodwin | 1 | +5 | -0 |
1998-02-16 16:30 | HAVE_SYSV_SIGCLD | tgoodwin | 3 | +75 | -82 |
1998-02-16 15:24 | Initial revision | tgoodwin | 1 | +55 | -0 |
1998-02-16 11:48 | fix memory leak after fork() remove rc_wait() | tgoodwin | 1 | +16 | -44 |
1998-02-16 11:27 | use `#if' for consistency | tgoodwin | 2 | +2 | -2 |
1998-02-16 10:22 | use ealloc(), not malloc() | tgoodwin | 1 | +2 | -5 |
1998-02-13 15:58 | ignore exit status of `rm -f' | tgoodwin | 1 | +3 | -3 |
1998-02-13 12:04 | get rid of version.c fix RELDATE | tgoodwin | 1 | +3 | -4 |
1998-02-13 12:04 | remove version.c tidy up history install | tgoodwin | 1 | +8 | -12 |
1998-02-13 12:04 | add -V option | tgoodwin | 1 | +8 | -2 |
1998-02-13 11:20 | Initial revision | tgoodwin | 1 | +121 | -0 |
1998-02-12 17:28 | improve quad_t test some more | tgoodwin | 1 | +1 | -0 |
1998-02-12 13:04 | automake stuff | tgoodwin | 1 | +12 | -18 |
1998-02-12 13:04 | trying to get it working right | tgoodwin | 1 | +29 | -5 |
1998-02-12 13:03 | check that it's a file descriptor we've got before seeing if it' stdin | tgoodwin | 1 | +2 | -3 |
1998-02-12 13:03 | prompt printing now fixed; don't need to document bug | tgoodwin | 1 | +1 | -3 |
1998-02-12 13:02 | send bugs to *me*! | tgoodwin | 1 | +1 | -1 |
1998-02-12 13:02 | let configure fill in the details | tgoodwin | 1 | +1 | -1 |
1998-02-12 10:12 | reinstate setsigdefaults after nSubshell fork (disappeared between 1.4 and 1.5b1) | tgoodwin | 1 | +1 | -0 |
1998-02-12 09:46 | Initial revision | tgoodwin | 1 | +1881 | -0 |
1998-02-11 15:45 | Initial revision | tgoodwin | 1 | +22 | -0 |
1998-02-11 15:44 | an array of `gid_t's is not indexed by gid_t, bozo | tgoodwin | 1 | +1 | -1 |
1998-02-11 15:44 | tidy up quad_t test: compile, don't run | tgoodwin | 1 | +4 | -6 |
1998-02-11 14:35 | automake support | tgoodwin | 1 | +15 | -4 |
1998-02-11 14:29 | Initial revision | tgoodwin | 1 | +26 | -0 |
1998-02-11 14:06 | Initial revision | tgoodwin | 1 | +141 | -0 |
1998-02-11 14:05 | move most stuff to INSTALL file | tgoodwin | 1 | +8 | -174 |
1998-02-11 14:04 | fix prompting for readline | tgoodwin | 3 | +18 | -14 |
1998-02-10 16:40 | fix const / prototype warnings | tgoodwin | 3 | +5 | -2 |
1998-02-10 16:30 | Initial revision | tgoodwin | 1 | +61 | -0 |
1998-02-09 14:17 | just say `false' (not /bin/false) | tgoodwin | 1 | +0 | -0 |
1998-02-09 14:17 | another gid_t / GETGROUPS_T confusion | tgoodwin | 1 | +1 | -1 |
1998-02-09 14:16 | reset list of child processes after fork; fixes `{ls & wait} |cat' bug | tgoodwin | 1 | +1 | -0 |
1998-02-09 14:16 | remove tmp file after checking named pipes define DEFAULTPATH in the right place | tgoodwin | 1 | +2 | -1 |
1998-02-06 18:01 | Initial revision | tgoodwin | 1 | +0 | -0 |
1998-02-05 15:22 | use sigsetjmp, etc. | tgoodwin | 10 | +42 | -28 |
1998-02-05 15:22 | no longer need to specify -ltermcap for readline | tgoodwin | 1 | +5 | -7 |
1998-02-05 15:20 | don't use signals in this file | tgoodwin | 1 | +0 | -2 |
1998-02-05 14:51 | Initial revision | tgoodwin | 1 | +140 | -0 |
1998-02-05 14:51 | attempt to fix wait() race | tgoodwin | 1 | +45 | -23 |
1998-02-05 14:50 | avoid longjmp clobber | tgoodwin | 1 | +7 | -2 |
1998-02-05 14:49 | fix RESTART thinko | tgoodwin | 2 | +2 | -2 |
1997-09-30 10:19 | abortive attempt to parse output of #include <signal.h> to find real signal files | tgoodwin | 1 | +29 | -25 |
1997-09-30 09:41 | Initial revision | tgoodwin | 1 | +116 | -0 |
1997-09-29 14:48 | Initial revision | tgoodwin | 1 | +129 | -0 |
1997-09-25 11:10 | add -ltermcap for readline | tgoodwin | 1 | +2 | -1 |
1997-09-23 10:47 | Initial revision | tgoodwin | 1 | +287 | -0 |
1997-09-15 12:40 | s/gid_t/GETGROUPS_T/ in gidset malloc | tgoodwin | 1 | +1 | -1 |
1997-07-07 15:43 | some changes | tim | 1 | +15 | -0 |
1997-07-07 15:32 | Initial revision | tim | 1 | +263 | -0 |
1997-07-01 20:53 | 1.5b2 | tim | 1 | +1 | -1 |
1997-07-01 20:52 | autoconf | tim | 1 | +161 | -75 |
1997-07-01 20:02 | autoconf use getgroups(0, 0), rather than NGROUPS | tim | 1 | +21 | -14 |
1997-07-01 20:02 | make sure SIGCLD is not SIG_IGN | tim | 1 | +7 | -0 |
1997-07-01 20:01 | remove most prototypes | tim | 1 | +20 | -62 |
1997-07-01 20:00 | autoconf add support for quads | tim | 1 | +33 | -17 |
1997-07-01 20:00 | use setjmp.h, rather than our prototypes | tim | 1 | +2 | -3 |
1997-07-01 19:57 | autoconf | tim | 10 | +155 | -111 |
1997-07-01 19:57 | autoconf get consts right in casts | tim | 1 | +7 | -5 |
1997-07-01 19:56 | add autoconf stuff do limits portably | tim | 1 | +19 | -25 |
1997-06-04 15:02 | Initial revision | tim | 1 | +341 | -0 |
1997-06-02 16:35 | Initial revision | tim | 1 | +111 | -0 |
1997-06-02 09:26 | Initial revision | tim | 6 | +1139 | -0 |
1997-05-28 16:24 | signal.c. | tim | 1 | +1 | -1 |
1997-05-22 12:34 | Initial revision | tim | 1 | +257 | -0 |
1997-05-22 10:12 | Initial revision | tim | 1 | +114 | -0 |
1997-05-21 12:26 | Initial revision | tim | 1 | +466 | -0 |
1997-05-20 16:17 | Initial revision | tim | 1 | +130 | -0 |
1997-05-20 15:51 | Initial revision | tim | 2 | +435 | -0 |
1997-05-20 14:59 | Initial revision | tim | 1 | +337 | -0 |
1997-05-20 14:40 | Initial revision | tim | 1 | +358 | -0 |
1997-05-19 16:44 | Initial revision | tim | 1 | +378 | -0 |
1997-05-14 16:24 | Initial revision | tim | 1 | +426 | -0 |
1997-05-14 16:13 | Initial revision | tim | 2 | +352 | -0 |
1997-05-14 15:30 | Initial revision | tim | 54 | +25 | -14139 |
1997-07-06 23:00 | beta: rc-1.5b2 | Toby Goodwin | 42 | +4838 | -628 |
1994-03-07 00:00 | beta: rc-1.5betadev1 | Byron Rakitzis | 28 | +446 | -285 |
1992-05-26 23:00 | release: rc-1.4 | Byron Rakitzis | 49 | +10301 | -0 |
2015-05-13 21:26 | release: rc-1.7.4 | Toby Goodwin | 7 | +39 | -29 |
2015-04-21 20:39 | release: rc-1.7.3 | Toby Goodwin | 20 | +518 | -80 |
2014-09-02 07:01 | release: rc-1.7.2 | Toby Goodwin | 50 | +3677 | -620 |
2003-08-13 12:51 | release: rc-1.7.1 | Toby Goodwin | 19 | +170 | -168 |
2002-06-19 15:12 | release: rc-1.7 | Toby Goodwin | 11 | +57 | -22 |
2002-05-22 13:25 | candidate: rc-1.6c7 | Toby Goodwin | 15 | +183 | -124 |
2002-02-08 14:48 | candidate: rc-1.6c6 | Toby Goodwin | 12 | +87 | -53 |
2001-11-20 16:01 | candidate: rc-1.6c5 | Toby Goodwin | 14 | +145 | -56 |
2001-10-31 12:31 | candidate: rc-1.6c4 | Toby Goodwin | 10 | +138 | -91 |
2001-10-12 09:25 | beta: rc-1.6b3 | Toby Goodwin | 34 | +536 | -271 |
1999-12-10 11:55 | beta: rc-1.6b2 | Toby Goodwin | 7 | +50 | -19 |
1999-11-10 14:55 | beta: rc-1.6b1 | Toby Goodwin | 18 | +165 | -85 |
1999-05-28 09:38 | release: rc-1.6 | Toby Goodwin | 7 | +92 | -56 |
1999-05-12 15:47 | beta: rc-1.5b6 | Toby Goodwin | 8 | +147 | -39 |
1999-01-27 14:01 | beta: rc-1.5b5 | Toby Goodwin | 9 | +142 | -96 |
1999-01-11 10:55 | beta: rc-1.5b4 | Toby Goodwin | 67 | +3104 | -6023 |
1997-07-06 23:00 | beta: rc-1.5b2 | Toby Goodwin | 42 | +4838 | -628 |
1994-03-07 00:00 | beta: rc-1.5betadev1 | Byron Rakitzis | 28 | +446 | -285 |
1992-05-26 23:00 | release: rc-1.4 | Byron Rakitzis | 49 | +10301 | -0 |