| Commit message (Expand) | Author | Age | Files | Lines |
* | * include/ruby/intern.h: export rb_ivar_foreach. | akr | 2007-09-28 | 1 | -1/+1 |
* | * ext/fiber/fiber.c: modify prototype declaration. | ko1 | 2007-09-27 | 1 | -1/+1 |
* | * cont.c: Fiber as SemiCoroutine on default. [ruby-core:12146] | ko1 | 2007-09-26 | 1 | -1/+1 |
* | * ext/strscan/strscan.c (strscan_initialize, strscan_getch): use the | nobu | 2007-09-24 | 1 | -3/+1 |
* | * lib/net/http.rb: an SSL verification (the server hostname should | gotoyuzo | 2007-09-23 | 1 | -1/+1 |
* | * ext/stringio/stringio.c (strio_init): separate from strio_initialize | nobu | 2007-09-21 | 1 | -4/+13 |
* | * parse.y (ripper): rename event: arglist_* -> args_*. | aamine | 2007-09-17 | 1 | -5/+4 |
* | * ext/win32ole/win32ole.c (fev_unadvise): no needs to reset | suke | 2007-09-14 | 1 | -5/+3 |
* | * ext/stringio/stringio.c (strio_getc): rb_enc_mbclen() fix. | matz | 2007-09-06 | 2 | -3/+4 |
* | * array.c (rb_ary_cycle): typo in rdoc. a patch from Yugui | matz | 2007-09-06 | 1 | -1/+1 |
* | * ext/win32ole/win32ole.c: add WIN32OLE_EVENT#unadvise. | suke | 2007-09-04 | 1 | -5/+60 |
* | * ext/win32ole/win32ole.c (ole_event_free): IConnectionPoint should be | suke | 2007-09-01 | 1 | -27/+30 |
* | forgot to modify | akr | 2007-08-29 | 2 | -9/+9 |
* | * include/ruby/intern.h: declare rb_hash_tbl. | akr | 2007-08-29 | 4 | -9/+9 |
* | * ext/win32ole/win32ole.c (ole_type_progid): progid getted by | suke | 2007-08-28 | 1 | -2/+4 |
* | * ext/win32ole/win32ole.c (ole_type_progid): fix the bug. | suke | 2007-08-27 | 1 | -2/+2 |
* | * ext/etc/etc.c (etc_getlogin): update documentation to note | matz | 2007-08-27 | 1 | -0/+2 |
* | * ext/win32ole/win32ole.c (ole_wc2mb, reg_enum_key): allocate | suke | 2007-08-25 | 1 | -3/+5 |
* | * ext/win32ole/win32ole.c (ole_event_free, EVENTSINK_Destructor, | suke | 2007-08-25 | 1 | -31/+9 |
* | * encoding.c: provide basic features for M17N. | matz | 2007-08-25 | 64 | -33/+122 |
* | * cont.c: separate Continuation and Fiber from core. | ko1 | 2007-08-25 | 4 | -0/+22 |
* | * ext/win32ole/win32ole.c (reg_get_value): use RegQueryValueEx instead | suke | 2007-08-23 | 1 | -25/+45 |
* | * ext/tk/tcltklib.c (Init_tcltklib): use rb_set_end_proc(). | nobu | 2007-08-18 | 1 | -5/+2 |
* | * configure.in (aix): enable shared by default. | nobu | 2007-08-16 | 1 | -1/+1 |
* | * ext/stringio/stringio.c (strio_getc): should returns | matz | 2007-08-15 | 1 | -72/+68 |
* | * proc.c (Init_Proc), eval.c (Init_eval), eval_intern.h: move | ko1 | 2007-08-14 | 1 | -1/+1 |
* | * ext/dl/cptr.c (rb_dlptr_s_to_ptr): no longer check | matz | 2007-08-08 | 2 | -6/+1 |
* | * ext/dl/cptr.c (rb_dlptr_s_to_ptr): fptr->f was renamed to fd. a | matz | 2007-08-08 | 1 | -1/+1 |
* | * ext/pty/pty.c (establishShell): handshaking before close slave | nobu | 2007-08-07 | 1 | -1/+4 |
* | * ext/pty/pty.c (MasterDevice, SlaveDevice, deviceNo): constified. | nobu | 2007-08-07 | 2 | -43/+34 |
* | * ext/extmk.rb (extmake): save all CONFIG values. | nobu | 2007-08-03 | 1 | -16/+43 |
* | * ext/digest/lib/digest.rb (Digest::self.const_missing): avoid | matz | 2007-07-28 | 1 | -2/+4 |
* | * file.c (rb_file_s_rename): deleted code to get rid of a bug of | nobu | 2007-07-22 | 4 | -8/+5 |
* | * ext/openssl/ossl_config.c (ossl_config_set_section): do not | nobu | 2007-07-20 | 1 | -1/+4 |
* | * ext/dl/cfunc.c (rb_dlcfunc_call): adjust format. [ruby-dev:31222] | nobu | 2007-07-15 | 7 | -9/+23 |
* | * ext/json/ext/generator/generator.c (check_max_nesting): wrong | matz | 2007-07-14 | 1 | -1/+1 |
* | * blockinlining.c: remove "yarv" prefix. | ko1 | 2007-07-12 | 1 | -1/+1 |
* | * lib/json.rb, lib/json/, ext/json/: | naruse | 2007-07-07 | 5 | -177/+489 |
* | * parse.y (keyword_to_name): constified. | nobu | 2007-07-06 | 1 | -2/+2 |
* | * ext/stringio/stringio.c (strio_getline): local variable to be | nobu | 2007-06-28 | 1 | -3/+1 |
* | * ext/pty/extconf.rb: skip wince and win64. | usa | 2007-06-25 | 1 | -1/+1 |
* | * ext/openssl/{extconf.rb,ossl_ssl_session.c}: | technorama | 2007-06-18 | 4 | -25/+190 |
* | * common.mk (realclean): separate local and ext. | nobu | 2007-06-15 | 1 | -3/+11 |
* | * ext/probeprofiler/probeprofiler.c: clean warnings. | nobu | 2007-06-10 | 1 | -9/+7 |
* | * ext/extmk.rb: prepend also topdir to mflags at last. | nobu | 2007-06-10 | 1 | -1/+2 |
* | * Makefile.in, win32/Makefile.sub (XCFLAGS): -I. is needed for *.inc. | nobu | 2007-06-10 | 1 | -1/+1 |
* | * include/ruby: moved public headers. | nobu | 2007-06-10 | 44 | -102/+111 |
* | * ext/zlib/zlib.c (gzfile_s_open): use FilePathValue to support | akr | 2007-06-08 | 1 | -1/+1 |
* | follow previous lex.c change. | akr | 2007-06-08 | 1 | -1/+1 |
* | * lib/json/common.rb: Ponder offering parse\! method. | naruse | 2007-06-06 | 2 | -0/+2 |