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
*
* compile.c (iseq_build_from_ary), iseq.c (iseq_load): fix for format change.
nobu
2008-01-08
1
-0
/
+4
*
* string.c (rb_str_buf_append): fix append itself.
akr
2008-01-07
1
-0
/
+4
*
* string.c (STR_ENC_GET): defined. same as rb_enc_get without
akr
2008-01-07
1
-3
/
+17
*
* lib/webrick/httpservlet/cgihandler.rb: external encoding of
gotoyuzo
2008-01-07
1
-0
/
+5
*
Use ERB instead of custom template language for RDoc.
drbrain
2008-01-07
1
-0
/
+8
*
* string.c (Init_String): sym_match arity spec was wrong. a patch
matz
2008-01-07
1
-0
/
+5
*
* string.c (str_gsub): move rb_enc_get(str) to out of loop.
akr
2008-01-07
1
-0
/
+4
*
* include/ruby/oniguruma.h (OnigEncodingType): new member
akr
2008-01-07
1
-0
/
+11
*
Namespace TokenStream under RDoc.
drbrain
2008-01-07
1
-1
/
+5
*
Namespace RDoc::DOT. Clean up formatting of RDoc::Diagrams.
drbrain
2008-01-07
1
-0
/
+6
*
Convert RDoc to OptionParser, clean up -h output, namespace Options under RDoc.
drbrain
2008-01-07
1
-0
/
+6
*
* common.mk, Makefile.in, */Makefile.sub (distclean-local): move
usa
2008-01-07
1
-0
/
+6
*
* re.c (rb_reg_preprocess): fix fixed_enc condition.
akr
2008-01-07
1
-0
/
+4
*
Merge documentation from the same class on ri generation.
drbrain
2008-01-07
1
-0
/
+11
*
* encoding.c (rb_enc_internal_get_index): extracted from
akr
2008-01-07
1
-0
/
+19
*
add ML ref.
akr
2008-01-06
1
-1
/
+1
*
* string.c (coderange_scan): avoid rb_enc_to_index.
akr
2008-01-06
1
-0
/
+7
*
* string.c (coderange_scan): optimize ASCII-8BIT string.
akr
2008-01-06
1
-0
/
+5
*
* lib/erb.rb (ERB::Revision): cut off locale dependent string in Date
akr
2008-01-06
1
-0
/
+5
*
don't use Date keyword itself.
akr
2008-01-06
1
-1
/
+1
*
* $Date$ keyword removed to avoid inclusion of locale dependent
akr
2008-01-06
1
-0
/
+5
*
* re.c (rb_reg_initialize_str): forbid raw non ASCII character
akr
2008-01-06
1
-0
/
+5
*
* include/ruby/encoding.h (rb_enc_str_buf_cat): declared.
akr
2008-01-06
1
-0
/
+15
*
* lib/securerandom.rb: Add Win32 support.
technorama
2008-01-06
1
-0
/
+4
*
* lib/date.rb, lib/date/format.rb: introduced some constants
tadf
2008-01-06
1
-0
/
+7
*
* re.c (rb_reg_initialize_str): /\x80/n is not an error even if script
akr
2008-01-05
1
-0
/
+5
*
* lib/resolv.rb (Reolv::DNS#each_address): get A record and then AAAA
naruse
2008-01-05
1
-0
/
+5
*
* vm_insnhelper.c (vm_callee_setup_arg): it is not inlinable because
akr
2008-01-05
1
-0
/
+5
*
* string.c (rb_str_resize): copy if old data is not empty
nobu
2008-01-05
1
-2
/
+2
*
* string.c (rb_str_resize): copy at old length but not new length.
nobu
2008-01-05
1
-0
/
+5
*
* ruby.c (proc_options): no need for intermediate object.
nobu
2008-01-05
1
-0
/
+4
*
* encoding.c (Init_Encoding): alias csWindows31J to Windows-31J.
akr
2008-01-05
1
-0
/
+5
*
* include/ruby/ruby.h (rb_intern): memorize interned ID for constant
akr
2008-01-04
1
-0
/
+5
*
* string.c (trnext): should enable backslash escape.
matz
2008-01-04
1
-0
/
+4
*
* eval.c (Init_eval): move instance_eval and instance_exec to
matz
2008-01-04
1
-0
/
+7
*
* ruby.c (proc_options): update according to the last API revert.
matz
2008-01-04
1
-0
/
+4
*
* include/ruby/intern.h, re.c (rb_reg_new): keep interface same as
nobu
2008-01-04
1
-0
/
+14
*
* time.c (time_arg): use converted object. [ruby-core:14759]
nobu
2008-01-04
1
-0
/
+4
*
* ext/digest/lib/digest/hmac.rb (Digest::HMAC#initialize): use
akr
2008-01-04
1
-0
/
+5
*
* re.c (rb_reg_prepare_re): check string encoding. Oniguruma doesn't
akr
2008-01-04
1
-1
/
+6
*
* re.c (rb_reg_search): avoid inner loop for reverse search.
matz
2008-01-04
1
-0
/
+7
*
* enc/euc_jp.c: remove eucjp_ prefix. breakpoint can be specified as
akr
2008-01-03
1
-0
/
+39
*
* re.c (rb_reg_search): iterate onig_match for reverse mode.
akr
2008-01-03
1
-0
/
+4
*
* win32.h: only VC6 needs extern "C++" for math.h. [ruby-talk:285660]
nobu
2008-01-03
1
-0
/
+4
*
* include/ruby/oniguruma.h: Oniguruma 1.9.1 merged.
matz
2008-01-03
1
-0
/
+4
*
* io.c (io_ungetc): move data in buffer if it is required to store the
akr
2008-01-03
1
-0
/
+5
*
* include/ruby/ruby.h (st_strcasecmp): declared for STRCASECMP.
akr
2008-01-03
1
-0
/
+5
*
* eval_jump.c (rb_f_catch): Resotre cfp if catched thrown object.
ko1
2008-01-03
1
-0
/
+4
*
* bootstraptest/test_eval.rb, test_knownbug.rb: move a fixed test.
ko1
2008-01-03
1
-0
/
+4
*
* encoding.c: (rb_tolower, rb_toupper): body was exchanged.
akr
2008-01-03
1
-0
/
+4
[next]