aboutsummaryrefslogtreecommitdiffstats
path: root/version.h
Commit message (Expand)AuthorAgeFilesLines
* * regint.h (CHECK_INTERRUPT_IN_MATCH_AT): add interrupt checkmatz2008-03-191-3/+3
* * re.c (rb_memsearch_ss): simple shift search.naruse2008-03-171-3/+3
* * configure.in: unset GREP_OPTIONS. [ruby-core:15918]nobu2008-03-171-3/+3
* * common.mk (LIBRUBY_SO): add dependency to $(BUILTIN_ENCOBJS).naruse2008-03-161-3/+3
* * encoding.c (rb_enc_associate_index): pass unnecessary enc_capable().matz2008-03-151-3/+3
* * numeric.c (fix_divmod): should return integer division. [ruby-dev:34006]matz2008-03-131-3/+3
* * configure.in (stdint.h): check if presence.nobu2008-03-121-3/+3
* * array.c (rb_ary_combination): argument check before creatingmatz2008-03-111-3/+3
* * ruby.c (usage): remove some unimportant lines to fit -h messagematz2008-03-101-3/+3
* * string.c (rb_str_index): if t == s + pos, the character beginningnaruse2008-03-091-3/+3
* * string.c (search_nonascii): Use VALUE instead of unsigned longnaruse2008-03-081-3/+3
* * 2008-03-07usa2008-03-071-3/+3
* * struct.c (make_struct): preserve encoding of struct name.nobu2008-03-051-3/+3
* * lib/debug.rb: require 'continuation' to implement "restart"matz2008-03-051-3/+3
* * io.c (open_key_args): use rb_io_open instead of rb_f_open.naruse2008-03-031-3/+3
* * hash.c (rb_any_hash): shrinks all results in Fixnum range.nobu2008-03-031-3/+3
* * object.c (rb_cstr_to_dbl): check for successive underscores.nobu2008-03-011-3/+3
* * encoding.c (rb_enc_dummy_p): bootstrap encodings can not be dummy.nobu2008-02-291-4/+4
* * string.c (str_new): remove encoding assumption of empty string.naruse2008-02-281-3/+3
* * include/ruby/encoding.h (rb_str_coderange_scan_restartable): addednobu2008-02-281-1/+1
* * string.c (rb_str_coderange_scan_restartable): coderange scaningnaruse2008-02-271-2/+2
* * ext/extmk.rb, enc/make_encmake.rb: load current mkmf.rb even ifnobu2008-02-261-3/+3
* * 2008-02-26usa2008-02-261-3/+3
* * 2008-02-25nobu2008-02-251-3/+3
* * util.c (valid_filename): use O_EXCL to get rid of clobberingnobu2008-02-231-3/+3
* * 2008-02-23nobu2008-02-231-3/+3
* * enc/{depend,make_encdb.rb,trans/make_transdb.rb}: sort in alpha-numeric order.nobu2008-02-221-3/+3
* * io.c (rb_f_putc): invoke stdout method so that redefining putcmatz2008-02-211-3/+3
* * configure.in (RPATHFLAG): -R option of HP-UX ld is not for runtimenobu2008-02-201-3/+3
* * io.c (open_key_args): set arg->io even if no options passed.usa2008-02-201-3/+3
* * eval.c (ruby_exec_node): no thread starts inside iseq compilation.nobu2008-02-191-3/+3
* * 2008-02-18usa2008-02-171-3/+3
* * win32/resource.rb: made version infos confirm to OS spec.usa2008-02-161-3/+3
* * range.c (rb_range_beg_len): check if responds to "begin" and "end"nobu2008-02-151-3/+3
* * configure.in (sigsetmask): check when signal semantics is not POSIX.nobu2008-02-141-3/+3
* * common.mk (INSTRUBY_ARGS): pass mode to install. [ruby-dev:33766]nobu2008-02-131-3/+3
* * parse.y (arg_add_gen): removed since identical to arg_append_gen.nobu2008-02-121-3/+3
* * range.c (range_include): specialize single character stringmatz2008-02-111-3/+3
* * test/ruby/test_pack.rb: fix tests for 64bit CPU.mame2008-02-101-3/+3
* * {bcc32,win32,wince}/Makefile.sub (MISSING): added cbrt.obj.nobu2008-02-101-3/+3
* * lib/irb.rb (IRB::Irb::eval_input): rescues Interrupt and other thannobu2008-02-081-3/+3
* * test/ruby/test_hash.rb: follow the change of Hash#flatten.mame2008-02-071-3/+3
* * ext/nkf/nkf-utf8/nkf.c (nkf_enc_from_index): BINARY does notmatz2008-02-071-3/+3
* * hash.c (env_rassoc): remove access to free'd environment on mswin32.mame2008-02-051-3/+3
* * lib/mkmf.rb (INSTALL_DIRS, install_dirs): added BINDIR.nobu2008-02-051-3/+3
* * lib/cgi.rb (CGI::QueryExtension::[]): no more transitionmatz2008-02-041-3/+3
* * configure.in (darwin): disabled fat-binary support which confusesnobu2008-02-021-3/+3
* * 2008-02-01usa2008-02-011-4/+4
* * 2008-01-31usa2008-01-301-3/+3
* * 2008-01-30usa2008-01-291-3/+3