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 (ripper_initialize): move parser->enc initialization.
matz
2008-01-18
1
-0
/
+2
*
* parse.y (parser_initialize): explicitly call rb_ascii8bit_encoding().
matz
2008-01-18
1
-0
/
+11
*
* io.c (Init_IO): stdin/stdout may not be duplex.
matz
2008-01-17
1
-0
/
+4
*
* io.c (io_fwrite): always flush IO on tty, even without newlines.
matz
2008-01-17
1
-0
/
+5
*
Fix namespacing
drbrain
2008-01-17
1
-0
/
+6
*
* bootstraptest/runner.rb (assert_valid_syntax): added.
nobu
2008-01-17
1
-0
/
+6
*
* vm_insnhelper.c (vm_call_method): check argument number to
nobu
2008-01-17
1
-0
/
+5
*
* io.c (rb_io_check_readable): flush tied write IO too.
nobu
2008-01-17
1
-0
/
+6
*
* encoding.c (enc_free): removed since rb_encoding may be used while
nobu
2008-01-17
1
-0
/
+5
*
* enc/euc_cn.c: split from enc/euc_kr.c.
nobu
2008-01-17
1
-0
/
+4
*
* ext/stringio/stringio.c (strio_init): use default external encoding
nobu
2008-01-17
1
-0
/
+6
*
* common.mk (encdb.h): give output file name to make_encdb.rb.
nobu
2008-01-17
1
-0
/
+14
*
* re.c (rb_char_to_option_kcode): fixed typo.
nobu
2008-01-17
1
-0
/
+4
*
* lib/date.rb (Date::Infinity#<=>): didn't work. A patch from
tadf
2008-01-17
1
-0
/
+9
*
* encoding.c (enc_register_at): make own copy. [ruby-dev:33136]
nobu
2008-01-16
1
-0
/
+4
*
* io.c (pipe_open, rb_io_s_popen): clear temporary object to release
nobu
2008-01-16
1
-0
/
+5
*
* numeric.c (fix_quo): typo. a patch from Shin-ichiro HARA
usa
2008-01-16
1
-0
/
+5
*
* test/test_delegate.rb: add new test file for delegate.rb.
usa
2008-01-16
1
-0
/
+4
*
Fix grammar.
knu
2008-01-16
1
-0
/
+4
*
* ChangeLog: commit miss.
nobu
2008-01-16
1
-6
/
+0
*
* load.c (rb_feature_p): get rid of unlimited alloca.
nobu
2008-01-16
1
-1
/
+13
*
* file.c (sys_fail2): get rid of unlimited alloca.
nobu
2008-01-16
1
-0
/
+6
*
* include/ruby/intern.h (rb_str_tmp_new, rb_str_shared_replace):
nobu
2008-01-16
1
-0
/
+5
*
* enc/*: add ARG_UNUSED.
naruse
2008-01-15
1
-0
/
+6
*
* enc/utf_{16,32}{be,le}.c: remove some ARG_UNUSED. replace struct
naruse
2008-01-15
1
-0
/
+5
*
* encoding.c (ENC_REGISTER): use &OnigEncoding*.
naruse
2008-01-15
1
-0
/
+11
*
* enc/utf_8.c: remove use of ONIG_ENCODING_UTF8 altogether; use
matz
2008-01-15
1
-0
/
+5
*
* enc/utf_8.c (ONIG_ENCODING_UTF8): reverted.
usa
2008-01-15
1
-0
/
+4
*
* win32/Makefile.sub (MKFILES): add dependecies.
usa
2008-01-15
1
-0
/
+4
*
* enc/utf_8.c (OnigEncodingDefine): encoding name should be kept
matz
2008-01-15
1
-0
/
+5
*
* enc/Makefile.in: ditto.
nobu
2008-01-15
1
-1
/
+3
*
* enc/utf_8.c: renamed as IANA name.
nobu
2008-01-15
1
-1
/
+5
*
* ruby.c (proc_options): encoding libraries cannot be loaded until
nobu
2008-01-15
1
-0
/
+5
*
* win32/setup.mak: strip out empty lines from CPP output.
nobu
2008-01-15
1
-0
/
+4
*
* {win,bcc}32/setup.mak (-basic-vars-): expand BASERUBY to full path
nobu
2008-01-15
1
-0
/
+7
*
* encoding.c (rb_locale_charmap): use ASCII-8BIT in miniruby.
nobu
2008-01-15
1
-0
/
+4
*
* {bcc32,win32}/Makefile.sub (RUNRUBY): need to set archdir when
usa
2008-01-15
1
-0
/
+5
*
* common.mk (us_ascii.o): add dependecies. [ruby-dev:33111]
usa
2008-01-15
1
-0
/
+4
*
* eval.c (eval): check if backtrace is empty. [ruby-core:15040]
nobu
2008-01-14
1
-0
/
+4
*
* common.mk: simplified dummy objects dependencies.
nobu
2008-01-14
1
-0
/
+4
*
* common.mk (OBJS): moved encoding.o from COMMONOBJS.
nobu
2008-01-14
1
-0
/
+11
*
* io.c (appendline): specifying limit should not generate broken
matz
2008-01-14
1
-0
/
+5
*
* ext/nkf/lib/kconv.rb (Kconv.tolocale): argument is str.
naruse
2008-01-14
1
-0
/
+4
*
* configure.in (setup): add -I$(EXTOUT)/$(arch) to MINIRUBY.
matz
2008-01-14
1
-0
/
+6
*
* win32/enc-setup.mak (BUILTIN_ENCOBJS): depends on enc/Makefile.in.
usa
2008-01-14
1
-0
/
+4
*
* re.c (rb_char_to_option_kcode): use rb_enc_find_index() instead
matz
2008-01-14
1
-0
/
+7
*
* golf_prelude.rb: Shorter method name completion. Same method
eban
2008-01-14
1
-0
/
+9
*
* enc/us_ascii.c: wrong alias name: ANSI_X3.4-1986.
matz
2008-01-14
1
-0
/
+6
*
* thread.c: clear thread structure.
ko1
2008-01-14
1
-0
/
+7
*
* bootstraptest/runner.rb: add "flunk" method.
ko1
2008-01-14
1
-0
/
+6
[next]