RubyFileList » History » Version 1

zimba tm, 01/21/2011 09:06 PM

1 1 zimba tm
= README.FILES
2 1 zimba tm
3 1 zimba tm
  .document  - Used by rdoc to determine parseable files. References sources ext/.document and lib/.document.
4 1 zimba tm
  .gdbinit
5 1 zimba tm
  .indent.pro
6 1 zimba tm
  BSDL
7 1 zimba tm
  COPYING
8 1 zimba tm
  COPYING.ja
9 1 zimba tm
  ChangeLog - each commit should have an entry here
10 1 zimba tm
  GPL
11 1 zimba tm
  KNOWNBUGS.rb
12 1 zimba tm
  LEGAL
13 1 zimba tm
  Makefile.in
14 1 zimba tm
  NEWS - noteworthy changes for the next release are also reported here (see ChangeLog)
15 1 zimba tm
  README
16 1 zimba tm
  README.EXT - documents MRI extension interface (partly), see includes/ for the rest
17 1 zimba tm
  README.EXT.ja
18 1 zimba tm
  README.ja
19 1 zimba tm
  ToDo - matz's personal todo list
20 1 zimba tm
  addr2line.c
21 1 zimba tm
  addr2line.h
22 1 zimba tm
  array.c
23 1 zimba tm
  bcc32/ - Target-specific build files
24 1 zimba tm
  benchmark/
25 1 zimba tm
  bignum.c
26 1 zimba tm
  bin/ - contains stdlib binaries from rdoc, rake, rubygems, irb and test/unit, installed along ruby
27 1 zimba tm
  bootstraptest/ - low-level tests, does not depends on test/unit
28 1 zimba tm
  class.c
29 1 zimba tm
  common.mk
30 1 zimba tm
  compar.c
31 1 zimba tm
  compile.c
32 1 zimba tm
  complex.c
33 1 zimba tm
  configure.in
34 1 zimba tm
  constant.h
35 1 zimba tm
  cont.c
36 1 zimba tm
  cygwin/ - Target-specific build files
37 1 zimba tm
  debug.c
38 1 zimba tm
  debug.h
39 1 zimba tm
  defs/ - ???
40 1 zimba tm
  dir.c
41 1 zimba tm
  dln.c
42 1 zimba tm
  dln.h
43 1 zimba tm
  dln_find.c
44 1 zimba tm
  dmydln.c
45 1 zimba tm
  dmyencoding.c
46 1 zimba tm
  dmyext.c
47 1 zimba tm
  dmyversion.c
48 1 zimba tm
  doc/ - For rdoc, not humans
49 1 zimba tm
  enc/ - Amazing huge list of character encodings
50 1 zimba tm
  encoding.c
51 1 zimba tm
  enum.c
52 1 zimba tm
  enumerator.c
53 1 zimba tm
  error.c
54 1 zimba tm
  eval.c
55 1 zimba tm
  eval_error.c
56 1 zimba tm
  eval_intern.h
57 1 zimba tm
  eval_jump.c
58 1 zimba tm
  ext/ - stdlib extensions
59 1 zimba tm
  ext/-test- - fake extension to test something ?
60 1 zimba tm
  ext/Setup - list of extensions to statically build (see README)
61 1 zimba tm
  file.c
62 1 zimba tm
  gc.c
63 1 zimba tm
  gc.h
64 1 zimba tm
  gem_prelude.rb
65 1 zimba tm
  golf_prelude.rb
66 1 zimba tm
  goruby.c
67 1 zimba tm
  hash.c
68 1 zimba tm
  ia64.s
69 1 zimba tm
  id.c
70 1 zimba tm
  include/ - Headers that are shared with the ruby extensions
71 1 zimba tm
  inits.c
72 1 zimba tm
  insns.def
73 1 zimba tm
  io.c
74 1 zimba tm
  iseq.c
75 1 zimba tm
  iseq.h
76 1 zimba tm
  lex.c.blt
77 1 zimba tm
  lib/ - stdlib files
78 1 zimba tm
  load.c
79 1 zimba tm
  main.c
80 1 zimba tm
  man/ - manuals for the bin/ executables (except gem binary)
81 1 zimba tm
  marshal.c
82 1 zimba tm
  math.c
83 1 zimba tm
  method.h
84 1 zimba tm
  misc/ - matz's emacs macros
85 1 zimba tm
  missing/ - cross-platform implementations of missing functionnalities
86 1 zimba tm
  node.c
87 1 zimba tm
  node.h
88 1 zimba tm
  numeric.c
89 1 zimba tm
  object.c
90 1 zimba tm
  pack.c
91 1 zimba tm
  parse.y
92 1 zimba tm
  prelude.rb
93 1 zimba tm
  proc.c
94 1 zimba tm
  process.c
95 1 zimba tm
  random.c
96 1 zimba tm
  range.c
97 1 zimba tm
  rational.c
98 1 zimba tm
  re.c
99 1 zimba tm
  regcomp.c
100 1 zimba tm
  regenc.c
101 1 zimba tm
  regenc.h
102 1 zimba tm
  regerror.c
103 1 zimba tm
  regexec.c
104 1 zimba tm
  regint.h
105 1 zimba tm
  regparse.c
106 1 zimba tm
  regparse.h
107 1 zimba tm
  regsyntax.c
108 1 zimba tm
  ruby.c
109 1 zimba tm
  safe.c
110 1 zimba tm
  sample/ - some ruby and stdlib samples
111 1 zimba tm
  signal.c
112 1 zimba tm
  spec/ - rubyspec specifics ( http://rubyspec.org )
113 1 zimba tm
  sprintf.c
114 1 zimba tm
  st.c
115 1 zimba tm
  strftime.c
116 1 zimba tm
  string.c
117 1 zimba tm
  struct.c
118 1 zimba tm
  symbian/ - Target-specific build files
119 1 zimba tm
  template/ - erb-like templates for code generation. Used all over the place.
120 1 zimba tm
  test/ - stdlib tests
121 1 zimba tm
  test/-ext- - Little brother of "ext/-test-" ?
122 1 zimba tm
  thread.c
123 1 zimba tm
  thread_pthread.c
124 1 zimba tm
  thread_pthread.h
125 1 zimba tm
  thread_win32.c
126 1 zimba tm
  thread_win32.h
127 1 zimba tm
  time.c
128 1 zimba tm
  timev.h
129 1 zimba tm
  tool/ - Development and build tools
130 1 zimba tm
  tool/test/test_jisx0208.rb - One lonely test sitting out there
131 1 zimba tm
  transcode.c
132 1 zimba tm
  transcode_data.h
133 1 zimba tm
  util.c
134 1 zimba tm
  variable.c
135 1 zimba tm
  version.c
136 1 zimba tm
  version.h
137 1 zimba tm
  vm.c
138 1 zimba tm
  vm_core.h
139 1 zimba tm
  vm_dump.c
140 1 zimba tm
  vm_eval.c
141 1 zimba tm
  vm_exec.c
142 1 zimba tm
  vm_exec.h
143 1 zimba tm
  vm_insnhelper.c
144 1 zimba tm
  vm_insnhelper.h
145 1 zimba tm
  vm_method.c
146 1 zimba tm
  vm_opts.h
147 1 zimba tm
  vsnprintf.c
148 1 zimba tm
  win32/ - Target-specific build files
149 1 zimba tm
150 1 zimba tm
151 1 zimba tm
== Generated files
152 1 zimba tm
153 1 zimba tm
  .ext/ - Temporary placeholder for files to be installed. The content depends on the target platform and build options.
154 1 zimba tm
  Makefile -> Makefile.in + autotool