summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* set svn:eol-styleruby_1_6shyouhei2007-02-120-0/+0
* * eval.c (rb_call0): wrong condition for $SAFE restoration.matz2005-09-202-9/+21
* 2005-09-01matz2005-09-011-5/+5
* * eval.c (rb_call0): wrong condition for $SAFE restoration.matz2005-09-012-19/+31
* * eval.c (method_arity): should handle NODE_BMETHOD andmatz2004-10-244-4/+15
* * cgi/session.rb: typo fix.matz2004-07-281-1/+1
* * cgi/session.rb: FileStore data should be umasked 0600.matz2004-07-261-1/+1
* * ext/socket/extconf.rb: Merge from 1.8: explicity specifyknu2004-04-162-0/+8
* * cygwin/GNUmakefile: allow "B" type in defined symbols.eban2003-11-022-1/+5
* 2003-10-15knu2003-10-151-4/+4
* * lib/jcode.rb: Merge from 1.8: use Regexp.new()'s extra argumentsknu2003-10-152-3/+8
* * ext/digest/digest.c (rb_digest_base_s_new): Zero the newlyknu2003-10-152-1/+7
* * math.c (math_log): nan takes a dummy argument on Cygwin 1.5.0. backport fromnahi2003-08-033-6/+16
* 2003-07-27nobu2003-07-261-3/+3
* * io.c (io_reopen): avoid dup2() equal handles not to close itself andnobu2003-07-262-22/+31
* * lib/ftools.rb (File::makedirs): do not handle "//" as a directory.eban2003-07-172-1/+5
* 2003-07-09nobu2003-07-091-4/+4
* * regex.c (mbctab_sjis): 0x80 is not shift jis first byte.nobu2003-07-092-2/+7
* * instruby.rb: do not install shared libraries as man pages.eban2003-07-092-1/+7
* * ext/tcltklib/extconf.rb (find_tcl, find_tk): return true ifnobu2003-06-282-2/+7
* 2003-06-28nobu2003-06-281-4/+4
* * gc.c (rb_gc_mark_locations): remove margin. [ruby-dev:20462]nobu2003-06-282-3/+9
* * lib/irb/xmp.rb: sync with 1.8 ("irb/irb" -> "irb").eban2003-05-302-1/+5
* * lib/net/smtp.rb: support LOGIN authentication. Thanks to Kazuhiko Izawa.aamine2003-05-242-2/+13
* 2003-05-20usa2003-05-191-3/+3
* removed garbage.nobu2003-05-191-1/+0
* * dir.c (push_braces): do not push_braces() unless rbrace is found.matz2003-05-195-2/+17
* 2003-05-15nobu2003-05-151-4/+4
* * eval.c (rb_block_given_p): false if ruby_block is null.nobu2003-05-152-93/+98
* 2003-04-20eban2003-04-191-4/+4
* * parse.y (void_expr0): node might become NULL after callingeban2003-04-192-1/+6
* * ext/extmk.rb.in (create_makefile): link @LIBS@.usa2003-04-092-1/+5
* 2003-03-26nobu2003-03-261-4/+4
* * dln.c (dln_find_1): break if path list end, even for too longnobu2003-03-262-1/+8
* * jcode.rb: add n option.eban2003-03-231-4/+4
* * lib/jcode.rb (tr!, delete!, szueeze!): add empty string checking.eban2003-03-232-2/+9
* 2003-03-23nobu2003-03-231-3/+3
* * gc.c (rb_gc_call_finalizer_at_exit): use free() if dfree is -1.nobu2003-03-232-1/+10
* * lib/tracer.rb (trace_func): save and recover Thread.critical state.nahi2003-03-192-1/+7
* 2003-03-11nobu2003-03-111-3/+3
* * lib/net/smtp.rb (auth_cram_md5): Digest string had wrongly included '\n' wh...aamine2003-03-112-1/+6
* * ext/Win32API/Win32API.c: no longer use inline-asms.eban2003-03-064-163/+82
* * ChangeLog: cleanups.eban2003-03-051-1/+7
* 2003-02-28nobu2003-02-281-3/+3
* * win32/win32.c (flock): maps error code.nobu2003-02-282-26/+30
* 2003-02-25nobu2003-02-251-3/+3
* * string.c (rb_str_dup): set FL_EXIVAR when copied generic ivar.nobu2003-02-252-1/+8
* * intern.h (rb_define_private_method): duplicated.eban2003-02-233-5/+4
* 2003-02-22eban2003-02-221-3/+3
* * eval.c (rb_thread_create): may called from place higher thanmatz2003-02-213-0/+32