summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
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-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-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-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-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-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-19removed garbage.nobu
2003-05-19* dir.c (push_braces): do not push_braces() unless rbrace is found.matz
2003-05-15* eval.c (rb_block_given_p): false if ruby_block is null.nobu
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-26* dln.c (dln_find_1): break if path list end, even for too longnobu
2003-03-23* lib/jcode.rb (tr!, delete!, szueeze!): add empty string checking.eban
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-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-28* win32/win32.c (flock): maps error code.nobu
2003-02-25* string.c (rb_str_dup): set FL_EXIVAR when copied generic ivar.nobu
2003-02-21* eval.c (rb_thread_create): may called from place higher thanmatz
2003-02-21* io.c (argf_to_io): should prefetch argv.matz
2003-02-21* eval.c (rb_f_require): do not need to abort if a DLEXT fileeban
2003-02-20* mdoc2man.rb: New file. A mdoc to man converter ported fromknu
2003-02-14* lib/uri/generic.rb, lib/uri/ldap.rb, lib/uri/mailto.ldap: all foo=()akira
2003-02-13* ruby.c (proc_options): script argument is in effect only when -e is not given.nobu
2003-02-13* ruby.c (ruby_init_loadpath): ensures buffer terminatednobu
2003-02-07* lib/irb/context.rb, lib/irb/multi-irb.rb, lib/irb/workspace.rb,knu
2003-02-04* io.c (argf_getline): should not increment lineno at EOF.matz
2003-01-26* error.c (get_syserror): use snprintf() instead of sprintf(). pointedusa
2003-01-26* error.c (get_syserror): some Windows' errno have 5 digits.usa
2003-01-19* lib/shellwords.rb (shellwords): A backslash ('\') in singleknu
2003-01-16* sprintf.c (rb_f_sprintf): Fix a bug caused by an uninitializedknu
2003-01-14* eval.c (rb_f_require): do not search adding .rb/.so suffixes ifnobu
2003-01-13* io.c (next_argv): not always set binmode.nobu
2003-01-12* io.c (next_argv): inherit binmode from $defout.eban
2003-01-11* configure.in (DLDLIBS): do not add "-lc" on DJGPP.eban
2003-01-10* configure.in (RUBY_CHECK_IO_NEED): added more tests.nobu
2003-01-09* misc/ruby-mode.el (ruby-font-lock-syntactic-keywords): syntaxnobu
2003-01-09* configure.in: AC_MSG_FAILURE is a new macro in 2.54b or later.nobu
2003-01-09also rb_io_putc().nobu