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
*
* transcode_data.h (rb_transcoder): from_unit_length field added.
akr
2008-08-08
1
-0
/
+18
*
* enc/depend (TRANSCSRCS): needs rule_subst to apply.
nobu
2008-08-08
1
-1
/
+3
*
* io.c (shutdown): not define if defined already.
nobu
2008-08-08
1
-0
/
+4
*
* vm_insnhelper.c (opt_eq_func): large function to make inline.
nobu
2008-08-08
1
-0
/
+6
*
* common.mk (enk.mk): give not RUBY but MINIRUBY.
naruse
2008-08-08
1
-0
/
+4
*
* ChangeLog: commit miss.
nobu
2008-08-08
1
-0
/
+7
*
* common.mk (enc.mk): mkmf.rb requires rbconfig.rb.
nobu
2008-08-08
1
-1
/
+3
*
* common.mk (srcs-enc): renamed from transcodes.
nobu
2008-08-08
1
-1
/
+5
*
* common.mk (encdb.h): see both $(srcdir)/enc and enc.
nobu
2008-08-08
1
-1
/
+5
*
* enc/trans/make_transdb.rb: fix for the case no transdirs are given.
nobu
2008-08-08
1
-1
/
+3
*
* enc/trans/make_transdb.rb: converts only one transcoders for each
nobu
2008-08-08
1
-0
/
+5
*
* lib/resolv.rb: randomize source port and transaction id.
akr
2008-08-08
1
-0
/
+8
*
* common.mk: see both $(srcdir)/enc/trans and enc/trans.
naruse
2008-08-07
1
-0
/
+6
*
* ext/.document: added readline/readline.c.
kouji
2008-08-07
1
-0
/
+10
*
* transcode_data.h (rb_transcoding): new field "stateful".
akr
2008-08-07
1
-0
/
+34
*
* ext/readline/README.ja: updated API document for Readline module.
kouji
2008-08-07
1
-0
/
+4
*
* lib/net/ftp.rb (login): raise FTPReplyError if passwd or acct
shugo
2008-08-07
1
-0
/
+5
*
fix typo
kazu
2008-08-07
1
-1
/
+1
*
* misc/ruby-mode.el (ruby-imenu-create-index-in-block): Fix the
knu
2008-08-07
1
-0
/
+6
*
* enc/depend: add transdb.c.
nobu
2008-08-07
1
-0
/
+4
*
* Makefile.in, common.mk, {bcc,win}32/Makefile.sub (clean-ext): do not
nobu
2008-08-07
1
-0
/
+5
*
* enc/depend: removed needless explicit commands.
nobu
2008-08-07
1
-1
/
+3
*
* lib/mkmf.rb, {bcc32,win32}/Makefile.sub (CLEANLIBS, CLEANOBJS):
nobu
2008-08-07
1
-0
/
+5
*
* ext/socket/getaddrinfo.c (gai_strerror): ignore only on Haiku.
usa
2008-08-07
1
-0
/
+5
*
* test/ruby/process.rb (test_popen_fork): skip a test which is
naruse
2008-08-06
1
-0
/
+5
*
* config.guess: add powerpc-apple-haiku, i586-pc-haiku.
naruse
2008-08-06
1
-0
/
+5
*
* eval_intern.h: Add support to Haiku. see [ruby-core:18110]
naruse
2008-08-06
1
-0
/
+24
*
* common.mk: mkdir enc/trans before build tables.
naruse
2008-08-06
1
-0
/
+4
*
* enc/depend: enc/*.c is source but enc/trans/*.c is generated.
naruse
2008-08-06
1
-0
/
+4
*
* regenc.c (code_to_mbc): raise RangeError Integer#chr
naruse
2008-08-06
1
-0
/
+6
*
* gc.c (run_final): runs finalizers with the object terminated.
nobu
2008-08-06
1
-0
/
+7
*
* enc/depend: for build in other than srcdir.
naruse
2008-08-06
1
-0
/
+4
*
* tool/transcode-tblgen.rb (transcode_generate_node): code
akr
2008-08-06
1
-0
/
+5
*
* gc.c (chain_finalized_object): deletes finalizers to be invoked from
nobu
2008-08-06
1
-0
/
+8
*
* enc/depend: transcode table generation depends on
akr
2008-08-06
1
-0
/
+5
*
* gc.c (rb_gc_call_finalizer_at_exit): self-referencing finalizers
nobu
2008-08-06
1
-0
/
+5
*
* tool/transcode-tblgen.rb: distinguish UNDEF and INVALID.
akr
2008-08-06
1
-0
/
+7
*
* common.mk (transdb.h): requires transcoders.
nobu
2008-08-06
1
-0
/
+6
*
* enc/depend: replace not only $(<:...) but also $<.
usa
2008-08-06
1
-0
/
+4
*
* win32/Makefile.sub (config.status): export BASERUBY.
usa
2008-08-06
1
-0
/
+6
*
* tool/transcode-tblgen.rb (ActionMap#eql?): use == to compare @map.
akr
2008-08-05
1
-0
/
+4
*
* tool/transcode-tblgen.rb: show generating tables in verbose mode.
akr
2008-08-05
1
-0
/
+8
*
* thread.c (thread_start_func_2): propagates fatal error and system
nobu
2008-08-05
1
-0
/
+5
*
* encoding.c (rb_to_encoding_index, rb_to_encoding): check if the name
nobu
2008-08-05
1
-1
/
+4
*
* transcode.c (str_encode): no need to duplicate first.
nobu
2008-08-05
1
-0
/
+4
*
* array.c (rb_ary_sort_bang): reset to real class.
nobu
2008-08-05
1
-0
/
+8
*
* common.mk (transcodes), tool/build-transcode: generates transcode
nobu
2008-08-05
1
-1
/
+7
*
* enc/depend: added rules for .c from .erb.c.
nobu
2008-08-05
1
-0
/
+4
*
* tool/build-transcode: new file.
akr
2008-08-05
1
-0
/
+60
*
* test/io/nonblock/test_flush.rb (TestIONonblock#test_flush):
kazu
2008-08-05
1
-0
/
+5
[next]