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
/
version.h
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
* trunk/parse.y (magic_comments): add "encoding" as same as "coding".
nobu
2007-10-12
1
-3
/
+3
*
* include/ruby/oniguruma.h (OnigEncodingTypeST): add OnigEncoding
matz
2007-10-10
1
-3
/
+3
*
* string.c (rb_enc_str_coderange): fixed checkfor non-ascii.
nobu
2007-10-10
1
-3
/
+3
*
* parse.y (STR_NEW3): check for if single byte sequence.
nobu
2007-10-09
1
-3
/
+3
*
* insns.def (opt_eq): fix to use rb_str_equal().
ko1
2007-10-07
1
-3
/
+3
*
* include/ruby/defines.h: no longer provide DEFAULT_KCODE.
matz
2007-10-05
1
-3
/
+3
*
2007-10-05
knu
2007-10-04
1
-3
/
+3
*
* array.c (rb_ary_permutation): remove C99 dependency.
matz
2007-10-04
1
-3
/
+3
*
* ruby.c (ruby_process_options): push frame with program name.
nobu
2007-10-03
1
-3
/
+3
*
* proc.c (proc_dup): proc->block.proc should be self.
ko1
2007-10-01
1
-3
/
+3
*
* eval.c (ruby_options), ruby.c (proc_options, process_options): not
nobu
2007-10-01
1
-4
/
+4
*
* variable.c (obj_ivar_each): get rid of warning.
usa
2007-09-29
1
-3
/
+3
*
* cont.c: Thread local storage should be fiber local.
ko1
2007-09-28
1
-3
/
+3
*
* benchmark/driver.rb: fix file selection algorithm.
ko1
2007-09-28
1
-3
/
+3
*
* process.c (rb_waitpid): no needs to poll. [ruby-dev:31871]
nobu
2007-09-26
1
-3
/
+3
*
* parse.y (parser_yyerror): limit error message length.
nobu
2007-09-25
1
-3
/
+3
*
* eval.c (rb_longjmp): source file information may be NULL.
matz
2007-09-25
1
-3
/
+3
*
* lib/weakref.rb (WeakRef): remove debug print. [ruby-dev:31799]
matz
2007-09-24
1
-3
/
+3
*
* eval_method.ci (remove_method): check for undefined method.
nobu
2007-09-22
1
-3
/
+3
*
* ext/stringio/stringio.c (strio_init): separate from strio_initialize
nobu
2007-09-21
1
-3
/
+3
*
* hash.c (hash_equal): should call rb_eql when argument eql is set.
matz
2007-09-20
1
-3
/
+3
*
* io.c (popen_exec), process.c (rb_spawn): stop other threads before
nobu
2007-09-20
1
-3
/
+3
*
* lib/rss.rb, lib/rss/, test/rss/:
kou
2007-09-15
1
-3
/
+3
*
* insnhelper.ci (vm_expandarray): should be volatile value for GC.
ko1
2007-09-14
1
-3
/
+3
*
* parse.y (rb_id2str): fixed typo.
nobu
2007-09-13
1
-3
/
+3
*
* io.c (rb_io_s_sysopen): should not use alloca for unknowen size
nobu
2007-09-12
1
-3
/
+3
*
* range.c (range_step): fixed integer overflow. [ruby-dev:31763]
matz
2007-09-09
1
-3
/
+3
*
* 2007-09-08
usa
2007-09-07
1
-3
/
+3
*
* io.c (rb_io_getc): forgot to commit rb_enc_mbclen() fix.
matz
2007-09-06
1
-3
/
+3
*
* string.c (rb_str_succ, rb_str_chop_bang, rb_str_chop): m17n support.
nobu
2007-09-06
1
-3
/
+3
*
* string.c (rb_str_splice): integer overflow for length.
matz
2007-09-05
1
-3
/
+3
*
* ext/win32ole/win32ole.c: add WIN32OLE_EVENT#unadvise.
suke
2007-09-04
1
-3
/
+3
*
* common.mk (vm.o): depends on st.h too.
nobu
2007-09-03
1
-3
/
+3
*
* st.c (st_numcmp, st_numhash): use st_data_t instead of long, because
nobu
2007-09-01
1
-4
/
+4
*
* parse.y (assignable_gen): ignore already erred names.
nobu
2007-08-30
1
-3
/
+3
*
* string.c (str_gsub): should not use mbclen2() which has broken API.
matz
2007-08-29
1
-3
/
+3
*
* include/ruby/defines.h (flush_register_windows): call "ta 0x03"
matz
2007-08-29
1
-3
/
+3
*
* thread.c: fix Mutex to be interruptable lock.
ko1
2007-08-27
1
-3
/
+3
*
* enumerator.c (enumerator_next): message changed.
matz
2007-08-26
1
-3
/
+3
*
* include/ruby/encoding.h: remove unused rb_enc_ismbchar().
matz
2007-08-25
1
-3
/
+3
*
* compile.c (compile_massign_opt): fix to skip massign optimization
ko1
2007-08-24
1
-3
/
+3
*
* eval.c (rb_f_send_bang): abandon the name funcall for private
matz
2007-08-24
1
-3
/
+3
*
* missing/strtod.c: removed. [ruby-dev:31588]
matz
2007-08-22
1
-3
/
+3
*
* cont.c: add Fiber#resume and Fiber.yield.
ko1
2007-08-21
1
-3
/
+3
*
* enumerator.c (next_i): fix to return with Fiber#yield at
ko1
2007-08-20
1
-3
/
+3
*
* vm_core.h (struct rb_thread_struct): removed first_func_arg and
nobu
2007-08-20
1
-3
/
+3
*
* insnhelper.ci (vm_callee_setup_arg): fix to mark enough VM stack.
ko1
2007-08-19
1
-3
/
+3
*
* eval.c (frame_func_id): return proper method ID.
nobu
2007-08-17
1
-3
/
+3
*
* insns.def (throw): insert a RUBY_VM_CHECK_INTS(). [ruby-dev:31361]
ko1
2007-08-16
1
-3
/
+3
*
* cont.c (rb_fiber_m_yield): added. use this function
ko1
2007-08-15
1
-3
/
+3
[prev]
[next]