| Commit message (Expand) | Author | Age | Files | Lines |
* | * configure.in (int8_t, uint8_t, int16_t, uint16_t int32_t, | naruse | 2008-03-14 | 1 | -14/+0 |
* | * ext/tk/lib/tk.rb: forgot to update RELEASE_DATE | nagai | 2008-02-28 | 6 | -27/+42 |
* | * ext/tk/lib/tk.rb, ext/tk/lib/*: make default widget set | nagai | 2008-02-27 | 87 | -463/+821 |
* | * ext/extmk.rb, enc/make_encmake.rb: load current mkmf.rb even if | nobu | 2008-02-26 | 1 | -19/+24 |
* | * ext/openssl/ossl_{ec,dh,dsa,rsa}.c: Remove useless warnings. | technorama | 2008-02-26 | 6 | -33/+17 |
* | * ext/openssl/digest.c ext/openssl/lib/openssl/digest.rb: | technorama | 2008-02-25 | 2 | -124/+43 |
* | * ext/win32ole/win32ole.c (ole_init_cp): should return value. | usa | 2008-02-23 | 1 | -0/+1 |
* | * ext/win32ole/win32ole.c (ole_encoding2cp): remove US-ASCII | suke | 2008-02-23 | 1 | -1/+0 |
* | * ext/readline/extconf.rb (rl_event_hook): workaround for native | usa | 2008-02-20 | 1 | -1/+2 |
* | * ext/readline/readline.c (readline_event): prevent polling. based on | nobu | 2008-02-19 | 1 | -2/+14 |
* | * ext/pty/lib/expect.rb (IO#expect): check if peer is closed. | nobu | 2008-02-18 | 1 | -1/+1 |
* | * ext/win32ole/win32ole.c (ole_init_cp): initialize WIN32OLE.codepage | suke | 2008-02-15 | 1 | -1/+85 |
* | * ext/iconv/iconv.c (iconv_convert): check upper bound. a patch from | nobu | 2008-02-15 | 1 | -1/+4 |
* | * ext/json/lib/json/pure/generator.rb, | naruse | 2008-02-12 | 4 | -5/+7 |
* | * numeric.c (rb_num_coerce_bin): add ID argument to specify | matz | 2008-02-12 | 1 | -8/+21 |
* | * ext/bigdecimal/extconf.rb: simplified the condition. | nobu | 2008-02-09 | 1 | -3/+1 |
* | * ext/bigdecimal/bigdecimal.c (BigDecimal_to_f): use strtod() for more | nobu | 2008-02-09 | 2 | -27/+42 |
* | * ext/iconv/iconv.c (rb_str_derive): uses rb_str_subseq() for byte | nobu | 2008-02-08 | 1 | -1/+1 |
* | * ext/iconv/iconv.c (iconv_convert): added toidx argument to set | nobu | 2008-02-08 | 1 | -22/+20 |
* | * ext/nkf/nkf-utf8/nkf.c (nkf_enc_from_index): BINARY does not | matz | 2008-02-07 | 1 | -0/+2 |
* | * common.mk, ext/extmkf.rb: always make encdb.h. | naruse | 2008-01-29 | 1 | -0/+1 |
* | * ext/win32ole/win32ole.c (ole_cp2encoding): new function. | usa | 2008-01-28 | 1 | -12/+72 |
* | * ext/nkf/nkf-utf8/nkf.h: set properties. | nobu | 2008-01-27 | 1 | -174/+174 |
* | * ext/nkf/nkf.c: raise error when no output encoding is given. | naruse | 2008-01-27 | 3 | -14/+27 |
* | * ruby-trunk. | naruse | 2008-01-27 | 1 | -0/+1 |
* | * ext/nkf/nkt-utf8: update nkf. | naruse | 2008-01-27 | 5 | -3399/+3494 |
* | * ext/win32ole/win32ole.c (ole_set_safe_array): should not use | suke | 2008-01-19 | 1 | -15/+14 |
* | * ext/stringio/stringio.c (strio_init): use default external encoding | nobu | 2008-01-17 | 1 | -1/+1 |
* | * ext/nkf/lib/kconv.rb (Kconv.tolocale): argument is str. | naruse | 2008-01-14 | 1 | -1/+1 |
* | * ext/nkf/nkf.c: rdoc update. | naruse | 2008-01-12 | 1 | -6/+0 |
* | * ext/nkf/nkf-utf8/nkf.c: fix bug: -m was -m0. | naruse | 2008-01-11 | 1 | -0/+2 |
* | * ext/nkf/nkf-utf8/nkf.c: update to r1.163. | naruse | 2008-01-11 | 3 | -20/+13 |
* | * $Date$ keyword removed to avoid inclusion of locale dependent | akr | 2008-01-06 | 30 | -30/+0 |
* | * ext/digest/lib/digest/hmac.rb (Digest::HMAC#initialize): use | akr | 2008-01-04 | 1 | -1/+1 |
* | * 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 |