Statistics
| Revision:

root

Name Size Revision Age Author Comment
  bcc32 28759 almost 2 years nobu * configure.in (config.h): add include guard. ...
  bin 11708 over 5 years shyouhei set svn:eol-style
  cygwin 29424 over 1 year nobu * common.mk (RBCONFIG): depends on version.h du...
  djgpp 15223 over 4 years nobu * */*.bat: changed to text/plain.
  doc 29175 over 1 year knu Split and move away old entries in ChangeLog an...
  ext 35744 4 days knu (Akinori MUSHA) * ext/syslog/syslog.c (mSyslog_inspect): Make s...
  lib 35698 6 days nobu (Nobuyoshi Nakada) [ruby-dev:45650] * lib/mkmf.rb (MakeMakefile#c...
  misc 26294 over 2 years nobu * misc/ruby-mode.el (ruby-here-doc-beg-match): ...
  missing 28771 almost 2 years nobu * missing/*.c: include missing.h
  sample 25242 over 2 years nobu * **/*.ja: set mime-type charset.
  template 23130 about 3 years nobu * gc.c (Init_stack): use ruby_init_stack. [rub...
  test 34919 3 months nobu (Nobuyoshi Nakada) merge revision(s) 34908: * lib/yaml/rubytypes...
  vms 11708 over 5 years shyouhei set svn:eol-style
  win32 30604 over 1 year usa * win32/win32.c (init_stdhandle): backport mist...
  wince 24923 over 2 years nobu * configure.in, common.mk, */configure.bat (rdo...
  x68 11708 over 5 years shyouhei set svn:eol-style
.document 351 Bytes 27093 about 2 years knu * prelude.rb (Process.daemon): New method. * ....
.gdbinit 7.1 kB 28122 almost 2 years nobu * .gdbinit: classic version.
.gitignore 6.5 kB 27319 about 2 years nobu * .gitignore: property.
COPYING 2.4 kB 11708 over 5 years shyouhei set svn:eol-style
COPYING.ja 2 kB 25242 over 2 years nobu * **/*.ja: set mime-type charset.
ChangeLog 182.3 kB 35744 4 days knu (Akinori MUSHA) * ext/syslog/syslog.c (mSyslog_inspect): Make s...
GPL 17.6 kB 11708 over 5 years shyouhei set svn:eol-style
KNOWNBUGS.rb 339 Bytes 18078 almost 4 years knu Add a comment.
LEGAL 17.1 kB 27321 about 2 years nobu * LEGAL: separated the section for parse.c. co...
LGPL 25.8 kB 11708 over 5 years shyouhei set svn:eol-style
Makefile.in 5.7 kB 28766 almost 2 years nobu * Makefile.in (MINIRUBY): get rid of appending ...
NEWS 6.2 kB 29815 over 1 year knu * array.c (rb_ary_sort_by_bang): Add Array#sort...
README 4 kB 27636 about 2 years nobu * README: update.
README.EXT 32.9 kB 23638 almost 3 years nobu * README.EXT, README.EXT.ja (Convert VALUE into...
README.EXT.ja 35.5 kB 25242 over 2 years nobu * **/*.ja: set mime-type charset.
README.ja 5.2 kB 27636 about 2 years nobu * README: update.
ToDo 4.8 kB 11708 over 5 years shyouhei set svn:eol-style
array.c 91.8 kB 32373 11 months nobu (Nobuyoshi Nakada) * array.c (ary_reject_bang): should not remove ...
bignum.c 48.4 kB 35325 about 1 month nobu (Nobuyoshi Nakada) * bignum.c (rb_big2str0): prevent working clone...
class.c 21.9 kB 26262 over 2 years nobu * class.c (rb_define_class): raise TypeError sa...
common.mk 17.6 kB 29424 over 1 year nobu * common.mk (RBCONFIG): depends on version.h du...
compar.c 5.5 kB 25523 over 2 years marcandre * time.c: rdoc fix for <=> * array.c: ditto *...
compile_prelude.rb 4.4 kB 27053 about 2 years knu * prelude.rb, Makefile.in, common.mk: Introduce...
config.guess 43.8 kB 18471 almost 4 years nobu * config.{guess,sub}: updated to automake-1.10.1.
config.sub 32.6 kB 18471 almost 4 years nobu * config.{guess,sub}: updated to automake-1.10.1.
configure.in 57.5 kB 33559 7 months knu (Akinori MUSHA) * configure.in (CXX): Set CXX when mkconfig.rb ...
defines.h 6.1 kB 28764 almost 2 years nobu * defines.h, intern.h, missing.h, ruby.h, st.h,...
dir.c 47.4 kB 25430 over 2 years nobu * *.[chy]: removed trailing spaces.
distruby.rb 1.4 kB 12109 about 5 years shyouhei * distruby.rb: Add zip generation.
dln.c 40.1 kB 25964 over 2 years nobu * configure.in, win32/Makefile.sub (EXECUTABLE_...
dln.h 742 Bytes 11708 over 5 years shyouhei set svn:eol-style
dmydln.c 39 Bytes 11708 over 5 years shyouhei set svn:eol-style
dmyext.c 20 Bytes 11708 over 5 years shyouhei set svn:eol-style
enum.c 42.9 kB 31013 about 1 year knu (Akinori MUSHA) * array.c (rb_ary_collect), enum.c (enum_collec...
enumerator.c 19.4 kB 26215 over 2 years knu * enumerator.c: Remove a duplicated declaration.
env.h 1.1 kB 22939 about 3 years matz * eval.c (rb_call0): should pass rest argument ...
error.c 32.7 kB 30903 over 1 year shyouhei * error.c (exc_to_s): untainted strings can be ...
eval.c 318.8 kB 32542 11 months nobu (Nobuyoshi Nakada) * eval.c (ruby_setjmp): need to save the stack ...
file.c 102.5 kB 28796 almost 2 years nobu * file.c (file_expand_path): home directory mus...
gc.c 46.5 kB 25661 over 2 years naruse Merged r22308. [ruby-dev:39637] * hash.c (rb_h...
hash.c 63.3 kB 26833 about 2 years marcandre * hash.c (Hash#merge doc): Added explanation fo...
ia64.s 724 Bytes 11708 over 5 years shyouhei set svn:eol-style
inits.c 2 kB 34379 4 months knu (Akinori MUSHA) Forward port r34151 from ruby_1_8_7.
install-sh 0 Bytes 11708 over 5 years shyouhei set svn:eol-style
instruby.rb 12.8 kB 28791 almost 2 years nobu * instruby.rb (ext-arch): prune directories sta...
intern.h 19.7 kB 31655 about 1 year shyouhei (Shyouhei Urabe) * eval.c (rb_thread_atfork): When a ruby proces...
io.c 138.3 kB 31655 about 1 year shyouhei (Shyouhei Urabe) * eval.c (rb_thread_atfork): When a ruby proces...
keywords 1.4 kB 24338 almost 3 years shyouhei * parse.y: Support for { key: value } -style ha...
lex.c 7 kB 24344 almost 3 years shyouhei * lex.c: update.
main.c 960 Bytes 18459 almost 4 years nobu * configure.in (rb_cv_missing__dtos18, rb_cv_mi...
marshal.c 33.1 kB 34866 3 months nobu (Nobuyoshi Nakada) * marshal.c (mark_dump_arg): mark destination s...
math.c 9.4 kB 26335 over 2 years nobu * math.c (domain_check): check errno first.
mdoc2man.rb 9.4 kB 11708 over 5 years shyouhei set svn:eol-style
miniprelude.c 181 Bytes 27053 about 2 years knu * prelude.rb, Makefile.in, common.mk: Introduce...
missing.h 3.4 kB 28773 almost 2 years usa merge from trunk (r28772) * include/ruby/missi...
mkconfig.rb 5.4 kB 28958 almost 2 years usa * mkconfig.rb: should use RbConfig instead of C...
node.h 13.8 kB 29326 over 1 year nobu * eval.c (rb_add_threadswitch_hook): wrapper fo...
numeric.c 63.3 kB 32573 10 months knu (Akinori MUSHA) Backport r23730; fixes #2462. * numeric.c (flo...
object.c 67.9 kB 29639 over 1 year marcandre * object.c: Make BasicObject.new accept no para...
pack.c 57.1 kB 28458 almost 2 years akr update doc.
parse.y 122.6 kB 29440 over 1 year knu * parse.y (opt_block_arg): Allow a trailing com...
prec.c 3 kB 25430 over 2 years nobu * *.[chy]: removed trailing spaces.
prelude.rb 962 Bytes 27093 about 2 years knu * prelude.rb (Process.daemon): New method. * ....
process.c 87 kB 27983 about 2 years kosaki * io.c, eval.c, process.c: remove all condition...
random.c 14.5 kB 34379 4 months knu (Akinori MUSHA) Forward port r34151 from ruby_1_8_7.
range.c 16 kB 23356 about 3 years nobu * range.c (range_eql): fixed rdoc.
re.c 56.9 kB 29933 over 1 year usa * re.c (rb_reg_regcomp): should succeed the tai...
re.h 980 Bytes 31312 about 1 year matz (Yukihiro Matsumoto) * re.h (RMATCH_REGS): parenthesize cast express...
regex.c 122.2 kB 28192 almost 2 years naruse * regexp.c (re_compile_pattern): allow zero tim...
regex.h 7.5 kB 25430 over 2 years nobu * *.[chy]: removed trailing spaces.
ruby.1 9.2 kB 11708 over 5 years shyouhei set svn:eol-style
ruby.c 26.4 kB 27468 about 2 years nobu * ruby.c (get_arglen): skip the last terminator...
ruby.h 22.2 kB 27725 about 2 years akr * pack.c: backport integer pack/unpack from 1.9...
rubyio.h 2.4 kB 16025 about 4 years nobu * rubyio.h (rb_io_t): renamed from OpenFile. *...
rubysig.h 2.8 kB 18319 almost 4 years nobu * eval.c (rb_thread_schedule): runs deferred fi...
rubytest.rb 1 kB 20850 over 3 years knu * lib/date.rb (once): Use Object#object_id inst...
runruby.rb 1.8 kB 12333 about 5 years nobu * ext/extmk.rb, ext/purelib.rb, lib/mkmf.rb, ru...
signal.c 22.3 kB 25430 over 2 years nobu * *.[chy]: removed trailing spaces.
sprintf.c 20.1 kB 25430 over 2 years nobu * *.[chy]: removed trailing spaces.
st.c 10.9 kB 34379 4 months knu (Akinori MUSHA) Forward port r34151 from ruby_1_8_7.
st.h 1.9 kB 28764 almost 2 years nobu * defines.h, intern.h, missing.h, ruby.h, st.h,...
string.c 122.8 kB 34379 4 months knu (Akinori MUSHA) Forward port r34151 from ruby_1_8_7.
struct.c 22.6 kB 25430 over 2 years nobu * *.[chy]: removed trailing spaces.
time.c 51.6 kB 25973 over 2 years usa * time.c (time_asctime): workaround for MSVCRT'...
util.c 97.3 kB 28794 almost 2 years nobu * util.c (ruby_add_suffix): fixed a bug returni...
util.h 1.5 kB 28764 almost 2 years nobu * defines.h, intern.h, missing.h, ruby.h, st.h,...
variable.c 40 kB 31734 about 1 year shyouhei (Shyouhei Urabe) * variable.c (rb_const_get_0): Fix previous c...
version.c 4.1 kB 27851 about 2 years nobu * version.c (ruby_description): RUBY_REVISION_S...
version.h 1.7 kB 35745 4 days svn * 2012-05-21
  • svk:merge: 050cfa88-b445-4b2e-b226-957b86f2c464:/local/ruby/1.8:22168 b2dd03c8-39d4-4d8f-98ff-823fe69b080e:/trunk:5286
  • svn:ignore: *.bak *.orig *.rej *.sav *~ .*.list .*.time .ccmalloc .ppack .ext .git .svn .pc COPYING.LIB ChangeLog.pre-alpha ChangeLog.pre1_1 GNUmakefile Makefile README.fat-patch README.v6 README.atheos archive autom4te*.cache automake beos config.cache config.h config.h.in config.log config.status config.status.lineno configure libruby*.* miniruby newdate.rb newver.rb parse.c patches ppack preview rbconfig.rb repack revision.h riscos rubicon ruby ruby-man.rd.gz rubyspec tmp web y.output y.tab.c

Latest revisions

# Date Author Comment
35745 05/21/2012 04:32 pm svn
* 2012-05-21
35744 05/21/2012 04:32 pm knu (Akinori MUSHA)
* ext/syslog/syslog.c (mSyslog_inspect): Make sure self is a module before calling rb_class2name().
35699 05/18/2012 06:13 pm svn
* 2012-05-18
35698 05/18/2012 06:13 pm nobu (Nobuyoshi Nakada)
[ruby-dev:45650] * lib/mkmf.rb (MakeMakefile#configuration): keep space at end of OUTFLAG and COUTFLAG. [ruby-dev:45650]
35619 05/11/2012 02:09 pm nobu (Nobuyoshi Nakada)
* ext/bigdecimal/bigdecimal.c (PUSH): to prevent VALUE from GC, must not cast it to unsigned long, which may be shorter than VALUE, and the result can be mere garbage.
35326 04/14/2012 06:01 pm svn
* 2012-04-14
35325 04/14/2012 06:01 pm nobu (Nobuyoshi Nakada)
* bignum.c (rb_big2str0): prevent working clone from GC. [exerb-dev:0578]. patched by MURASE Masamitsu <masamitsu.murase AT gmail.com> at [exerb-dev:0580]
34919 03/06/2012 12:03 pm nobu (Nobuyoshi Nakada)
merge revision(s) 34908: * lib/yaml/rubytypes.rb (Exception.yaml_new): fix bug that causes YAML serialization problem for Exception. Exception#initialize doesn't use visible instance variable for the exception message, so call the method with the message....
34866 03/02/2012 10:53 am nobu (Nobuyoshi Nakada)
* marshal.c (mark_dump_arg): mark destination string. patch by Vit Ondruch. [Bug #4339] * marshal.c (clear_dump_arg, clear_load_arg): clean up also data tables as same as symbols tables.
34485 02/08/2012 02:57 pm nahi (Hiroshi Nakamura)
Backport r34482 from trunk. See #5353

View all revisions

Also available in: Atom