aboutsummaryrefslogtreecommitdiffstats
path: root/version.h
Commit message (Expand)AuthorAgeFilesLines
* * ext/stringio/stringio.c (strio_init): use default external encodingnobu2008-01-171-3/+3
* * include/ruby/intern.h (rb_str_tmp_new, rb_str_shared_replace):nobu2008-01-161-3/+3
* * io.c (appendline): specifying limit should not generate brokenmatz2008-01-141-3/+3
* * ruby.1: a patch to describe --encoding. a patch from Yuguimatz2008-01-141-3/+3
* * enc/make_encdb.rb: should work on Ruby 1.8. [ruby-dev:33069]matz2008-01-121-3/+3
* * 2008-01-12usa2008-01-111-3/+3
* * thread.c (rb_mutex_unlock): proper error message for unlockingmatz2008-01-101-3/+3
* * io.c (rb_io_binmode): should not alter encoding. [ruby-dev:32918]matz2008-01-091-3/+3
* * string.c (rb_enc_cr_str_buf_cat): do not recalculate coderangematz2008-01-091-3/+3
* * 2008-01-08usa2008-01-081-3/+3
* * 2008-01-07usa2008-01-071-3/+3
* * 2008-01-06usa2008-01-061-3/+3
* * include/ruby/intern.h, re.c (rb_reg_new): keep interface same asnobu2008-01-041-3/+3
* * include/ruby/oniguruma.h: Oniguruma 1.9.1 merged.matz2008-01-031-3/+3
* * 2007-01-03usa2008-01-031-3/+3
* * 2008-01-02usa2008-01-021-3/+3
* * ruby.c (process_options): rejects dummy encoding.nobu2007-12-311-5/+5
* * test/net/imap/test_imap.rb: check OpenSSL definition before testing imaps.usa2007-12-301-3/+3
* * 2007-12-30usa2007-12-291-3/+3
* * io.c (io_unread): adhoc workaround for non-binary mode of some DOSishusa2007-12-281-3/+3
* * common.mk (golf_prelude.c): use MINIRUBY instead of BASERUBY becauseusa2007-12-271-3/+3
* * lib/mkmf.rb (create_tmpsrc): retry to create file if Errno::EACCESusa2007-12-261-3/+3
* * ext/json/ext/generator/generator.c (Init_generator): requiresnobu2007-12-251-3/+3
* * include/ruby/encoding.h (rb_enc_left_char_head): new utility macro.matz2007-12-241-3/+3
* * io.c (rb_io_s_read): encoding argument reverted.matz2007-12-231-4/+4
* * version.h: use patchlevel if revision is not set.nobu2007-12-221-1/+1
* * io.c (rb_io_mode_enc): do not set encoding unless explicitlymatz2007-12-221-3/+3
* version.h corruptedmatz2007-12-221-0/+38
* * ext/syck/rubyext.c (syck_genericresolver_node_import): shouldmatz2007-12-221-38/+0
* * common.mk (encs, ext/ripper/ripper.c): needs MFLAGS.nobu2007-12-221-0/+38
* * sample/test.rb (valid_syntax): force_encoding input script.matz2007-12-211-3/+3
* * string.c (tr_trans): wrong encoding check for tree strings.matz2007-12-201-3/+3
* * compile.c (iseq_compile_each): should handle upper level eval iseqnobu2007-12-191-3/+3
* * bignum.c (rb_cstr_to_inum): wrong radix check. a patch frommatz2007-12-181-3/+3
* * re.c (rb_reg_initialize): raise error if non-Unicode fixedmatz2007-12-171-3/+3
* for undefined conversions.matz2007-12-171-3/+3
* * configure.in (MAKEFILES): should be enc/Makefile, not GNUmakefile.nobu2007-12-151-3/+3
* * lib/rdoc/options.rb (Options::parse): do not access $KCODE anymatz2007-12-141-3/+3
* * re.c (rb_reg_initialize): embedded string may override encodingmatz2007-12-131-3/+3
* * io.c (read_all): should associate default external encoding.matz2007-12-121-3/+3
* * re.c (rb_reg_regsub): should copy encoding.nobu2007-12-121-3/+3
* * parse.y (shadowing_lvar_gen): no duplicate error for "_".matz2007-12-101-3/+3
* * parse.y (expr): redefinable not (!) operator.matz2007-12-091-3/+3
* * 2007-12-09nobu2007-12-091-3/+3
* * parse.y (arg): tUPLUS no longer works as identity operation anymatz2007-12-071-3/+3
* * regparse.c (i_apply_case_fold): fix for negative character class. anobu2007-12-051-3/+3
* * parse.y (yycompile): get rid of tracing while parsing.nobu2007-12-051-3/+3
* * bignum.c (rb_cstr_to_inum): trailing spaces may exist at sqeezingnobu2007-12-041-3/+3
* * ext/Win32API/*: removed or moved to ext/dl/win32.usa2007-12-031-3/+3
* * insnhelper.ci (vm_callee_setup_arg): fix error message.ko12007-12-021-3/+3