summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* * win32/win32.c (_CRTIMP): redefine _CRTIMP on MinGW.eban2003-05-294-7/+15
* 2003-05-29nobu2003-05-291-3/+3
* commit missnobu2003-05-291-2/+0
* * eval.c (ev_const_defined, ev_const_get), variable.cnobu2003-05-296-156/+287
* 2003-05-27eban2003-05-271-3/+3
* * eval.c, util.c: removed duplicated includes/defines.nobu2003-05-273-13/+3
* * ext/socket/socket.c (sock_addrinfo): get rid of SEGV at NULL ptrnobu2003-05-272-2/+7
* * lib/mkmf.rb, lib/optparse.rb, lib/tracer.rb: use Method#to_blocknobu2003-05-264-5/+10
* 2003-05-26eban2003-05-261-3/+3
* * lib/optparse.rb (OptionParser::Switch::parse,nobu2003-05-262-3/+9
* * eval.c (Init_Proc): Block/Proc separation. [huge change]matz2003-05-267-166/+337
* 2003-05-25nobu2003-05-251-3/+3
* * bignum.c (rb_quad_pack): should negate negative bignum.nobu2003-05-252-0/+6
* * lib/net/smtp.rb: support LOGIN authentication. The patch is contributed by...aamine2003-05-242-10/+45
* * wince/Makefile.sub: add eMbedded Visual C++ 4.0 support.uema22003-05-246-16/+64
* * eval.c (rb_longjmp): wrong jump.nobu2003-05-231-1/+1
* * eval.c (rb_longjmp): get rid of reentering while debug warning.nobu2003-05-232-5/+35
* * eval.c (ruby_finalize): turn off ruby_debug flag before callingmatz2003-05-234-5/+12
* * pack.c (pack_unpack): sign-extend if sizeof long is bigger thannobu2003-05-232-0/+23
* removed trailing white spaces.nobu2003-05-231-180/+178
* * lib/token.c: single- and double-quoted root-level fix.why2003-05-224-51/+100
* 2003-05-23eban2003-05-221-3/+3
* * object.c (rb_obj_clone): defer copying freezing state aftermatz2003-05-225-5/+11
* * gc.c (run_final): use rb_thread_critical instead of DEFER_INTS.matz2003-05-223-10/+19
* * eval.c (rb_define_alloc_func): need not to disablematz2003-05-222-3/+8
* * ext/syck/rubyext.c (rb_syck_err_handler): raise ArgumentError onwhy2003-05-223-2/+11
* * ext/syck/rubyext.c (syck_parser_load): root-level false was returningwhy2003-05-225-119/+132
* 2003-05-22eban2003-05-221-3/+3
* doubled.nobu2003-05-211-5/+0
* * error.c (rb_sys_fail): should not specify errno explicitly.matz2003-05-213-7/+13
* commit missnobu2003-05-211-1/+1
* * eval.c (rb_eval): splat NODE_RESTARY. [ruby-dev:20268]nobu2003-05-212-2/+4
* * eval.c (rb_thread_fd_close): raise for writing threads.nobu2003-05-213-9/+32
* * parse.y (strings, word_list): must create new instance always.nobu2003-05-211-0/+7
* *** empty log message ***nobu2003-05-211-3/+18
* 2003-05-21nobu2003-05-211-3/+3
* * Makefile.in, bcc32/Makefile.sub, win32/Makefile.sub,nobu2003-05-215-64/+74
* * error.c (syserr_initialize): prohibit specifying errno formatz2003-05-216-13/+32
* * lib/optparse.rb: get rid of warnings.nobu2003-05-216-14/+34
* * eval.c (rb_thread_save_context): prohibit rb_gc_force_recycle()matz2003-05-202-0/+7
* * object.c (init_copy): call initialize_copy at the end of copymatz2003-05-202-2/+7
* * error.c (syserr_initialize): use Errno constants as defaultnobu2003-05-202-2/+13
* * st.h: define ST_DATA_T_DEFINED for portability.eban2003-05-204-5/+25
* * eval.c (rb_yield_0): give warning for multiple values for amatz2003-05-208-28/+83
* * win32/win32.c (kill): set errno after calling raise().usa2003-05-202-11/+22
* * eval.c (rb_f_missing): create exception instance by ordinalnobu2003-05-203-36/+100
* * lib/token.c, lib/implicit.c: expanded character set to allow UTF-8,why2003-05-193-1488/+3181
* * lib/syck.c, lib/syck.h, lib/token.c, lib/gram.c: count line numberswhy2003-05-195-69/+77
* 2003-05-20eban2003-05-191-3/+3
* * dir.c (push_braces): do not push_braces() unless rbrace is found.matz2003-05-192-1/+6