• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

AUTHORSH A D21-Apr-20152.2 KiB4134

COPYINGH A D12-May-20151,004 2317

ChangeLogH A D13-May-201526.3 KiB906570

EXAMPLESH A D03-Apr-201516.3 KiB750652

INSTALLH A D21-Apr-201515.4 KiB371289

Makefile.amH A D21-Apr-20151.9 KiB7240

Makefile.inH A D03-May-202233.1 KiB956836

NEWSH A D13-May-20151.1 KiB2519

READMEH A D13-May-2015977 3923

acinclude.m4H A D21-Apr-20155.6 KiB211192

aclocal.m4H A D13-May-201541 KiB1,1511,045

addon.cH A D03-Apr-2015397 2616

addon.hH A D03-Apr-2015816 327

builtins.cH A D21-Apr-201511.8 KiB559483

compileH A D10-Sep-20147.2 KiB348258

config.h.inH A D13-May-20154.9 KiB195132

configureH A D13-May-2015219.5 KiB8,0266,729

configure.acH A D13-May-20156.9 KiB248208

depcompH A D10-Sep-201423 KiB792502

edit-edit.cH A D21-Apr-20151.5 KiB9265

edit-editline.cH A D21-Apr-20151.6 KiB10143

edit-null.cH A D21-Apr-2015605 3625

edit-readline.cH A D21-Apr-20151.6 KiB8862

edit-vrl.cH A D21-Apr-20151.6 KiB10544

edit.hH A D21-Apr-2015236 137

except.cH A D03-Apr-20153.3 KiB144106

exec.cH A D03-Apr-20152.9 KiB13292

execve.cH A D03-Apr-20151.8 KiB6351

fn.cH A D03-Apr-20156.4 KiB262195

footobar.cH A D21-Apr-20159.1 KiB388331

getgroups.hH A D03-Apr-2015318 116

getopt.cH A D03-Apr-20151.1 KiB5247

glob.cH A D21-Apr-20156.4 KiB267213

glom.cH A D03-Apr-20159 KiB440393

hash.cH A D03-Apr-20157.1 KiB318277

heredoc.cH A D03-Apr-20153.3 KiB159132

history.1H A D03-Apr-20156.3 KiB255165

history.cH A D03-Apr-20156.7 KiB348279

input.cH A D21-Apr-20156.9 KiB358281

input.hH A D03-Apr-2015853 3613

install-shH A D21-Apr-201513.7 KiB528351

jbwrap.hH A D03-Apr-2015675 2410

lex.cH A D21-Apr-201511.2 KiB417359

list.cH A D03-Apr-20151.1 KiB5836

main.cH A D03-Apr-20153.3 KiB155137

match.cH A D03-Apr-20152.1 KiB10075

missingH A D10-Sep-20146.7 KiB216143

mkinstalldirsH A D21-Apr-20153.5 KiB163112

mksignal.cH A D03-Apr-20155.6 KiB240223

mkstatval.cH A D03-Apr-2015438 2724

nalloc.cH A D03-Apr-20153.1 KiB14099

open.cH A D03-Apr-20151.3 KiB6438

parse.cH A D03-Apr-201539.5 KiB1,1181,105

parse.hH A D03-Apr-2015627 3836

parse.yH A D03-Apr-20155.3 KiB175124

print.cH A D21-Apr-20157.6 KiB382296

proto.hH A D21-Apr-20152.3 KiB10159

rc.1H A D13-May-201544.7 KiB2,1642,008

rc.hH A D21-Apr-20159 KiB395288

redir.cH A D03-Apr-20152 KiB7861

rlimit.hH A D03-Apr-2015858 5444

signal.cH A D03-Apr-20152.1 KiB10789

stat.hH A D03-Apr-201598 75

status.cH A D03-Apr-20153.4 KiB152113

system-bsd.cH A D03-Apr-20151 KiB6247

system.cH A D03-Apr-2015237 118

tree.cH A D21-Apr-20154.5 KiB175160

trip.rcH A D12-May-201516.3 KiB600484

tripping.cH A D03-Apr-2015713 4637

utils.cH A D21-Apr-20151.7 KiB8252

var.cH A D03-Apr-20155.8 KiB226184

wait.cH A D03-Apr-20151.9 KiB129107

wait.hH A D03-Apr-2015463 2416

walk.cH A D03-Apr-20158.3 KiB366325

which.cH A D21-Apr-20153.2 KiB143111

README

1This is release rc-1.7.4.
2
3See COPYING for copying information. All files are
4
5   Copyright 1991, 1999, 2001-2003, 2014, 2015 Byron Rakitzis.
6
7See INSTALL for build and installation information.
8
9
10BUGS
11
12Send bug reports to <toby@paccrat.org>. If a core dump is generated,
13sending a backtrace will help a great deal. You can get a backtrace
14like this.
15
16	; gdb rc core
17	(gdb) where
18	<<<BACKTRACE INFO>>>
19	(gdb)
20
21Also, always report the machine, OS (`uname -a'), and compiler used to
22make rc; this information is extremely valuable.
23
24
25FEEPING CREATURISM
26
27See the end of the man page, under "INCOMPATIBILITIES" for (known?)
28differences from the "real" rc. Most of these changes were necessary
29to get rc to work in a reasonable fashion on a real (i.e. commercial,
30non-Labs) Unix system; a few were changes motivated by concern about
31some inadequacies in the original design.
32
33
34WWW
35
36More information on releases of rc can be found at this web page.
37
38    http://tobold.org/article/rc
39