summaryrefslogtreecommitdiffstats
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* * ext/stringio/stringio.c (strio_getc): rb_enc_mbclen() fix.matz2007-09-062-3/+4
* * array.c (rb_ary_cycle): typo in rdoc. a patch from Yuguimatz2007-09-061-1/+1
* * ext/win32ole/win32ole.c: add WIN32OLE_EVENT#unadvise.suke2007-09-041-5/+60
* * ext/win32ole/win32ole.c (ole_event_free): IConnectionPoint should besuke2007-09-011-27/+30
* forgot to modify akr2007-08-292-9/+9
* * include/ruby/intern.h: declare rb_hash_tbl.akr2007-08-294-9/+9
* * ext/win32ole/win32ole.c (ole_type_progid): progid getted bysuke2007-08-281-2/+4
* * ext/win32ole/win32ole.c (ole_type_progid): fix the bug.suke2007-08-271-2/+2
* * ext/etc/etc.c (etc_getlogin): update documentation to notematz2007-08-271-0/+2
* * ext/win32ole/win32ole.c (ole_wc2mb, reg_enum_key): allocate suke2007-08-251-3/+5
* * ext/win32ole/win32ole.c (ole_event_free, EVENTSINK_Destructor,suke2007-08-251-31/+9
* * encoding.c: provide basic features for M17N.matz2007-08-2564-33/+122
* * cont.c: separate Continuation and Fiber from core.ko12007-08-254-0/+22
* * ext/win32ole/win32ole.c (reg_get_value): use RegQueryValueEx insteadsuke2007-08-231-25/+45
* * ext/tk/tcltklib.c (Init_tcltklib): use rb_set_end_proc().nobu2007-08-181-5/+2
* * configure.in (aix): enable shared by default.nobu2007-08-161-1/+1
* * ext/stringio/stringio.c (strio_getc): should returnsmatz2007-08-151-72/+68
* * proc.c (Init_Proc), eval.c (Init_eval), eval_intern.h: moveko12007-08-141-1/+1
* * ext/dl/cptr.c (rb_dlptr_s_to_ptr): no longer checkmatz2007-08-082-6/+1
* * ext/dl/cptr.c (rb_dlptr_s_to_ptr): fptr->f was renamed to fd. amatz2007-08-081-1/+1
* * ext/pty/pty.c (establishShell): handshaking before close slavenobu2007-08-071-1/+4
* * ext/pty/pty.c (MasterDevice, SlaveDevice, deviceNo): constified.nobu2007-08-072-43/+34
* * ext/extmk.rb (extmake): save all CONFIG values.nobu2007-08-031-16/+43
* * ext/digest/lib/digest.rb (Digest::self.const_missing): avoidmatz2007-07-281-2/+4
* * file.c (rb_file_s_rename): deleted code to get rid of a bug ofnobu2007-07-224-8/+5
* * ext/openssl/ossl_config.c (ossl_config_set_section): do notnobu2007-07-201-1/+4
* * ext/dl/cfunc.c (rb_dlcfunc_call): adjust format. [ruby-dev:31222]nobu2007-07-157-9/+23
* * ext/json/ext/generator/generator.c (check_max_nesting): wrongmatz2007-07-141-1/+1
* * blockinlining.c: remove "yarv" prefix.ko12007-07-121-1/+1
* * lib/json.rb, lib/json/, ext/json/:naruse2007-07-075-177/+489
* * parse.y (keyword_to_name): constified.nobu2007-07-061-2/+2
* * ext/stringio/stringio.c (strio_getline): local variable to benobu2007-06-281-3/+1
* * ext/pty/extconf.rb: skip wince and win64.usa2007-06-251-1/+1
* * ext/openssl/{extconf.rb,ossl_ssl_session.c}:technorama2007-06-184-25/+190
* * common.mk (realclean): separate local and ext.nobu2007-06-151-3/+11
* * ext/probeprofiler/probeprofiler.c: clean warnings.nobu2007-06-101-9/+7
* * ext/extmk.rb: prepend also topdir to mflags at last.nobu2007-06-101-1/+2
* * Makefile.in, win32/Makefile.sub (XCFLAGS): -I. is needed for *.inc.nobu2007-06-101-1/+1
* * include/ruby: moved public headers.nobu2007-06-1044-102/+111
* * ext/zlib/zlib.c (gzfile_s_open): use FilePathValue to supportakr2007-06-081-1/+1
* follow previous lex.c change.akr2007-06-081-1/+1
* * lib/json/common.rb: Ponder offering parse\! method.naruse2007-06-062-0/+2
* * ext/json, lib/json, test/json: set properties.nobu2007-06-063-0/+0
* * ext/json/ext/{generator,parser}/extconf.h: removed intermediate files.nobu2007-06-062-6/+0
* * ext/nkf/nkf-utf8/nkf.c (kanji_convert): Fix guess fallback.naruse2007-06-051-4/+3
* * lib/json.rb, lib/json, ext/json, test/json:naruse2007-06-0414-70/+3751
* * ext/tk/lib/tkextlib/tcllib/tablelist.rb: fix typo.nagai2007-05-254-3/+12
* * ext/purelib.rb: commit miss.nobu2007-05-221-3/+0
* * ext/extmk.rb, ext/purelib.rb, lib/mkmf.rb, runruby.rb: clear defaultnobu2007-05-222-1/+10
* * ext/iconv/iconv.c (iconv_s_conv): rdoc fix.usa2007-05-101-1/+1