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
Commit message (
Expand
)
Author
Age
Files
Lines
*
* string.c (rb_str_intern): constified.
nobu
2008-08-12
1
-1
/
+1
*
* gc.c (gc_profile_result): use sprintf.
nari
2008-08-12
2
-17
/
+24
*
* string.c (rb_str_intern): should check symbol table overflow.
matz
2008-08-12
2
-2
/
+21
*
* lib/net/http.rb (send_request_with_body): Content-Length should be byte len...
aamine
2008-08-12
2
-1
/
+6
*
* enc/depend: (transvpath_prefix): prefix has no extension, so replace
usa
2008-08-12
2
-1
/
+6
*
* test/readline/test_readline.rb (TestReadline#test_safe_level_4):
kouji
2008-08-12
2
-0
/
+7
*
* enc/Makefile.in (.SUFFIXES): renamed to .trans.
nobu
2008-08-12
5
-16
/
+53
*
* lib/net/https.rb: supress syntax warning.
aamine
2008-08-12
2
-1
/
+10
*
* lib/net/http.rb (Net::HTTP#initialize): initialize net/https variables to s...
aamine
2008-08-12
1
-0
/
+5
*
* ext/dl/cptr.c (rb_dlptr_s_to_ptr): fixed shadowing variable.
nobu
2008-08-12
2
-2
/
+6
*
* ext/socket/getaddrinfo.c (getaddrinfo): constified.
nobu
2008-08-12
1
-1
/
+1
*
* test/win32ole/test_err_in_callback.rb: do not require 'mkmf'
matz
2008-08-12
2
-2
/
+7
*
add a test.
akr
2008-08-11
1
-0
/
+11
*
* transcode_data.h (rb_transcoder): add resetstate_func field for
akr
2008-08-11
6
-27
/
+80
*
* transcode.c (get_replacement_character): extracted from
akr
2008-08-11
2
-20
/
+31
*
* transcode_data.h (rb_transcoder): typedef at first.
akr
2008-08-11
2
-3
/
+9
*
* transcode.c (rb_trans_conv): find second last error.
akr
2008-08-11
3
-4
/
+21
*
* 2008-08-12
svn
2008-08-11
1
-3
/
+3
*
* transcode_data.h (rb_trans_result_t): new type.
akr
2008-08-11
4
-127
/
+297
*
* iseq.c (rb_iseq_clone): should preserve cref_stack link.
matz
2008-08-11
2
-0
/
+7
*
* ext/dl/cfunc.c (rb_dlcfunc_call): add taint check.
matz
2008-08-11
4
-8
/
+30
*
* gc.c (getrusage_time): works only if RUSAGE_SELF is defined right
nobu
2008-08-11
2
-26
/
+34
*
* array.c (rb_ary_sample): rename #choice to #sample. in
matz
2008-08-11
3
-11
/
+47
*
* gc.c: added GC::Profiler.
nari
2008-08-11
2
-0
/
+343
*
fixed ChangeLog.
kouji
2008-08-11
1
-1
/
+1
*
* ext/readline/README.ja: added API document for
kouji
2008-08-11
5
-0
/
+105
*
* class.c (clone_method): should copy cbase in cref as well.
matz
2008-08-11
4
-15
/
+60
*
* test/readline/test_readline.rb: added test for Readline's class
kouji
2008-08-11
2
-8
/
+134
*
* enc/trans/iso2022.trans: renamed from iso2022.erb.c.
akr
2008-08-11
8
-10
/
+28
*
* configure.in (rb_cv_broken_glibc_ia64_erfc): renamed from
akr
2008-08-11
2
-5
/
+11
*
* 2008-08-11
svn
2008-08-11
1
-3
/
+3
*
* transcode_data.h (rb_transcoding): rename fields.
akr
2008-08-11
3
-33
/
+41
*
* transcode.c (transcode_restartable0): invalid handling simplified.
akr
2008-08-10
2
-31
/
+23
*
* encoding.c: include util.h. [ruby-dev:35715]
mame
2008-08-10
3
-1
/
+8
*
* transcode_data.h (rb_transcoding): new field: flags.
akr
2008-08-10
3
-61
/
+125
*
* tool/transcode-tblgen.rb: record checksum of
akr
2008-08-10
2
-2
/
+11
*
* config.guess ({powerpc-apple,i586-pc}-haiku): re-applied r18403.
nobu
2008-08-10
2
-2
/
+11
*
* config.{guess,sub}: updated to automake-1.10.1.
nobu
2008-08-10
3
-363
/
+549
*
* configure.in,parse.y: removed garbage spaces.
nobu
2008-08-10
2
-21
/
+21
*
* enc/Makefile.in (make-workdir): use MAKEDIRS.
nobu
2008-08-10
4
-4
/
+17
*
* transcode.c: rename my_transcoding to tc and my_transcoder to tr.
akr
2008-08-10
2
-96
/
+100
*
* transcode_data.h (rb_transcoding): add feedlen field.
akr
2008-08-10
3
-10
/
+69
*
* common.mk (extconf): use MAKEDIRS.
nobu
2008-08-10
3
-1
/
+6
*
* lib/irb.rb (IRB::Irb#inspect): instance_variables returns symbols
nobu
2008-08-10
2
-1
/
+6
*
* transcode.c (transcode_char_start): refactored to remove readlen
akr
2008-08-10
2
-35
/
+34
*
* gc.c (STACK_LEVEL_MAX, ruby_stack_length): returns size_t.
nobu
2008-08-09
3
-3
/
+6
*
r18455 reverted.
akr
2008-08-09
2
-93
/
+92
*
* 2008-08-10
svn
2008-08-09
1
-3
/
+3
*
* configure.in (rb_cv_missing__dtos18, rb_cv_missing_fconvert),
nobu
2008-08-09
8
-17
/
+32
*
* transcode.c (transcode_loop): take destination and resize function
akr
2008-08-09
3
-17
/
+30
[next]