index
:
ruby.git
master
ruby_1_8_6_287
ruby_1_8_6_369
ruby_1_8_6_383
ruby_1_8_6_383-fedora
ruby_1_9_1_243
ruby_1_9_1_376
ruby_1_9_1_376-epel
ruby_1_9_1_376-fedora
Ruby GIT repository
Jeroen van Meeuwen
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
ChangeLog
Commit message (
Expand
)
Author
Age
Files
Lines
*
* parse.y (singleton): get rid of segfault on syntax error.
nobu
2006-01-07
1
-0
/
+5
*
* eval.c (rb_fd_isset): compare the result of FD_ISSET with 0 to
akr
2006-01-06
1
-0
/
+8
*
* configure.in: don't force getcontext on IA64.
akr
2006-01-05
1
-0
/
+9
*
some more typos fixed.
akr
2006-01-03
1
-8
/
+8
*
fix typos.
akr
2006-01-03
1
-3
/
+3
*
fix.
akr
2006-01-01
1
-1
/
+1
*
* missing.h (isnan): avoid macro expantion
akr
2006-01-01
1
-0
/
+7
*
* win32/win32.c (rb_w32_seekdir): should not segfault even if passed
ocean
2006-01-01
1
-0
/
+10
*
* eval.c (rb_thread_save_context): should not recycle scope object used
nobu
2005-12-31
1
-0
/
+5
*
* ext/syck/rubyext.c: attribute name was truncated with Rev1.64.
ocean
2005-12-31
1
-2
/
+6
*
* lib/generator.rb: (Generator#initialize): should kill @loop_thread
ocean
2005-12-31
1
-0
/
+6
*
Sorry, reverted. Mutex is damn slow.....
ocean
2005-12-30
1
-5
/
+0
*
* lib/generator.rb: uses Mutex instead of Thread.critical.
ocean
2005-12-30
1
-0
/
+5
*
* win32/Makefile.sub: VC++8 support.
nobu
2005-12-30
1
-1
/
+3
*
* gc.c (garbage_collect): mark objects refered from aborting threads.
nobu
2005-12-30
1
-0
/
+5
*
* lib/generator.rb: (Generator#initialize) ensured to stop @loop_thread.
ocean
2005-12-30
1
-0
/
+5
*
* lib/generator.rb: (Generator#initialize) fixed dead lock. this occured
ocean
2005-12-30
1
-0
/
+5
*
* lib/generator.rb: should work with another thread. (more robust code)
ocean
2005-12-29
1
-0
/
+5
*
* eval.c (rb_gc_mark_threads): keep unmarked threads which won't wake
nobu
2005-12-29
1
-0
/
+8
*
* eval.c (rb_mod_define_method): should save safe_level in the
matz
2005-12-29
1
-0
/
+48
*
* test/ruby/envutil.rb (EnvUtil.rubybin): search "ruby" instead of
akr
2005-12-29
1
-0
/
+5
*
* lib/generator.rb: reimplemented Generator class with Thread instead of
ocean
2005-12-29
1
-0
/
+5
*
* ia64.s: remove .pred.safe_across_calls directive.
akr
2005-12-28
1
-0
/
+5
*
* eval.c (struct thread): add bstr_max.
akr
2005-12-27
1
-0
/
+6
*
* lib/optparse.rb (CompletingHash#match): fix for 1.9.
nobu
2005-12-27
1
-0
/
+4
*
add ML ref.
akr
2005-12-27
1
-0
/
+2
*
* configure.in: define IA64 for portability. (HP aC++/ANSI C doesn't
akr
2005-12-27
1
-0
/
+40
*
* process.c: new method Process.exec. [ruby-dev:28107]
aamine
2005-12-27
1
-0
/
+4
*
* ext/openssl/lib/openssl/ssl.rb (OpenSSL::SSL::SSLSocket#post_connection_ch...
gotoyuzo
2005-12-26
1
-0
/
+5
*
* added an old entry.
nobu
2005-12-26
1
-0
/
+4
*
* file.c (w32_io_info): should return handle because FileIndex is
ocean
2005-12-21
1
-0
/
+5
*
* test/pathname/test_pathname.rb (test_kernel_open): use
akr
2005-12-21
1
-0
/
+6
*
* eval.c (eval_under_i): evaluate source in caller's frame.
nobu
2005-12-20
1
-0
/
+5
*
* ext/syck/rubyext.c (syck_emitter_reset): to ensure compatibility
why
2005-12-20
1
-0
/
+5
*
* ext/syck/rubyext.c (syck_node_transform): ruby object holding
ocean
2005-12-20
1
-0
/
+7
*
* io.c (rb_f_backquote): fix a GC problem on
akr
2005-12-19
1
-0
/
+5
*
no message
ocean
2005-12-19
1
-0
/
+2
*
* parse.y (rb_symname_p): fixed wrong validation. [ruby-dev:28047]
nobu
2005-12-19
1
-1
/
+3
*
* Makefile.in (XCFLAGS): separated as well as win32/Makefile.sub.
nobu
2005-12-19
1
-0
/
+7
*
* ext/syck/syck.h (S_FREE): small hack. no need to check if pointer is
ocean
2005-12-19
1
-0
/
+30
*
* st.c: uses malloc instead of xmalloc to avoid GC. syck uses st_insert
ocean
2005-12-19
1
-0
/
+7
*
* eval.c (FUNCTION_CALL_MAY_RETURN_TWICE): activate only
akr
2005-12-19
1
-0
/
+5
*
* ext/syck/rubyext.c: sorry, I reverted my "should set newly
ocean
2005-12-19
1
-0
/
+11
*
* ext/syck/rubyext.c (syck_emitter_reset): should initialize
ocean
2005-12-17
1
-0
/
+8
*
* bignum.c (rb_big_rshift): fix a GC problem on
akr
2005-12-16
1
-0
/
+5
*
* eval.c (bmcall): fix a GC problem by tail call on
akr
2005-12-16
1
-0
/
+5
*
* ext/syck/rubyext.c (rb_syck_compile): fixed memory leak.
ocean
2005-12-16
1
-0
/
+6
*
* ext/syck/rubyext.c (syck_scalar_value_set): should set newly
ocean
2005-12-16
1
-0
/
+2
*
* ext/syck/rubyext.c (syck_resolver_tagurize): fixed memory leak.
ocean
2005-12-16
1
-2
/
+12
*
* lib/tmpdir.rb: merged RDoc patch from Eric Hodel <drbrain at
matz
2005-12-15
1
-0
/
+5
[next]