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
*
* transcode.c (rb_econv_conv): new function. it don't consume input
akr
2008-08-14
1
-0
/
+7
*
* include/ruby/defines.h (RUBY_ALIAS_FUNCTION): fallback definition.
nobu
2008-08-14
1
-0
/
+4
*
* transcode_data.h (rb_trans_result_t): new enumeration constant:
akr
2008-08-14
1
-0
/
+13
*
* gc.c (getrusage_time): should return the value.
nobu
2008-08-14
1
-1
/
+3
*
* thread.c (rb_thread_priority_set): get rid of C99 feature.
nobu
2008-08-14
1
-1
/
+5
*
* vm.c (REWIND_CFP): get rid of statement expressions.
nobu
2008-08-14
1
-0
/
+4
*
* vm.c (Init_VM): hide FrozenCore.
nobu
2008-08-14
1
-0
/
+4
*
* transcode.c (load_transcoder): suppress warning.
nobu
2008-08-14
1
-0
/
+6
*
* configure.in (gnumake): check for GNU make.
nobu
2008-08-14
1
-1
/
+5
*
* common.mk (parse.h): workaround for nmake.
nobu
2008-08-14
1
-0
/
+4
*
* thread.c (rb_thread_execute_interrupts): switch event
ko1
2008-08-13
1
-0
/
+5
*
* common.mk: parse.h depends on parse.c.
naruse
2008-08-13
1
-0
/
+6
*
add ML ref.
kazu
2008-08-13
1
-1
/
+1
*
* test/ruby/test_file_exhaustive.rb (TestFileExhaustive#setup): set group of ...
kazu
2008-08-13
1
-0
/
+5
*
cleanup spaces and tabs
kazu
2008-08-13
1
-18
/
+18
*
* transcode.c (econv_primitive_convert): add output_byteoffset
akr
2008-08-13
1
-0
/
+5
*
* configure.in (rb_cv_gcc_function_alias): checks alias attribute.
nobu
2008-08-13
1
-0
/
+6
*
* common.mk (parse.h): fake rule.
nobu
2008-08-13
1
-0
/
+4
*
* test/ruby/test_thread.rb (test_list): call Thread.pass to run t1.
shugo
2008-08-13
1
-1
/
+6
*
* string.c (alias_func): changed to 'weak, alias' from 'alias' for
kouji
2008-08-13
1
-0
/
+5
*
* gc.c: count only freed object as freelist size.
ko1
2008-08-13
1
-0
/
+4
*
* marshal.c (marshal_load): set arg.untrust properly.
shugo
2008-08-13
1
-0
/
+4
*
* transcode.c (econv_inspect): new method.
akr
2008-08-13
1
-0
/
+4
*
* hash.c (rb_hash_set_default_proc): add new method. a patch from
matz
2008-08-13
1
-0
/
+5
*
* transcode.c (transcode_restartable0): several local variables
akr
2008-08-13
1
-0
/
+5
*
* vm_insnhelper.c (caller_setup_args): should ensure if the value
matz
2008-08-13
1
-0
/
+5
*
* common.mk: regint.h no longer includes vm_core.h.
knu
2008-08-13
1
-0
/
+4
*
* transcode_data.h (rb_transcoding): add fields: writebuf_off,
akr
2008-08-13
1
-0
/
+12
*
* thread.c (rb_thread_check_ints): added. please note that
ko1
2008-08-13
1
-0
/
+10
*
* golf_prelude.rb, lib/set.rb (TC_Set#test_each),
knu
2008-08-13
1
-0
/
+11
*
* thread.c, vm_core.h: add manual priority support
ko1
2008-08-13
1
-0
/
+10
*
* object.c (rb_obj_untrusted): new method Object#untrusted?.
shugo
2008-08-13
1
-0
/
+15
*
* test/ruby/test_m17n.rb: follow EncodingCompatibilityError.
naruse
2008-08-13
1
-0
/
+8
*
* time.c (time_cmp): retry with right hand operand if its not a
matz
2008-08-13
1
-0
/
+5
*
* string.c: Apply a temporary fix to fix build on OS X. A real
knu
2008-08-13
1
-0
/
+5
*
* enumerator.c (Init_Enumerator): Rename Enumerable::Enumerator to
knu
2008-08-13
1
-0
/
+5
*
* common.mk (prelude.c, golf_prelude.c): Using $(COMPILE_PRELUDE)
knu
2008-08-13
1
-0
/
+5
*
* transcode.c (econv_init): make flags argument optional.
akr
2008-08-13
1
-0
/
+5
*
* common.mk (realclean-local): Remove parse.h as well.
knu
2008-08-13
1
-0
/
+7
*
fix constant name.
akr
2008-08-13
1
-1
/
+1
*
* enc/trans/newline.trans (rb_crlf_newline): new transcoder.
akr
2008-08-13
1
-1
/
+12
*
* enc/trans/newline.trans: new file.
akr
2008-08-13
1
-0
/
+18
*
* common.mk (parse.c): generates parse.h together.
nobu
2008-08-13
1
-0
/
+6
*
* vm.c: rewind cfp to show proper backtrace.
ko1
2008-08-13
1
-0
/
+5
*
* tool/make-snapshot: fix for clean up.
nobu
2008-08-13
1
-0
/
+4
*
* vm_core.h: Declare rb_iseq_clone, which is used in class.c.
knu
2008-08-13
1
-0
/
+4
*
* transcode.c (transcode_search_path): return the length of converter
akr
2008-08-13
1
-0
/
+15
*
* tool/make-snapshot: try to find exported directory.
nobu
2008-08-13
1
-0
/
+4
*
* doc/NEWS: Mention the Readline.vi_editing_mode?,
kouji
2008-08-13
1
-0
/
+6
*
* transcode.c (econv_primitive_convert): add output_size argument.
akr
2008-08-12
1
-0
/
+4
[next]