index
:
ruby.git
master
ruby_1_3
ruby_1_4
ruby_1_6
ruby_1_8
ruby_1_8_5
ruby_1_8_6
ruby_1_8_7
ruby_1_9_1
ruby_1_9_2
ruby_1_9_3
ruby_2_0_0
ruby_2_1
ruby_2_2
ruby_2_3
ruby_2_4
ruby_2_5
ruby_2_6
ruby_2_7
ruby_3_0
ruby_3_1
ruby_3_2
ruby_3_3
ruby_3_4
ruby_4_0
v1_0r
v1_1dev
v1_1r
The Ruby Programming Language
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
ChangeLog
Age
Commit 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 and
matz
2004-04-16
* ext/socket/extconf.rb: Merge from 1.8: explicity specify
knu
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 arguments
knu
2003-10-15
* ext/digest/digest.c (rb_digest_base_s_new): Zero the newly
knu
2003-08-03
* math.c (math_log): nan takes a dummy argument on Cygwin 1.5.0. backport from
nahi
2003-07-26
* io.c (io_reopen): avoid dup2() equal handles not to close itself and
nobu
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 if
nobu
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-19
removed 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 calling
eban
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 long
nobu
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 than
matz
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 file
eban
2003-02-20
* mdoc2man.rb: New file. A mdoc to man converter ported from
knu
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 terminated
nobu
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(). pointed
usa
2003-01-26
* error.c (get_syserror): some Windows' errno have 5 digits.
usa
2003-01-19
* lib/shellwords.rb (shellwords): A backslash ('\') in single
knu
2003-01-16
* sprintf.c (rb_f_sprintf): Fix a bug caused by an uninitialized
knu
2003-01-14
* eval.c (rb_f_require): do not search adding .rb/.so suffixes if
nobu
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): syntax
nobu
2003-01-09
* configure.in: AC_MSG_FAILURE is a new macro in 2.54b or later.
nobu
2003-01-09
also rb_io_putc().
nobu
[next]