aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
...
* * insns.def (expandarray): fix stack inc.mame2008-01-231-0/+5
* * ruby.c (proc_optionc): -Kn means ASCII-8BIT.naruse2008-01-231-0/+2
* * parse.y (parser_str_new, rb_intern3): ascii only string literal is US-ASCII.naruse2008-01-231-0/+3
* * encoding.{c, h} (rb_usascii_encoding): added.naruse2008-01-231-0/+4
* * sprintf.c: fix comment. [ruby-dev:33275]mame2008-01-231-0/+5
* * test/ruby/test_struct.rb: add tests to achieve over 90% testmame2008-01-231-0/+7
* * enc/trans/japanese.c (rb_from_Windows_31J, rb_to_Windows_31J):nobu2008-01-231-0/+5
* * time.c (time_strftime): copy encoding from format. [ruby-dev:33303]nobu2008-01-231-0/+4
* * string.c (str_make_independent): should set length.nobu2008-01-231-0/+11
* * re.c (rb_reg_prepare_re): fix SEGV byakr2008-01-231-0/+5
* * string.c (str_mod_check, str_nth, str_offset): consitfied.nobu2008-01-231-0/+6
* * eval_method.c (rb_export_method): set ruby_vm_redefined_flag formatz2008-01-231-0/+6
* * test/ruby/test_bignum.rb: change some tests because rationalmame2008-01-221-0/+5
* * lib/mkmf.rb (create_makefile): need to output sodir rule.usa2008-01-221-0/+4
* * lib/mkmf.rb (create_makefile): lib files shoudn't depend on installusa2008-01-221-0/+6
* Tue Jan 22 17:52:52 2008 Martin Duerst <duerst@it.aoyama.ac.jp>duerst2008-01-221-0/+5
* * encoding.c (rb_enc_compatible): wrong compatibility condition.matz2008-01-221-0/+3
* * configure.in (MINIRUBY): remove -I$(EXTOUT)/$(arch) frommatz2008-01-221-0/+14
* * string.c (rb_str_each_char): iterates over a shadow.nobu2008-01-221-0/+5
* * lib/rdoc/ri/formatter.rb: Indent labeled lists like note lists.drbrain2008-01-221-0/+8
* * parse.y (rb_intern3): do not call rb_enc_mbclen() if *m ismatz2008-01-211-0/+8
* * ChangeLog: format-time-string under C locale. [ruby-dev:33261]kazu2008-01-211-1/+6
* * test/ruby/test_bignum.rb: add tests for bignum.c.mame2008-01-211-0/+4
* * bignum.c (big_shift): fix a bug that caused infinite loop whenmame2008-01-211-0/+5
* * lib/date.rb (marshal_load): initialize the cache.tadf2008-01-211-0/+4
* Mon Jan 21 19:42:42 2008 Martin Duerst <duerst@it.aoyama.ac.jp>duerst2008-01-211-0/+5
* * transcode.c (str_transcode): initialize transcoder innobu2008-01-211-1/+1
* * transcode.c (str_transcode): initialize transcoder innobu2008-01-211-0/+7
* * eval.c, gc.c (setjmp): sigsetjmp is a macro on cygwin.nobu2008-01-211-0/+4
* * transcode.c (transcode_loop, str_transcoding_resize): use unsignednobu2008-01-211-0/+12
* * string.c (rb_str_each_char): move forward. [ruby-dev:33231]nobu2008-01-211-0/+4
* * transcode.c (transcode_dispatch): constified return value.nobu2008-01-201-0/+12
* * string.c (rb_str_each_char): advance offset before get next charnobu2008-01-201-0/+5
* Sun Jan 20 20:00:20 2008 Martin Duerst <duerst@it.aoyama.ac.jp>duerst2008-01-201-1/+8
* Sun Jan 20 15:08:08 2008 Martin Duerst <duerst@it.aoyama.ac.jp>duerst2008-01-201-0/+15
* * string.c (rb_str_each_char): performance improvement, and stop ifnobu2008-01-201-0/+5
* * common.mk: use -Ks when read insns.def. [ruby-dev#33185]naruse2008-01-201-0/+6
* * enc/make_encdb.rb: fix duplication check.naruse2008-01-191-0/+4
* * ascii.c: remove difinition of replica KOI8-U.naruse2008-01-191-0/+4
* * enc/koi8_u.c: added.naruse2008-01-191-0/+6
* * string.c (coderange_scan): don't call mbclen functions for ASCIIakr2008-01-191-0/+5
* * lib/rdoc/template.rb (RDoc): defined to avoid uninitialized constantakr2008-01-191-0/+5
* * encoding.c (enc_new): don't free rb_encoding to avoid SEGV byakr2008-01-191-1/+6
* * lib/date.rb (once): use an instance variable which points a hashtadf2008-01-191-0/+5
* * lib/date.rb, lib/date/format.rb: parse's hints as antadf2008-01-191-0/+5
* * configure.in (sigsetjmp): check if available.nobu2008-01-191-0/+6
* * configure.in: Remove wrong assumptions about Cygwin. a patch fromnobu2008-01-191-0/+5
* * ext/win32ole/win32ole.c (ole_set_safe_array): should not usesuke2008-01-191-0/+7
* * lib/rdoc/markup: Remove ListBase and Line constants.drbrain2008-01-191-0/+18
* * parse.y (parser_prepare): get encoding from the first line.nobu2008-01-181-0/+7