| Commit message (Expand) | Author | Age | Files | Lines |
* | * util.c (ruby_strtoul): locale independent strtoul is implemented to | akr | 2008-01-02 | 1 | -2/+2 |
* | * ext/nkf/nkf-utf8/{nkf.c, utf8tbl.c}: Update nkf. | naruse | 2008-01-01 | 4 | -864/+788 |
* | * include/ruby/encoding.h (rb_isascii): defined. | akr | 2008-01-01 | 1 | -3/+0 |
* | use EWOULDBLOCK as an example in document. | akr | 2007-12-29 | 1 | -6/+6 |
* | * ext/strscan/strscan.c (str_new): new function for allocate an string | akr | 2007-12-28 | 1 | -4/+12 |
* | * encoding.c (rb_locale_encoding): should check return value from | usa | 2007-12-28 | 1 | -16/+1 |
* | * ext/readline/readline.c (readline_readline, readline_s_set_input): | usa | 2007-12-28 | 1 | -3/+3 |
* | * ext/readline/readline.c (readline_readline): set encoding to result. | usa | 2007-12-28 | 1 | -1/+18 |
* | * ext/socket/socket.c: a patch to support IRIX from Andrew | matz | 2007-12-27 | 1 | -0/+4 |
* | * ext/json/ext/generator/generator.c (Init_generator): requires | nobu | 2007-12-25 | 1 | -0/+1 |
* | * ext/openssl/ossl_ssl.c: Only show a warning if the default | technorama | 2007-12-25 | 2 | -1/+23 |
* | * ext/dl/depend: add dependencies. [ruby-dev:32760] | usa | 2007-12-25 | 1 | -4/+4 |
* | * include/ruby/ruby.h, thread.c: rename is_ruby_native_thread() to | ko1 | 2007-12-25 | 1 | -8/+8 |
* | * enum.c (enum_yield): when multiple values yielded from #each | matz | 2007-12-25 | 1 | -1/+1 |
* | * ext/nkf/nkf.c (rb_nkf_enc_get): use rb_define_dummy_encoding. | naruse | 2007-12-23 | 4 | -85/+94 |
* | ext/nkf/nkf.c follow previous rb_ascii_encoding renaming. | akr | 2007-12-23 | 1 | -2/+2 |
* | * ext/syck/rubyext.c (syck_genericresolver_node_import): should | matz | 2007-12-22 | 1 | -2/+2 |
* | * ext/probeprofiler/: removed. | ko1 | 2007-12-22 | 4 | -86/+0 |
* | * ext/nkf/nkf.c (Init_nkf): use rb_ascii_encoding() for | naruse | 2007-12-22 | 1 | -1/+1 |
* | * ext/nkf/nkf-utf8.c: Update nkf.c rev:1.157. | naruse | 2007-12-22 | 3 | -165/+140 |
* | * ext/openssl/lib/net/ssl.rb (OpenSSL::SSL::SSLContext.build): removed. | gotoyuzo | 2007-12-22 | 1 | -22/+20 |
* | * parse.y (parser_str_new, rb_intern3): rb_default_encoding() renamed. | usa | 2007-12-21 | 1 | -1/+1 |
* | * ext/tk/sample/tkextlib/vu/canvSticker2.rb, | usa | 2007-12-21 | 3 | -14/+14 |
* | Ruby/Tk :: provisional support on Ruby-VM and Tcl/Tk8.5. | nagai | 2007-12-21 | 45 | -325/+1185 |
* | * ext/nkf/nkf-utf8/config.h (MIME_DECODE_DEFAULT, X0201_DEFAULT): | naruse | 2007-12-21 | 1 | -0/+3 |
* | * ext/bigdecimal/bigdecimal.c (VpMidRound): Round method bug | matz | 2007-12-21 | 1 | -2/+8 |
* | * regerror.c, string.c, io.c, lib/getoptlong.rb, lib/net/imap.rb, | akr | 2007-12-21 | 4 | -5/+5 |
* | * ext/openssl/lib/openssl/ssl.rb (OpenSSL::SSL::SSLContext.build): | gotoyuzo | 2007-12-20 | 1 | -0/+3 |
* | * ext/nkf/nkf-utf8/nkf.c: Updated. | naruse | 2007-12-19 | 3 | -85/+44 |
* | * ext/nkf/nkf.c (NKF::_ENCODING): removed. | naruse | 2007-12-19 | 2 | -1040/+1226 |
* | fix typo in last commit. | gotoyuzo | 2007-12-18 | 1 | -1/+1 |
* | * ext/openssl/lib/openssl/ssl.rb (OpenSSL::SSL::SSLServer#shutdown): | gotoyuzo | 2007-12-18 | 1 | -0/+4 |
* | * dl/win32/lib/win32/sspi.rb: use pack/unpack("m") instead of base64 | usa | 2007-12-18 | 1 | -4/+3 |
* | * ext/openssl/ossl_ssl.c (ossl_sslctx_set_ssl_version): | gotoyuzo | 2007-12-17 | 2 | -46/+104 |
* | * common.mk (encs): new target to compile external encodings. | nobu | 2007-12-17 | 1 | -9/+0 |
* | * ext/openssl/lib/openssl/buffering.rb (Buffering#gets): added second | gotoyuzo | 2007-12-17 | 1 | -1/+4 |
* | * common.mk (ruby.imp): fix for circular dependency. a patch from | nobu | 2007-12-14 | 1 | -1/+1 |
* | * ext/readline/extconf.rb: should use have_func for functions instead | nobu | 2007-12-14 | 1 | -4/+3 |
* | * encoding.c (rb_enc_mbclen): make it never fail. | akr | 2007-12-08 | 1 | -1/+0 |
* | * ext/openssl/lib/net/ftptls.rb, ext/openssl/lib/net/telnets.rb: | gotoyuzo | 2007-12-07 | 2 | -304/+0 |
* | * ext/iconv/iconv.c (iconv_s_list): support NetBSD/Citrus iconv. | naruse | 2007-12-05 | 2 | -0/+19 |
* | * ext/iconv/iconv.c (iconv_convert): should not set encoding unless | nobu | 2007-12-04 | 1 | -4/+7 |
* | * ext/nkf/lib/kconv.rb (tojis, tosjis, toeuc, toutf8): | naruse | 2007-12-04 | 1 | -4/+4 |
* | * lib/json.rb, lib/json/*: moved to ext/json/lib. | naruse | 2007-12-04 | 20 | -0/+4684 |
* | * ext/iconv/iconv.c (iconv_create): achieve target encoding. | nobu | 2007-12-04 | 2 | -26/+44 |
* | * ext/Win32API/*: removed or moved to ext/dl/win32. | usa | 2007-12-03 | 11 | -248/+31 |
* | * ext/syck/rubyext.c (rb_syck_mktime): avoid segmentation fault. | matz | 2007-11-30 | 1 | -2/+6 |
* | * 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 |