summaryrefslogtreecommitdiff
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* * eval.c (rb_call0): wrong condition for $SAFE restoration.matz2005-09-011-0/+12
* * eval.c (method_arity): should handle NODE_BMETHOD andmatz2004-10-241-0/+5
* * ext/socket/extconf.rb: Merge from 1.8: explicity specifyknu2004-04-161-0/+7
* * cygwin/GNUmakefile: allow "B" type in defined symbols.eban2003-11-021-0/+4
* * lib/jcode.rb: Merge from 1.8: use Regexp.new()'s extra argumentsknu2003-10-151-0/+5
* * ext/digest/digest.c (rb_digest_base_s_new): Zero the newlyknu2003-10-151-0/+5
* * math.c (math_log): nan takes a dummy argument on Cygwin 1.5.0. backport fromnahi2003-08-031-0/+6
* * io.c (io_reopen): avoid dup2() equal handles not to close itself andnobu2003-07-261-0/+5
* * lib/ftools.rb (File::makedirs): do not handle "//" as a directory.eban2003-07-171-0/+4
* * regex.c (mbctab_sjis): 0x80 is not shift jis first byte.nobu2003-07-091-0/+5
* * instruby.rb: do not install shared libraries as man pages.eban2003-07-091-0/+4
* * ext/tcltklib/extconf.rb (find_tcl, find_tk): return true ifnobu2003-06-281-0/+5
* * gc.c (rb_gc_mark_locations): remove margin. [ruby-dev:20462]nobu2003-06-281-0/+6
* * lib/irb/xmp.rb: sync with 1.8 ("irb/irb" -> "irb").eban2003-05-301-0/+4
* * lib/net/smtp.rb: support LOGIN authentication. Thanks to Kazuhiko Izawa.aamine2003-05-241-0/+5
* removed garbage.nobu2003-05-191-1/+0
* * dir.c (push_braces): do not push_braces() unless rbrace is found.matz2003-05-191-0/+13
* * eval.c (rb_block_given_p): false if ruby_block is null.nobu2003-05-151-92/+96
* * parse.y (void_expr0): node might become NULL after callingeban2003-04-191-0/+5
* * ext/extmk.rb.in (create_makefile): link @LIBS@.usa2003-04-091-0/+4
* * dln.c (dln_find_1): break if path list end, even for too longnobu2003-03-261-0/+5
* * lib/jcode.rb (tr!, delete!, szueeze!): add empty string checking.eban2003-03-231-0/+4
* * gc.c (rb_gc_call_finalizer_at_exit): use free() if dfree is -1.nobu2003-03-231-0/+4
* * lib/tracer.rb (trace_func): save and recover Thread.critical state.nahi2003-03-191-0/+5
* * lib/net/smtp.rb (auth_cram_md5): Digest string had wrongly included '\n' wh...aamine2003-03-111-0/+5
* * ext/Win32API/Win32API.c: no longer use inline-asms.eban2003-03-061-0/+6
* * ChangeLog: cleanups.eban2003-03-051-1/+7
* * win32/win32.c (flock): maps error code.nobu2003-02-281-0/+9
* * string.c (rb_str_dup): set FL_EXIVAR when copied generic ivar.nobu2003-02-251-0/+5
* * eval.c (rb_thread_create): may called from place higher thanmatz2003-02-211-0/+8
* * io.c (argf_to_io): should prefetch argv.matz2003-02-211-0/+5
* * eval.c (rb_f_require): do not need to abort if a DLEXT fileeban2003-02-211-0/+5
* * mdoc2man.rb: New file. A mdoc to man converter ported fromknu2003-02-201-0/+15
* * lib/uri/generic.rb, lib/uri/ldap.rb, lib/uri/mailto.ldap: all foo=()akira2003-02-141-0/+12
* * ruby.c (proc_options): script argument is in effect only when -e is not given.nobu2003-02-131-1/+2
* * ruby.c (ruby_init_loadpath): ensures buffer terminatednobu2003-02-131-0/+8
* * lib/irb/context.rb, lib/irb/multi-irb.rb, lib/irb/workspace.rb,knu2003-02-071-0/+8
* * io.c (argf_getline): should not increment lineno at EOF.matz2003-02-041-0/+8
* * error.c (get_syserror): use snprintf() instead of sprintf(). pointedusa2003-01-261-1/+7
* * error.c (get_syserror): some Windows' errno have 5 digits.usa2003-01-261-0/+4
* * lib/shellwords.rb (shellwords): A backslash ('\') in singleknu2003-01-191-0/+6
* * sprintf.c (rb_f_sprintf): Fix a bug caused by an uninitializedknu2003-01-161-0/+11
* * eval.c (rb_f_require): do not search adding .rb/.so suffixes ifnobu2003-01-141-0/+6
* * io.c (next_argv): not always set binmode.nobu2003-01-131-0/+4
* * io.c (next_argv): inherit binmode from $defout.eban2003-01-121-0/+8
* * configure.in (DLDLIBS): do not add "-lc" on DJGPP.eban2003-01-111-0/+4
* * configure.in (RUBY_CHECK_IO_NEED): added more tests.nobu2003-01-101-0/+6
* * misc/ruby-mode.el (ruby-font-lock-syntactic-keywords): syntaxnobu2003-01-091-0/+6
* * configure.in: AC_MSG_FAILURE is a new macro in 2.54b or later.nobu2003-01-091-0/+4
* also rb_io_putc().nobu2003-01-091-2/+3