summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2007-02-12set svn:eol-styleruby_1_6shyouhei
2005-09-20* eval.c (rb_call0): wrong condition for $SAFE restoration.matz
2005-09-012005-09-01matz
2005-09-01* eval.c (rb_call0): wrong condition for $SAFE restoration.matz
2004-10-24* eval.c (method_arity): should handle NODE_BMETHOD andmatz
2004-07-28* cgi/session.rb: typo fix.matz
2004-07-26* cgi/session.rb: FileStore data should be umasked 0600.matz
2004-04-16* ext/socket/extconf.rb: Merge from 1.8: explicity specifyknu
2003-11-02* cygwin/GNUmakefile: allow "B" type in defined symbols.eban
2003-10-152003-10-15knu
2003-10-15* lib/jcode.rb: Merge from 1.8: use Regexp.new()'s extra argumentsknu
2003-10-15* ext/digest/digest.c (rb_digest_base_s_new): Zero the newlyknu
2003-08-03* math.c (math_log): nan takes a dummy argument on Cygwin 1.5.0. backport fromnahi
2003-07-262003-07-27nobu
2003-07-26* io.c (io_reopen): avoid dup2() equal handles not to close itself andnobu
2003-07-17* lib/ftools.rb (File::makedirs): do not handle "//" as a directory.eban
2003-07-092003-07-09nobu
2003-07-09* regex.c (mbctab_sjis): 0x80 is not shift jis first byte.nobu
2003-07-09* instruby.rb: do not install shared libraries as man pages.eban
2003-06-28* ext/tcltklib/extconf.rb (find_tcl, find_tk): return true ifnobu
2003-06-282003-06-28nobu
2003-06-28* gc.c (rb_gc_mark_locations): remove margin. [ruby-dev:20462]nobu
2003-05-30* lib/irb/xmp.rb: sync with 1.8 ("irb/irb" -> "irb").eban
2003-05-24* lib/net/smtp.rb: support LOGIN authentication. Thanks to Kazuhiko Izawa.aamine
2003-05-192003-05-20usa
2003-05-19removed garbage.nobu
2003-05-19* dir.c (push_braces): do not push_braces() unless rbrace is found.matz
2003-05-152003-05-15nobu
2003-05-15* eval.c (rb_block_given_p): false if ruby_block is null.nobu
2003-04-192003-04-20eban
2003-04-19 * parse.y (void_expr0): node might become NULL after callingeban
2003-04-09* ext/extmk.rb.in (create_makefile): link @LIBS@.usa
2003-03-262003-03-26nobu
2003-03-26* dln.c (dln_find_1): break if path list end, even for too longnobu
2003-03-23* jcode.rb: add n option.eban
2003-03-23* lib/jcode.rb (tr!, delete!, szueeze!): add empty string checking.eban
2003-03-232003-03-23nobu
2003-03-23* gc.c (rb_gc_call_finalizer_at_exit): use free() if dfree is -1.nobu
2003-03-19* lib/tracer.rb (trace_func): save and recover Thread.critical state.nahi
2003-03-112003-03-11nobu
2003-03-11* lib/net/smtp.rb (auth_cram_md5): Digest string had wrongly included '\n' wh...aamine
2003-03-06* ext/Win32API/Win32API.c: no longer use inline-asms.eban
2003-03-05* ChangeLog: cleanups.eban
2003-02-282003-02-28nobu
2003-02-28* win32/win32.c (flock): maps error code.nobu
2003-02-252003-02-25nobu
2003-02-25* string.c (rb_str_dup): set FL_EXIVAR when copied generic ivar.nobu
2003-02-23* intern.h (rb_define_private_method): duplicated.eban
2003-02-222003-02-22eban
2003-02-21* eval.c (rb_thread_create): may called from place higher thanmatz