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
*
* parse.y (parser_encode_length): chomp eol style modifiers.
nobu
2007-12-17
1
-0
/
+8
*
* common.mk (encs): added dependencies.
nobu
2007-12-17
1
-0
/
+10
*
* re.c (rb_reg_initialize): raise error if non-Unicode fixed
matz
2007-12-17
1
-0
/
+9
*
* win32/enc-setup.mak: extracts BUILTIN_ENCOBJS.
nobu
2007-12-17
1
-0
/
+6
*
* common.mk (miniprelude.c): add -I$(srcdir).
gotoyuzo
2007-12-17
1
-0
/
+22
*
* string.c (scan_once): need no encoding compatibility check.
matz
2007-12-17
1
-0
/
+9
*
* string.c (rb_str_index): check if substring is broken.
matz
2007-12-17
1
-0
/
+8
*
* common.mk (encs): new target to compile external encodings.
nobu
2007-12-17
1
-0
/
+17
*
* configure.in (MAKEFILES): removed enc/Makefile.
nobu
2007-12-17
1
-1
/
+3
*
* configure.in (EXTERNAL_ENCOBJS, ENCSOS): removed.
nobu
2007-12-17
1
-0
/
+10
*
* string.c (rb_enc_str_asciionly_p): use rb_enc_str_coderange.
akr
2007-12-17
1
-0
/
+4
*
* string.c (rb_enc_str_coderange): set ENC_CODERANGE_BROKEN using
akr
2007-12-17
1
-0
/
+7
*
* ext/openssl/lib/openssl/buffering.rb (Buffering#gets): added second
gotoyuzo
2007-12-17
1
-0
/
+5
*
* lib/webrick/httprequest.rb, lib/webrick/cgi.rb: Request-Line or
gotoyuzo
2007-12-17
1
-4
/
+9
*
* include/ruby/encoding.h (ENC_CODERANGE_VALID): rename from
akr
2007-12-17
1
-0
/
+7
*
* string.c (tr_find): wrong condition fixed.
matz
2007-12-17
1
-0
/
+9
*
* Makefile.in (RUNRUBY): added RUNRUBYOPT.
nobu
2007-12-17
1
-0
/
+4
*
* thread_win32.ci (native_thread_create): initialize
akr
2007-12-17
1
-0
/
+5
*
for undefined conversions.
matz
2007-12-17
1
-0
/
+13
*
* configure.in (BUILTIN_ENCS): removed escapes for OpenBSD.
nobu
2007-12-16
1
-1
/
+3
*
* configure.in (MAKEFILES): should be enc/Makefile, not GNUmakefile.
nobu
2007-12-15
1
-0
/
+5
*
* test/openssl/test_pair.rb (SSLPair#ssl_pair): join the thread, even
akr
2007-12-15
1
-0
/
+5
*
* test/xmlrpc/webrick_testing.rb: join webrick server thread.
akr
2007-12-15
1
-0
/
+4
*
* configure.in (BUILTIN_ENCS): splitted command line instead of
nobu
2007-12-15
1
-0
/
+5
*
* lib/timeout.rb: join the background thread to make sure it is dead.
akr
2007-12-15
1
-0
/
+4
*
* configure.in (BUILTIN_ENCS): [] needs to be enclosed because of m4.
nobu
2007-12-15
1
-1
/
+3
*
* configure.in (enc/Makefile): add external encoding objects list.
nobu
2007-12-15
1
-0
/
+13
*
* lib/e2mmap.rb (Exception2MessageMapper::E2MM.Raise): $! no
matz
2007-12-15
1
-0
/
+5
*
* transcode.c (str_transcode, transcode_dispatch): added two-step
matz
2007-12-15
1
-0
/
+17
*
* vm_core.h (rb_thread_t): new member machine_stack_maxsize and
akr
2007-12-15
1
-0
/
+23
*
* encoding.c (rb_enc_register, rb_enc_replicate, rb_enc_alias): check
nobu
2007-12-15
1
-0
/
+5
*
* lib/rdoc/options.rb (Options::parse): do not access $KCODE any
matz
2007-12-14
1
-0
/
+9
*
* thread_pthread.ci (native_thread_create): twice the stack size.
akr
2007-12-14
1
-0
/
+6
*
* io.c (rb_f_p): RDoc update. a patch from murphy <murphy AT rubychan.de>.
matz
2007-12-14
1
-0
/
+5
*
* string.c (rb_str_cmp): encoding aware comparison.
matz
2007-12-14
1
-0
/
+6
*
* common.mk (ruby.imp): fix for circular dependency. a patch from
nobu
2007-12-14
1
-0
/
+8
*
* ext/readline/extconf.rb: should use have_func for functions instead
nobu
2007-12-14
1
-1
/
+4
*
* lib/mkmf.rb (try_var): should fail for functions.
nobu
2007-12-14
1
-1
/
+3
*
* configure.in (RUBY_CHECK_VARTYPE): check if a variable is defined
nobu
2007-12-14
1
-0
/
+9
*
* eval.c (rb_protect): restore root_jmpbuf even if proc exits by
akr
2007-12-13
1
-0
/
+5
*
* string.c (str_nth): direct jump if string is 7bit only. great
matz
2007-12-13
1
-0
/
+7
*
* encoding.c (rb_enc_compatible): 1st argument (typically the
matz
2007-12-13
1
-0
/
+5
*
* io.c (rb_io_synchronized): should check if initialized.
matz
2007-12-13
1
-0
/
+5
*
* re.c (rb_reg_initialize): embedded string may override encoding
matz
2007-12-13
1
-0
/
+8
*
* encoding.c (rb_enc_compatible): encoding should never fall back
matz
2007-12-13
1
-0
/
+5
*
* string.c (rb_str_shared_replace): make str noembed after free.
akr
2007-12-13
1
-0
/
+4
*
* eval.c (rb_protect): restore root_jmpbuf to avoid SEGV by
akr
2007-12-13
1
-0
/
+6
*
* string.c (rb_str_succ): should not enter infinite loop for
matz
2007-12-13
1
-0
/
+3
*
* string.c (str_gsub): should copy encoding to the result.
matz
2007-12-13
1
-1
/
+5
*
* string.c (rb_str_split_m): need not to check encoding if regexp
matz
2007-12-13
1
-0
/
+11
[next]