summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
2007-12-18* parse.y (arg tMATCH arg): call reg_named_capture_assign_gen if regexpakr
2007-12-18* string.c (rb_str_splice): propagate encoding.matz
2007-12-18* object.c (rb_obj_freeze): preserve frozen state of immediatematz
2007-12-18* transcode.c (rb_str_transcode_bang, rb_str_transcode): set newnobu
2007-12-18* common.mk (encs, ext/ripper/ripper.c): other options must comenobu
2007-12-18Don't call private fail anymore.drbrain
2007-12-18* common.mk (encs, ext/ripper/ripper.c): pass MAKEFLAGS.nobu
2007-12-18* parse.y (op_tbl): remove duplication to avoid symbol aliases.matz
2007-12-18* string.c (str_nth): need not to raise out-of-range exception.matz
2007-12-18* enc/depend: get rid of target expanded as empty for nmake.nobu
2007-12-17* proc.c (rb_obj_public_method): Object#public_method to retrievematz
2007-12-17* lib/ping.rb, lib/readbytes.rb: removedmatz
2007-12-17* lib/Env.rb, lib/base64.rb, lib/importenv.rb, lib/eregex.rb: removed.matz
2007-12-17* configure.in (BUILTIN_ENCS): removed.nobu
2007-12-17ChangeLog: typo fixedmatz
2007-12-17* sprintf.c (rb_str_format): need to clear output buffer to avoidmatz
2007-12-17* lib/mkmf.rb (depend_rules): inserts ruby to only headers.nobu
2007-12-17* parse.y (parser_encode_length): chomp eol style modifiers.nobu
2007-12-17* common.mk (encs): added dependencies.nobu
2007-12-17* re.c (rb_reg_initialize): raise error if non-Unicode fixedmatz
2007-12-17* win32/enc-setup.mak: extracts BUILTIN_ENCOBJS.nobu
2007-12-17* common.mk (miniprelude.c): add -I$(srcdir).gotoyuzo
2007-12-17* string.c (scan_once): need no encoding compatibility check.matz
2007-12-17* string.c (rb_str_index): check if substring is broken.matz
2007-12-17* common.mk (encs): new target to compile external encodings.nobu
2007-12-17* configure.in (MAKEFILES): removed enc/Makefile.nobu
2007-12-17* configure.in (EXTERNAL_ENCOBJS, ENCSOS): removed.nobu
2007-12-17* string.c (rb_enc_str_asciionly_p): use rb_enc_str_coderange.akr
2007-12-17* string.c (rb_enc_str_coderange): set ENC_CODERANGE_BROKEN usingakr
2007-12-17* ext/openssl/lib/openssl/buffering.rb (Buffering#gets): added secondgotoyuzo
2007-12-17* lib/webrick/httprequest.rb, lib/webrick/cgi.rb: Request-Line orgotoyuzo
2007-12-17* include/ruby/encoding.h (ENC_CODERANGE_VALID): rename fromakr
2007-12-17* string.c (tr_find): wrong condition fixed.matz
2007-12-17* Makefile.in (RUNRUBY): added RUNRUBYOPT.nobu
2007-12-17* thread_win32.ci (native_thread_create): initializeakr
2007-12-17for undefined conversions.matz
2007-12-16* configure.in (BUILTIN_ENCS): removed escapes for OpenBSD.nobu
2007-12-15* configure.in (MAKEFILES): should be enc/Makefile, not GNUmakefile.nobu
2007-12-15* test/openssl/test_pair.rb (SSLPair#ssl_pair): join the thread, evenakr
2007-12-15* test/xmlrpc/webrick_testing.rb: join webrick server thread.akr
2007-12-15* configure.in (BUILTIN_ENCS): splitted command line instead ofnobu
2007-12-15* lib/timeout.rb: join the background thread to make sure it is dead.akr
2007-12-15* configure.in (BUILTIN_ENCS): [] needs to be enclosed because of m4.nobu
2007-12-15* configure.in (enc/Makefile): add external encoding objects list.nobu
2007-12-15* lib/e2mmap.rb (Exception2MessageMapper::E2MM.Raise): $! nomatz
2007-12-15* transcode.c (str_transcode, transcode_dispatch): added two-stepmatz
2007-12-15* vm_core.h (rb_thread_t): new member machine_stack_maxsize andakr
2007-12-15* encoding.c (rb_enc_register, rb_enc_replicate, rb_enc_alias): checknobu
2007-12-14* lib/rdoc/options.rb (Options::parse): do not access $KCODE anymatz
2007-12-14* thread_pthread.ci (native_thread_create): twice the stack size.akr