Revision 15283,
1.0 KB
checked in by ghudson, 24 years ago
(diff) |
This commit was generated by cvs2svn to compensate for changes in r15282,
which included commits to RCS files with non-trunk default branches.
|
Line | |
---|
1 | -*- indented-text -*- |
---|
2 | |
---|
3 | Proposed module hierarchy |
---|
4 | ========================= |
---|
5 | |
---|
6 | rep |
---|
7 | lang |
---|
8 | interpreter |
---|
9 | debug |
---|
10 | symbols |
---|
11 | math |
---|
12 | profiler |
---|
13 | backquote |
---|
14 | debugger |
---|
15 | |
---|
16 | vm |
---|
17 | bytecodes |
---|
18 | disassembler |
---|
19 | interpreter |
---|
20 | compiler |
---|
21 | |
---|
22 | io |
---|
23 | streams |
---|
24 | files |
---|
25 | processes |
---|
26 | file-handlers |
---|
27 | readline |
---|
28 | timers |
---|
29 | db |
---|
30 | gdbm |
---|
31 | sdbm |
---|
32 | |
---|
33 | data |
---|
34 | datums |
---|
35 | tables |
---|
36 | ring |
---|
37 | queues |
---|
38 | records |
---|
39 | symbol-table |
---|
40 | |
---|
41 | threads |
---|
42 | regexp |
---|
43 | system |
---|
44 | module-system |
---|
45 | structures |
---|
46 | ... |
---|
47 | |
---|
48 | i18n |
---|
49 | gettext |
---|
50 | |
---|
51 | file-handlers |
---|
52 | scheme |
---|
53 | mail |
---|
54 | www |
---|
55 | |
---|
56 | gui |
---|
57 | gtk |
---|
58 | [gdk] |
---|
59 | gtk |
---|
60 | libglade |
---|
61 | gdk-pixbuf |
---|
62 | |
---|
63 | gnome |
---|
64 | lib |
---|
65 | ui |
---|
66 | canvas |
---|
67 | canvas-pixbuf |
---|
68 | libglade |
---|
69 | |
---|
70 | corba |
---|
71 | orbit |
---|
72 | |
---|
73 | sawfish |
---|
74 | wm |
---|
75 | ui |
---|
76 | |
---|
77 | |
---|
78 | Notes |
---|
79 | ===== |
---|
80 | |
---|
81 | - Everything under `rep.' is reserved for rep distribution |
---|
82 | |
---|
83 | - opening `rep' gets the old default environment (less thread support) |
---|
84 | |
---|
85 | - use aliases (w/ symlinks in fs) to preserve compatibility where possible |
---|
Note: See
TracBrowser
for help on using the repository browser.