aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
...
* * common.mk (encs, ext/ripper/ripper.c): other options must comenobu2007-12-181-0/+5
* Don't call private fail anymore.drbrain2007-12-181-0/+4
* * common.mk (encs, ext/ripper/ripper.c): pass MAKEFLAGS.nobu2007-12-181-0/+4
* * parse.y (op_tbl): remove duplication to avoid symbol aliases.matz2007-12-181-0/+4
* * string.c (str_nth): need not to raise out-of-range exception.matz2007-12-181-0/+7
* * enc/depend: get rid of target expanded as empty for nmake.nobu2007-12-181-0/+4
* * proc.c (rb_obj_public_method): Object#public_method to retrievematz2007-12-171-0/+15
* * lib/ping.rb, lib/readbytes.rb: removedmatz2007-12-171-0/+2
* * lib/Env.rb, lib/base64.rb, lib/importenv.rb, lib/eregex.rb: removed.matz2007-12-171-0/+4
* * configure.in (BUILTIN_ENCS): removed.nobu2007-12-171-0/+10
* ChangeLog: typo fixedmatz2007-12-171-1/+1
* * sprintf.c (rb_str_format): need to clear output buffer to avoidmatz2007-12-171-0/+5
* * lib/mkmf.rb (depend_rules): inserts ruby to only headers.nobu2007-12-171-0/+4
* * parse.y (parser_encode_length): chomp eol style modifiers.nobu2007-12-171-0/+8
* * common.mk (encs): added dependencies.nobu2007-12-171-0/+10
* * re.c (rb_reg_initialize): raise error if non-Unicode fixedmatz2007-12-171-0/+9
* * win32/enc-setup.mak: extracts BUILTIN_ENCOBJS.nobu2007-12-171-0/+6
* * common.mk (miniprelude.c): add -I$(srcdir).gotoyuzo2007-12-171-0/+22
* * string.c (scan_once): need no encoding compatibility check.matz2007-12-171-0/+9
* * string.c (rb_str_index): check if substring is broken.matz2007-12-171-0/+8
* * common.mk (encs): new target to compile external encodings.nobu2007-12-171-0/+17
* * configure.in (MAKEFILES): removed enc/Makefile.nobu2007-12-171-1/+3
* * configure.in (EXTERNAL_ENCOBJS, ENCSOS): removed.nobu2007-12-171-0/+10
* * string.c (rb_enc_str_asciionly_p): use rb_enc_str_coderange.akr2007-12-171-0/+4
* * string.c (rb_enc_str_coderange): set ENC_CODERANGE_BROKEN usingakr2007-12-171-0/+7
* * ext/openssl/lib/openssl/buffering.rb (Buffering#gets): added secondgotoyuzo2007-12-171-0/+5
* * lib/webrick/httprequest.rb, lib/webrick/cgi.rb: Request-Line orgotoyuzo2007-12-171-4/+9
* * include/ruby/encoding.h (ENC_CODERANGE_VALID): rename fromakr2007-12-171-0/+7
* * string.c (tr_find): wrong condition fixed.matz2007-12-171-0/+9
* * Makefile.in (RUNRUBY): added RUNRUBYOPT.nobu2007-12-171-0/+4
* * thread_win32.ci (native_thread_create): initializeakr2007-12-171-0/+5
* for undefined conversions.matz2007-12-171-0/+13
* * configure.in (BUILTIN_ENCS): removed escapes for OpenBSD.nobu2007-12-161-1/+3
* * configure.in (MAKEFILES): should be enc/Makefile, not GNUmakefile.nobu2007-12-151-0/+5
* * test/openssl/test_pair.rb (SSLPair#ssl_pair): join the thread, evenakr2007-12-151-0/+5
* * test/xmlrpc/webrick_testing.rb: join webrick server thread.akr2007-12-151-0/+4
* * configure.in (BUILTIN_ENCS): splitted command line instead ofnobu2007-12-151-0/+5
* * lib/timeout.rb: join the background thread to make sure it is dead.akr2007-12-151-0/+4
* * configure.in (BUILTIN_ENCS): [] needs to be enclosed because of m4.nobu2007-12-151-1/+3
* * configure.in (enc/Makefile): add external encoding objects list.nobu2007-12-151-0/+13
* * lib/e2mmap.rb (Exception2MessageMapper::E2MM.Raise): $! nomatz2007-12-151-0/+5
* * transcode.c (str_transcode, transcode_dispatch): added two-stepmatz2007-12-151-0/+17
* * vm_core.h (rb_thread_t): new member machine_stack_maxsize andakr2007-12-151-0/+23
* * encoding.c (rb_enc_register, rb_enc_replicate, rb_enc_alias): checknobu2007-12-151-0/+5
* * lib/rdoc/options.rb (Options::parse): do not access $KCODE anymatz2007-12-141-0/+9
* * thread_pthread.ci (native_thread_create): twice the stack size.akr2007-12-141-0/+6
* * io.c (rb_f_p): RDoc update. a patch from murphy <murphy AT rubychan.de>.matz2007-12-141-0/+5
* * string.c (rb_str_cmp): encoding aware comparison.matz2007-12-141-0/+6
* * common.mk (ruby.imp): fix for circular dependency. a patch fromnobu2007-12-141-0/+8
* * ext/readline/extconf.rb: should use have_func for functions insteadnobu2007-12-141-1/+4