| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | * ext/json, lib/json, test/json: Update to JSON 1.1.2. | naruse | 2007-11-28 | 3 | -94/+151 |
* | * ext/extmk.rb (extract_makefile): use dldflags instead of DLDFLAGS to | nobu | 2007-11-28 | 1 | -1/+1 |
* | * parse.y (parser_yylex): should clear parser->tokp as well. | matz | 2007-11-19 | 1 | -1/+1 |
* | ext/win32ole/win32ole.c (ole_invoke): bug fix. [ruby-talk:279100] | suke | 2007-11-17 | 1 | -2/+2 |
* | * ext/iconv/iconv.c (iconv_iconv): also instance method needs to be | nobu | 2007-11-16 | 1 | -1/+1 |
* | * ext/iconv/iconv.c (Document-class): moved the simplest example to | nobu | 2007-11-16 | 1 | -8/+8 |
* | * ext/syck/rubyext.c: Node#value defined twice. | why | 2007-11-15 | 1 | -1/+0 |
* | * ext/curses/extconf.rb: check macro if cannot find func. | usa | 2007-11-15 | 1 | -1/+2 |
* | * include/ruby/ruby.h: introduce 2 macros: | ko1 | 2007-11-13 | 2 | -3/+3 |
* | * common.mk (parse.c), ext/ripper/depend (ripper.c): process after | nobu | 2007-11-13 | 1 | -1/+3 |
* | rescue Errno::EWOULDBLOCK as well as Errno::EAGAIN in sample code in rdoc. | akr | 2007-10-23 | 1 | -4/+4 |
* | * ext/socket/socket.c (s_accept_nonblock): make accepted fd | akr | 2007-10-14 | 1 | -0/+19 |
* | * ext/win32ole/win32ole.c (foletype_s_ole_classes, | suke | 2007-10-13 | 1 | -68/+15 |
* | * lib/net/imap.rb, lib/net/smtp.rb, lib/net/pop.rb: hostname should | gotoyuzo | 2007-10-08 | 2 | -0/+13 |
* | * ext/nkf/nkf.c, bin/ri, bin/irb: fixed typos in doc and comments. | matz | 2007-10-03 | 1 | -2/+2 |
* | * 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 |