summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2008-01-22* encoding.c (rb_enc_compatible): wrong compatibility condition.matz
2008-01-22* configure.in (MINIRUBY): remove -I$(EXTOUT)/$(arch) frommatz
2008-01-22* string.c (rb_str_each_char): iterates over a shadow.nobu
2008-01-22* lib/rdoc/ri/formatter.rb: Indent labeled lists like note lists.drbrain
2008-01-21* parse.y (rb_intern3): do not call rb_enc_mbclen() if *m ismatz
2008-01-21* ChangeLog: format-time-string under C locale. [ruby-dev:33261]kazu
2008-01-21* test/ruby/test_bignum.rb: add tests for bignum.c.mame
2008-01-21* bignum.c (big_shift): fix a bug that caused infinite loop whenmame
2008-01-21fixed a typo.tadf
2008-01-21 * lib/date.rb (marshal_load): initialize the cache.tadf
2008-01-21Mon Jan 21 19:42:42 2008 Martin Duerst <duerst@it.aoyama.ac.jp>duerst
2008-01-21* transcode.c (str_transcode): initialize transcoder innobu
2008-01-21* transcode.c (str_transcode): initialize transcoder innobu
2008-01-21* eval.c, gc.c (setjmp): sigsetjmp is a macro on cygwin.nobu
2008-01-21* transcode.c (transcode_loop, str_transcoding_resize): use unsignednobu
2008-01-21* string.c (rb_str_each_char): move forward. [ruby-dev:33231]nobu
2008-01-20* transcode.c (transcode_dispatch): constified return value.nobu
2008-01-20* string.c (rb_str_each_char): advance offset before get next charnobu
2008-01-20add a test.akr
2008-01-20add a test for each_char.akr
2008-01-20Sun Jan 20 20:00:20 2008 Martin Duerst <duerst@it.aoyama.ac.jp>duerst
2008-01-20Sun Jan 20 15:08:08 2008 Martin Duerst <duerst@it.aoyama.ac.jp>duerst
2008-01-20Sun Jan 20 15:08:08 2008 Martin Duerst <duerst@it.aoyama.ac.jp>duerst
2008-01-20 r1479@bean: ser | 2008-01-19 14:26:31 -0500ser
2008-01-20* string.c (rb_str_each_char): performance improvement, and stop ifnobu
2008-01-20add a test.akr
2008-01-20add a assertion message.akr
2008-01-20add a test.akr
2008-01-20* common.mk: use -Ks when read insns.def. [ruby-dev#33185]naruse
2008-01-19* enc/make_encdb.rb: fix duplication check.naruse
2008-01-19* ascii.c: remove difinition of replica KOI8-U.naruse
2008-01-19update encdump for UTF-16.akr
2008-01-19fix a test.akr
2008-01-19add a test.akr
2008-01-19* enc/koi8_u.c: added.naruse
2008-01-19* string.c (coderange_scan): don't call mbclen functions for ASCIIakr
2008-01-19* lib/rdoc/template.rb (RDoc): defined to avoid uninitialized constantakr
2008-01-19* encoding.c (enc_new): don't free rb_encoding to avoid SEGV byakr
2008-01-19 * lib/date.rb (once): use an instance variable which points a hashtadf
2008-01-19 * lib/date.rb, lib/date/format.rb: parse's hints as antadf
2008-01-19* configure.in (sigsetjmp): check if available.nobu
2008-01-19* configure.in: Remove wrong assumptions about Cygwin. a patch fromnobu
2008-01-19* trunk/test/rdoc/test_rdoc_ri_formatter.rb: set eol-style.nobu
2008-01-19* ext/win32ole/win32ole.c (ole_set_safe_array): should not usesuke
2008-01-19* lib/rdoc/markup: Remove ListBase and Line constants.drbrain
2008-01-18* parse.y (parser_prepare): get encoding from the first line.nobu
2008-01-18* thread.c (thread_create_core): prohibit thread creation in thematz
2008-01-18* sprintf.c (rb_str_format): set result encoding for wider width.nobu
2008-01-18 * thread_win32.c (w32_wait_events): shouldn't invoke interrupt handleusa
2008-01-18* thread.c (thread_create_core): set thread group before creatingnobu