aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* * configure.in, bcc32/Makefile.sub, win32/Makefile.sub: definenobu2003-03-0410-103/+121
* * array.c (rb_ary_aref): give warning if index is a symbol.matz2003-03-043-0/+25
* * missing/strftime.c: HP-UX support.eban2003-03-042-1/+19
* * io.c (rb_io_popen): do not call rb_io_close() directly, callmatz2003-03-045-22/+33
* * configure.in: better HP-UX support.eban2003-03-044-6/+13
* * ext/dl/MANIFEST: Exclude .cvsignore. [found by: eban]knu2003-03-032-1/+5
* * ext/Win32API/MANIFEST: Belatedly add lib/win32/registry.rb.knu2003-03-032-0/+5
* * MANIFEST: Belatedly add Test::Unit files. D'oh!knu2003-03-032-0/+27
* * parse.y (yycompile): zero clear ruby_eval_tree_begin ifmatz2003-03-032-0/+6
* * marshal.c (w_nbyte): should output always via rb_io_write().matz2003-03-032-58/+41
* * parse.y (arg): parse 'lhs = a rescue b' as 'lhs=(a rescue b)'.matz2003-03-037-46/+62
* * misc/ruby-mode.el (ruby-expr-beg): escaped char syntax.nobu2003-03-022-24/+76
* * win32/win32.c (map_errno): map OS error to errno. [new]usa2003-02-282-49/+167
* 2003-02-28nobu2003-02-281-3/+3
* * win32/win32.c (flock): supports larger files, and maps errornobu2003-02-282-33/+38
* 2003-02-27eban2003-02-271-3/+3
* * string.c (str_new): need no MEMZERO().matz2003-02-275-38/+69
* * lib/open-uri.rb: replace Kernel.open as well.akr2003-02-262-0/+5
* * lib/debug.rb (DEBUGGER__::Context#debug_command): bp filename mustnahi2003-02-252-1/+6
* * lib/fileutils (fu_stream_blksize): wrong logial condition.eban2003-02-232-1/+6
* 2003-02-22eban2003-02-221-3/+3
* * eval.c (rb_thread_create): may called from place higher thanmatz2003-02-211-0/+8
* * lib/fileutils.rb: new method FileUtils#copy_stream.aamine2003-02-212-46/+74
* * string.c (rb_str_cmp_m): should use LONG2NUM().matz2003-02-212-1/+5
* * eval.c (rb_f_require): do not need to abort if a DLEXT fileeban2003-02-212-3/+5
* * string.c (rb_str_cmp_m): two small bugs fixed.matz2003-02-212-2/+7
* * eval.c (rb_thread_remove): back outt changes.matz2003-02-212-6/+2
* 2003-02-21eban2003-02-211-3/+3
* * gc.c (rb_gc_mark): inline rb_gc_mark_children().matz2003-02-212-50/+47
* * string.c (rb_str_cmp_m): return nil if str2 does not respond tomatz2003-02-204-12/+41
* This '$destdir' was meant to be a local variable.knu2003-02-201-3/+3
* * eval.c (rb_thread_remove): thread may die in the process ofmatz2003-02-203-1/+13
* * file.c (file_expand_path): fix wrong behavior for root file.nobu2003-02-202-2/+11
* * file.c (file_expand_path): should not upward beyond share name.nobu2003-02-202-13/+41
* * missing.h (strtoul): fix prototype of strtoul.eban2003-02-203-4/+8
* *** empty log message ***nobu2003-02-201-0/+1
* * parse.y (clhs): allow "Foo::Bar = x".matz2003-02-205-35/+107
* * eval.c (rb_thread_restore_context): inhibit interrupts innobu2003-02-192-1/+7
* 2003-02-19nobu2003-02-191-3/+3
* * node.h (nd_cpath): nested class/module declaration.nobu2003-02-195-24/+93
* 2003-02-18eban2003-02-181-3/+3
* * eval.c (rb_call0): should not report uninitialized warning bymatz2003-02-185-4/+37
* * misc/ruby-mode.el (ruby-comment-column): customize commentnobu2003-02-172-45/+198
* * win32/win32.c (rb_w32_opendir, rb_w32_utime): need parens.nobu2003-02-172-3/+7
* * win32/win32.c (link): implement with CreateHardLink().usa2003-02-173-1/+103
* 2003-02-17nobu2003-02-171-3/+3
* commit error.nobu2003-02-171-0/+5
* *** empty log message ***nobu2003-02-171-8/+7
* * file.c (file_expand_path): buffer might be reallocated whilenobu2003-02-163-46/+59
* * io.c (prep_stdio, Init_io): always set binmode on Cygwin.eban2003-02-153-3/+24