| Commit message (Expand) | Author | Age | Files | Lines |
* | * ext/nkf/nkf.c (rb_nkf_enc_get): use rb_define_dummy_encoding. | naruse | 2007-12-23 | 1 | -0/+13 |
* | Fix version check | drbrain | 2007-12-23 | 1 | -0/+4 |
* | * encoding.c (rb_enc_init): add eucJP as an alias of EUC-JP. | akr | 2007-12-23 | 1 | -0/+4 |
* | * lib/time.rb (Time.httpdate): use Time.utc for | akr | 2007-12-23 | 1 | -0/+5 |
* | Fix 1.9 warnings in RDoc | drbrain | 2007-12-23 | 1 | -0/+4 |
* | Fix warnings in RubyGems | drbrain | 2007-12-23 | 1 | -0/+4 |
* | Use require to load rubygems.rb in gem_prelude.rb so the correct path is in ... | drbrain | 2007-12-23 | 1 | -0/+5 |
* | * string.c (sym_call): use exact argument array interface. | nobu | 2007-12-23 | 1 | -0/+5 |
* | * io.c (rb_io_binmode_m): removed C99ism. | nobu | 2007-12-23 | 1 | -0/+4 |
* | Sun Dec 23 10:23:23 2007 Martin Duerst <duerst@it.aoyama.ac.jp> | duerst | 2007-12-23 | 1 | -0/+6 |
* | ext/nkf/nkf.c follow previous rb_ascii_encoding renaming. | akr | 2007-12-23 | 1 | -2/+2 |
* | * include/ruby/encoding.h, encoding.c, re.c, io.c, parse.y, numeric.c, | akr | 2007-12-22 | 1 | -0/+7 |
* | * enc/depend, enc/make_encmake.rb: use erb. | nobu | 2007-12-22 | 1 | -1/+3 |
* | * version.h: use patchlevel if revision is not set. | nobu | 2007-12-22 | 1 | -1/+5 |
* | * common.mk (srcs): new target to generated sources. | nobu | 2007-12-22 | 1 | -1/+3 |
* | * common.mk (encs, ext/ripper/ripper.c): MAKEFLAGS needs -. | nobu | 2007-12-22 | 1 | -0/+4 |
* | * io.c (rb_io_mode_enc): do not set encoding unless explicitly | matz | 2007-12-22 | 1 | -0/+11 |
* | * io.c, io.h: temporary patch to partially implement transcode-on-read and tr... | davidflanagan | 2007-12-22 | 1 | -0/+5 |
* | * test/net/imap/test_imap.rb: added tests for SSL. | shugo | 2007-12-22 | 1 | -0/+4 |
* | * ext/syck/rubyext.c (syck_genericresolver_node_import): should | matz | 2007-12-22 | 1 | -0/+6 |
* | * bootstraptest/test_objectspace.rb: fix condition. | ko1 | 2007-12-22 | 1 | -0/+4 |
* | * ext/probeprofiler/: removed. | ko1 | 2007-12-22 | 1 | -0/+4 |
* | * process.c (rb_f_fork): Unsupport Kernel.fork() on NetBSD. | ko1 | 2007-12-22 | 1 | -0/+4 |
* | Sat Dec 22 15:54:54 2007 Martin Duerst <duerst@it.aoyama.ac.jp> | duerst | 2007-12-22 | 1 | -0/+5 |
* | * common.mk (version.o): add dependency. [ruby-dev:32680] | usa | 2007-12-22 | 1 | -0/+4 |
* | * ext/nkf/nkf.c (Init_nkf): use rb_ascii_encoding() for | naruse | 2007-12-22 | 1 | -0/+6 |
* | * lib/mkmf.rb ($extmk): fixed broken condition. | usa | 2007-12-22 | 1 | -4/+4 |
* | * ext/nkf/nkf-utf8.c: Update nkf.c rev:1.157. | naruse | 2007-12-22 | 1 | -0/+9 |
* | * lib/mkmf.rb ($extmk): fixed broken condition. | usa | 2007-12-22 | 1 | -0/+4 |
* | * ext/openssl/lib/net/ssl.rb (OpenSSL::SSL::SSLContext.build): removed. | gotoyuzo | 2007-12-22 | 1 | -1/+13 |
* | * lib/net/imap.rb (encode_utf7): accept UTF-8 strings. | shugo | 2007-12-22 | 1 | -0/+6 |
* | * transcode_data_japanese: typo. | usa | 2007-12-22 | 1 | -0/+4 |
* | Sat Dec 22 15:54:54 2007 Martin Duerst <duerst@it.aoyama.ac.jp> | duerst | 2007-12-22 | 1 | -0/+14 |
* | * */Makefile.sub (MFLAGS): define unless defined. | usa | 2007-12-22 | 1 | -0/+4 |
* | * lib/mkmf.rb ($extmk): set true only when under ext/ or tool/. | usa | 2007-12-22 | 1 | -0/+4 |
* | * common.mk (encs, ext/ripper/ripper.c): needs MFLAGS. | nobu | 2007-12-22 | 1 | -0/+13 |
* | * lib/net/imap.rb (initialize): fixed documentation. | shugo | 2007-12-22 | 1 | -0/+4 |
* | * lib/net/pop.rb (enable_ssl): use OpenSSL::SSL::SSLContext.build | shugo | 2007-12-22 | 1 | -0/+6 |
* | * lib/date.rb: shouldn't freeze nil. [ruby-dev:32677] | tadf | 2007-12-22 | 1 | -0/+4 |
* | * regenc.c (onigenc_ascii_is_code_ctype): moved from enc/ascii.c. | akr | 2007-12-22 | 1 | -0/+10 |
* | * parse.y (reg_named_capture_assign_iter): allows non-ascii names and | nobu | 2007-12-22 | 1 | -0/+5 |
* | * test/ruby/test_float.rb, test_sprintf.rb: fix test place. | ko1 | 2007-12-22 | 1 | -0/+4 |
* | * bootstraptest/test_objectspace.rb: skip flozen string. | ko1 | 2007-12-22 | 1 | -0/+4 |
* | * array.c (rb_ary_permutation): add volatile to avoid GC problem. | ko1 | 2007-12-22 | 1 | -0/+4 |
* | * eval.c (rb_obj_instance_eval): use class of immediate objects. | ko1 | 2007-12-22 | 1 | -0/+6 |
* | * encoding.c (rb_locale_charmap): win32 support. | usa | 2007-12-22 | 1 | -0/+4 |
* | Place bin dir before lib dir so gem bin stubs work. | drbrain | 2007-12-22 | 1 | -0/+4 |
* | Updated ChangeLog with Rake info. | jim | 2007-12-22 | 1 | -0/+5 |
* | * parse.y (reg_named_capture_assign_iter): just ignore the | matz | 2007-12-22 | 1 | -0/+3 |
* | * tool/insns2vm.rb: moved from lib/vm/instruction.rb. | ko1 | 2007-12-22 | 1 | -0/+4 |