RubyFileList » History » Version 2

Redmine Admin, 04/30/2011 10:23 PM

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