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
*
* gc.c (gc_profile_result): use sprintf.
nari
2008-08-12
1
-0
/
+4
*
* string.c (rb_str_intern): should check symbol table overflow.
matz
2008-08-12
1
-0
/
+4
*
* lib/net/http.rb (send_request_with_body): Content-Length should be byte len...
aamine
2008-08-12
1
-0
/
+5
*
* enc/depend: (transvpath_prefix): prefix has no extension, so replace
usa
2008-08-12
1
-0
/
+5
*
* test/readline/test_readline.rb (TestReadline#test_safe_level_4):
kouji
2008-08-12
1
-0
/
+5
*
* enc/Makefile.in (.SUFFIXES): renamed to .trans.
nobu
2008-08-12
1
-0
/
+8
*
* lib/net/https.rb: supress syntax warning.
aamine
2008-08-12
1
-0
/
+9
*
* ext/dl/cptr.c (rb_dlptr_s_to_ptr): fixed shadowing variable.
nobu
2008-08-12
1
-0
/
+4
*
* test/win32ole/test_err_in_callback.rb: do not require 'mkmf'
matz
2008-08-12
1
-0
/
+5
*
* transcode_data.h (rb_transcoder): add resetstate_func field for
akr
2008-08-11
1
-0
/
+13
*
* transcode.c (get_replacement_character): extracted from
akr
2008-08-11
1
-0
/
+5
*
* transcode_data.h (rb_transcoder): typedef at first.
akr
2008-08-11
1
-0
/
+4
*
* transcode.c (rb_trans_conv): find second last error.
akr
2008-08-11
1
-0
/
+4
*
* transcode_data.h (rb_trans_result_t): new type.
akr
2008-08-11
1
-0
/
+23
*
* iseq.c (rb_iseq_clone): should preserve cref_stack link.
matz
2008-08-11
1
-0
/
+4
*
* ext/dl/cfunc.c (rb_dlcfunc_call): add taint check.
matz
2008-08-11
1
-0
/
+12
*
* gc.c (getrusage_time): works only if RUSAGE_SELF is defined right
nobu
2008-08-11
1
-0
/
+7
*
* array.c (rb_ary_sample): rename #choice to #sample. in
matz
2008-08-11
1
-0
/
+5
*
* gc.c: added GC::Profiler.
nari
2008-08-11
1
-0
/
+4
*
fixed ChangeLog.
kouji
2008-08-11
1
-1
/
+1
*
* ext/readline/README.ja: added API document for
kouji
2008-08-11
1
-0
/
+14
*
* class.c (clone_method): should copy cbase in cref as well.
matz
2008-08-11
1
-0
/
+12
*
* test/readline/test_readline.rb: added test for Readline's class
kouji
2008-08-11
1
-0
/
+5
*
* enc/trans/iso2022.trans: renamed from iso2022.erb.c.
akr
2008-08-11
1
-0
/
+16
*
* configure.in (rb_cv_broken_glibc_ia64_erfc): renamed from
akr
2008-08-11
1
-0
/
+6
*
* transcode_data.h (rb_transcoding): rename fields.
akr
2008-08-11
1
-0
/
+8
*
* transcode.c (transcode_restartable0): invalid handling simplified.
akr
2008-08-10
1
-0
/
+6
*
* encoding.c: include util.h. [ruby-dev:35715]
mame
2008-08-10
1
-0
/
+6
*
* transcode_data.h (rb_transcoding): new field: flags.
akr
2008-08-10
1
-0
/
+13
*
* tool/transcode-tblgen.rb: record checksum of
akr
2008-08-10
1
-0
/
+5
*
* config.guess ({powerpc-apple,i586-pc}-haiku): re-applied r18403.
nobu
2008-08-10
1
-1
/
+4
*
* config.{guess,sub}: updated to automake-1.10.1.
nobu
2008-08-10
1
-0
/
+4
*
* enc/Makefile.in (make-workdir): use MAKEDIRS.
nobu
2008-08-10
1
-0
/
+8
*
* transcode.c: rename my_transcoding to tc and my_transcoder to tr.
akr
2008-08-10
1
-0
/
+4
*
* transcode_data.h (rb_transcoding): add feedlen field.
akr
2008-08-10
1
-0
/
+14
*
* common.mk (extconf): use MAKEDIRS.
nobu
2008-08-10
1
-0
/
+4
*
* lib/irb.rb (IRB::Irb#inspect): instance_variables returns symbols
nobu
2008-08-10
1
-0
/
+5
*
* transcode.c (transcode_char_start): refactored to remove readlen
akr
2008-08-10
1
-0
/
+6
*
* gc.c (STACK_LEVEL_MAX, ruby_stack_length): returns size_t.
nobu
2008-08-09
1
-1
/
+4
*
r18455 reverted.
akr
2008-08-09
1
-6
/
+0
*
* configure.in (rb_cv_missing__dtos18, rb_cv_missing_fconvert),
nobu
2008-08-09
1
-0
/
+10
*
* transcode.c (transcode_loop): take destination and resize function
akr
2008-08-09
1
-0
/
+13
*
* common.mk: encs depend on transdb.h
naruse
2008-08-09
1
-0
/
+4
*
* configure.in (rb_cv_rshift_sign, rb_cv_binary_elf): get rid of
nobu
2008-08-09
1
-0
/
+5
*
* transcode.c (transcode_char_start): arguments changed.
akr
2008-08-09
1
-0
/
+6
*
* transcode_data.h (rb_transcoding): new fields: next_info and next_byte.
akr
2008-08-09
1
-0
/
+8
*
* transcode.c (transcode_restartable): my_transcoder argument removed.
akr
2008-08-09
1
-0
/
+5
*
* transcode_data.h (rb_transcoding): add fields for restartable
akr
2008-08-09
1
-0
/
+20
*
* stable/ext/socket/socket.c (NI_MAXHOST, NI_MAXSERV): fixed invalid
nobu
2008-08-09
1
-0
/
+6
*
* enc/make_encdb.rb, enc/trans/make_transdb.rb: skip nonexistent
nobu
2008-08-08
1
-0
/
+5
[next]