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
*
update dependency for alloca.o and dmydln.o.
akr
2008-01-03
1
-3
/
+4
*
update golf dependency.
akr
2008-01-03
1
-3
/
+10
*
* time.c: don't mention an obsolete library, ParseDate.
akr
2008-01-03
2
-1
/
+5
*
* io.c (fptr_finalize): clear errno first. [ruby-talk:284492]
nobu
2008-01-03
2
-0
/
+5
*
* 2007-01-03
usa
2008-01-03
1
-3
/
+3
*
* enc/us_ascii.c: add us_ascii_ prefix for functions to ease
akr
2008-01-02
11
-96
/
+119
*
* bignum.c (conv_digit): use ISDIGIT, ISLOWER and ISUPPER.
akr
2008-01-02
2
-3
/
+7
*
* util.c (ruby_strtoul): "0x", "+" and "-" is not a valid integer.
akr
2008-01-02
2
-2
/
+13
*
don't need to include ruby/util.h.
akr
2008-01-02
1
-1
/
+0
*
describe about OS.
akr
2008-01-02
1
-1
/
+2
*
use signed char explicitly for table in scan_digits.
akr
2008-01-02
1
-1
/
+1
*
* util.c (ruby_strtoul): locale independent strtoul is implemented to
akr
2008-01-02
11
-211
/
+142
*
* include/ruby/missing.h (strcasecmp): removed.
akr
2008-01-02
2
-9
/
+4
*
* common.mk (strcasecmp.o): removed.
akr
2008-01-02
2
-2
/
+5
*
* missing/strcasecmp.c: removed. Ruby don't use locale dependent
akr
2008-01-02
5
-37
/
+12
*
* 2008-01-02
usa
2008-01-02
1
-3
/
+3
*
use hard tab.
tadf
2008-01-02
2
-2
/
+2
*
* sample/time.rb: use Process.times instead of Time.times.
tadf
2008-01-02
2
-6
/
+14
*
removed an entry.
tadf
2008-01-02
1
-1
/
+0
*
* sample/goodfriday.rb: examples for date are enough. retired.
tadf
2008-01-02
2
-48
/
+4
*
* sample/cal.rb: just updated with the newest version.
tadf
2008-01-02
2
-24
/
+28
*
thread_pthread.c -> thread_$(THREAD_MODEL).c.
akr
2008-01-01
1
-91
/
+52
*
* enc/depend: dependency updated.
akr
2008-01-01
2
-1
/
+5
*
* ext/nkf/nkf-utf8/{nkf.c, utf8tbl.c}: Update nkf.
naruse
2008-01-01
6
-867
/
+801
*
thread_pthread.h -> thread_$(THREAD_MODEL).h.
akr
2008-01-01
1
-18
/
+18
*
* common.mk: dependency updated.
akr
2008-01-01
2
-169
/
+278
*
abolish warnings by previous change.
akr
2008-01-01
1
-15
/
+10
*
* include/ruby/encoding.h (rb_isascii): defined.
akr
2008-01-01
14
-39
/
+152
*
* io.c (rb_io_mode_enc): encoding spec is not allowed in binary mode.
nobu
2008-01-01
2
-0
/
+8
*
add a test: "y".count("a\\-z") should be 0.
akr
2008-01-01
1
-0
/
+1
*
* lib/rexml: 1.9 patch from Sam Ruby mentioned in his blog:
matz
2008-01-01
16
-67
/
+91
*
* string.c (rb_str_substr): offset movement bug. a patch from
matz
2008-01-01
2
-2
/
+8
*
* bootstraptest/test_knownbug.rb: more portable way
matz
2007-12-31
1
-1
/
+1
*
* bootstraptest/test_knownbug.rb: shut up syntax error
matz
2007-12-31
1
-0
/
+1
*
* encoding.c (rb_to_encoding): raises for non-nil, non-encoding,
nobu
2007-12-31
2
-3
/
+5
*
* ruby.c (process_options): rejects dummy encoding.
nobu
2007-12-31
3
-5
/
+12
*
* ruby.c (proc_options, process_options): delays finding encoding
nobu
2007-12-31
1
-6
/
+9
*
* ruby.c (proc_options, process_options): delays finding encoding
nobu
2007-12-31
1
-0
/
+5
*
* test/webrick/test_httpproxy.rb: set properties.
nobu
2007-12-31
0
-0
/
+0
*
* string.c (rb_str_resize): embeds if ptr is null. [ruby-dev:32819]
nobu
2007-12-31
4
-9
/
+23
*
* lib/webrick/httpproxy.rb (WEBrick::HTTPProxyServer#proxy_service):
gotoyuzo
2007-12-31
4
-105
/
+434
*
* thread_pthread.c (native_sleep): timespec tv_sec may overflow on
matz
2007-12-31
2
-1
/
+7
*
fix typos.
akr
2007-12-31
1
-2
/
+2
*
* string.c (IS_7BIT): removed.
akr
2007-12-31
2
-19
/
+50
*
fix a typo.
akr
2007-12-31
1
-1
/
+1
*
fix typos.
akr
2007-12-31
7
-12
/
+12
*
fix typos.
akr
2007-12-31
3
-6
/
+6
*
* golf_prelude.rb: find words with underscore.
nobu
2007-12-31
1
-1
/
+4
*
* main.c, goruby.c (RUBY_MAIN_INIT): removed.
nobu
2007-12-30
3
-4
/
+29
*
* trunk/common.mk: not use -I$(srcdir)/lib with $(MINIRUBY) for cross
nobu
2007-12-30
5
-9
/
+17
[next]