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
Commit message (
Expand
)
Author
Age
Files
Lines
*
* transcode_data.h (rb_transcoder): from_unit_length field added.
akr
2008-08-08
7
-68
/
+109
*
* enc/depend (TRANSCSRCS): needs rule_subst to apply.
nobu
2008-08-08
2
-2
/
+4
*
* io.c (shutdown): not define if defined already.
nobu
2008-08-08
2
-1
/
+5
*
* vm_insnhelper.c (opt_eq_func): large function to make inline.
nobu
2008-08-08
3
-1
/
+12
*
* common.mk (enk.mk): give not RUBY but MINIRUBY.
naruse
2008-08-08
2
-1
/
+5
*
* ChangeLog: commit miss.
nobu
2008-08-08
1
-0
/
+7
*
* configure.in (shutdown, sched_yield, pthread_attr_setinheritsched):
nobu
2008-08-08
4
-21
/
+31
*
* common.mk (enc.mk): mkmf.rb requires rbconfig.rb.
nobu
2008-08-08
2
-2
/
+4
*
* common.mk (srcs-enc): renamed from transcodes.
nobu
2008-08-08
3
-7
/
+14
*
* common.mk (encdb.h): see both $(srcdir)/enc and enc.
nobu
2008-08-08
1
-1
/
+1
*
* common.mk (encdb.h): see both $(srcdir)/enc and enc.
nobu
2008-08-08
3
-37
/
+47
*
* enc/trans/make_transdb.rb: fix for the case no transdirs are given.
nobu
2008-08-08
2
-2
/
+5
*
* enc/trans/make_transdb.rb: converts only one transcoders for each
nobu
2008-08-08
2
-0
/
+8
*
* lib/resolv.rb: randomize source port and transaction id.
akr
2008-08-08
3
-119
/
+169
*
svn:eol-style
nobu
2008-08-08
0
-0
/
+0
*
* common.mk: see both $(srcdir)/enc/trans and enc/trans.
naruse
2008-08-07
3
-17
/
+25
*
* 2008-08-08
svn
2008-08-07
1
-3
/
+3
*
* ext/.document: added readline/readline.c.
kouji
2008-08-07
5
-66
/
+422
*
* transcode_data.h (rb_transcoding): new field "stateful".
akr
2008-08-07
8
-341
/
+432
*
* ext/readline/README.ja: updated API document for Readline module.
kouji
2008-08-07
2
-35
/
+380
*
* lib/net/ftp.rb (login): raise FTPReplyError if passwd or acct
shugo
2008-08-07
2
-0
/
+7
*
fix typo
kazu
2008-08-07
1
-1
/
+1
*
add a comment.
akr
2008-08-07
1
-1
/
+1
*
* misc/ruby-mode.el (ruby-imenu-create-index-in-block): Fix the
knu
2008-08-07
2
-1
/
+7
*
* enc/depend: add transdb.c.
nobu
2008-08-07
3
-2
/
+7
*
* Makefile.in, common.mk, {bcc,win}32/Makefile.sub (clean-ext): do not
nobu
2008-08-07
5
-8
/
+33
*
* enc/depend: removed needless explicit commands.
nobu
2008-08-07
2
-16
/
+38
*
* lib/mkmf.rb, {bcc32,win32}/Makefile.sub (CLEANLIBS, CLEANOBJS):
nobu
2008-08-07
4
-4
/
+12
*
* ext/socket/getaddrinfo.c (gai_strerror): ignore only on Haiku.
usa
2008-08-07
2
-2
/
+7
*
fix previous commit.
akr
2008-08-06
0
-0
/
+0
*
ignore generated files.
akr
2008-08-06
0
-0
/
+0
*
add comment.
naruse
2008-08-06
1
-1
/
+1
*
* test/ruby/process.rb (test_popen_fork): skip a test which is
naruse
2008-08-06
2
-0
/
+6
*
* config.guess: add powerpc-apple-haiku, i586-pc-haiku.
naruse
2008-08-06
2
-0
/
+11
*
* eval_intern.h: Add support to Haiku. see [ruby-core:18110]
naruse
2008-08-06
12
-12
/
+77
*
* common.mk: mkdir enc/trans before build tables.
naruse
2008-08-06
2
-1
/
+6
*
* enc/depend: enc/*.c is source but enc/trans/*.c is generated.
naruse
2008-08-06
2
-2
/
+7
*
* regenc.c (code_to_mbc): raise RangeError Integer#chr
naruse
2008-08-06
2
-0
/
+8
*
* gc.c (run_final): runs finalizers with the object terminated.
nobu
2008-08-06
2
-14
/
+26
*
* enc/depend: for build in other than srcdir.
naruse
2008-08-06
3
-7
/
+11
*
* tool/transcode-tblgen.rb (transcode_generate_node): code
akr
2008-08-06
3
-16
/
+13
*
* gc.c (chain_finalized_object): deletes finalizers to be invoked from
nobu
2008-08-06
2
-0
/
+15
*
* enc/depend: transcode table generation depends on
akr
2008-08-06
2
-1
/
+6
*
* gc.c (rb_gc_call_finalizer_at_exit): self-referencing finalizers
nobu
2008-08-06
3
-20
/
+28
*
* tool/transcode-tblgen.rb: distinguish UNDEF and INVALID.
akr
2008-08-06
3
-119
/
+127
*
useless comment removed.
akr
2008-08-06
1
-1
/
+0
*
add tests for [ruby-dev:35726] and [ruby-dev:35709].
akr
2008-08-06
1
-0
/
+6
*
* common.mk (transdb.h): requires transcoders.
nobu
2008-08-06
4
-7
/
+15
*
* enc/depend: replace not only $(<:...) but also $<.
usa
2008-08-06
2
-1
/
+5
*
* win32/Makefile.sub (config.status): export BASERUBY.
usa
2008-08-06
1
-0
/
+6
[next]