aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* * eval.c (ev_const_defined, ev_const_get), variable.cnobu2003-05-291-0/+27
* * eval.c, util.c: removed duplicated includes/defines.nobu2003-05-271-1/+3
* * ext/socket/socket.c (sock_addrinfo): get rid of SEGV at NULL ptrnobu2003-05-271-0/+5
* * lib/mkmf.rb, lib/optparse.rb, lib/tracer.rb: use Method#to_blocknobu2003-05-261-0/+5
* * lib/optparse.rb (OptionParser::Switch::parse,nobu2003-05-261-0/+6
* * eval.c (Init_Proc): Block/Proc separation. [huge change]matz2003-05-261-0/+13
* * bignum.c (rb_quad_pack): should negate negative bignum.nobu2003-05-251-0/+5
* * lib/net/smtp.rb: support LOGIN authentication. The patch is contributed by...aamine2003-05-241-0/+5
* * wince/Makefile.sub: add eMbedded Visual C++ 4.0 support.uema22003-05-241-0/+12
* * eval.c (rb_longjmp): get rid of reentering while debug warning.nobu2003-05-231-0/+5
* * eval.c (ruby_finalize): turn off ruby_debug flag before callingmatz2003-05-231-0/+8
* * pack.c (pack_unpack): sign-extend if sizeof long is bigger thannobu2003-05-231-0/+5
* removed trailing white spaces.nobu2003-05-231-180/+178
* * lib/token.c: single- and double-quoted root-level fix.why2003-05-221-0/+9
* * object.c (rb_obj_clone): defer copying freezing state aftermatz2003-05-221-0/+5
* * gc.c (run_final): use rb_thread_critical instead of DEFER_INTS.matz2003-05-221-0/+8
* * eval.c (rb_define_alloc_func): need not to disablematz2003-05-221-0/+5
* * ext/syck/rubyext.c (rb_syck_err_handler): raise ArgumentError onwhy2003-05-221-0/+8
* * ext/syck/rubyext.c (syck_parser_load): root-level false was returningwhy2003-05-221-0/+11
* doubled.nobu2003-05-211-5/+0
* * error.c (rb_sys_fail): should not specify errno explicitly.matz2003-05-211-0/+10
* * eval.c (rb_eval): splat NODE_RESTARY. [ruby-dev:20268]nobu2003-05-211-1/+3
* * eval.c (rb_thread_fd_close): raise for writing threads.nobu2003-05-211-0/+10
* * parse.y (strings, word_list): must create new instance always.nobu2003-05-211-0/+7
* * Makefile.in, bcc32/Makefile.sub, win32/Makefile.sub,nobu2003-05-211-0/+5
* * error.c (syserr_initialize): prohibit specifying errno formatz2003-05-211-0/+10
* * lib/optparse.rb: get rid of warnings.nobu2003-05-211-0/+4
* * eval.c (rb_thread_save_context): prohibit rb_gc_force_recycle()matz2003-05-201-0/+5
* * object.c (init_copy): call initialize_copy at the end of copymatz2003-05-201-0/+5
* * error.c (syserr_initialize): use Errno constants as defaultnobu2003-05-201-1/+6
* * st.h: define ST_DATA_T_DEFINED for portability.eban2003-05-201-0/+15
* * eval.c (rb_yield_0): give warning for multiple values for amatz2003-05-201-0/+23
* * win32/win32.c (kill): set errno after calling raise().usa2003-05-201-9/+15
* * eval.c (rb_f_missing): create exception instance by ordinalnobu2003-05-201-0/+14
* * lib/token.c, lib/implicit.c: expanded character set to allow UTF-8,why2003-05-191-0/+5
* * lib/syck.c, lib/syck.h, lib/token.c, lib/gram.c: count line numberswhy2003-05-191-0/+5
* * dir.c (push_braces): do not push_braces() unless rbrace is found.matz2003-05-191-0/+5
* * ext/pty/pty.c (pty_finalize_syswait): join (using Thread#value)matz2003-05-191-0/+31
* * class.c: add #include "version.h".aamine2003-05-191-0/+8
* * object.c (rb_mod_cmp): stupid comparison fixed.matz2003-05-191-0/+7
* * object.c (init_copy): rename copy_object as initialize_copy,matz2003-05-191-0/+8
* modify ChangeLog.aamine2003-05-191-0/+1
* * array.c (get_inspect_tbl): check whether inspect_tbl value is amatz2003-05-191-0/+17
* * re.c (rb_reg_quote): \n \r \f \v quoting was wrong.aamine2003-05-191-0/+7
* use warn() instead of $stderr.puts().tadf2003-05-181-2/+4
* use $deferr instead of $stderr.tadf2003-05-181-0/+4
* * object.c (rb_class_allocate_instance): singleton class checkmatz2003-05-161-0/+10
* * lib/rational.rb (Integer::denominator): fixed typo. (ruby-bugs-ja:PR#466)nobu2003-05-161-1/+6
* * ext/socket/socket.c (ruby_connect): connect() after EINPROGRESSnobu2003-05-161-3/+9
* * eval.c (block_pass): chain previous block to the pushing block.matz2003-05-161-0/+7