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
...
*
* include/ruby/oniguruma.h: Oniguruma 1.9.1 merged.
matz
2008-01-03
23
-652
/
+872
*
* io.c (io_ungetc): move data in buffer if it is required to store the
akr
2008-01-03
2
-1
/
+12
*
add a test for getc with stateful conversion.
akr
2008-01-03
1
-0
/
+11
*
* include/ruby/ruby.h (st_strcasecmp): declared for STRCASECMP.
akr
2008-01-03
2
-7
/
+14
*
* eval_jump.c (rb_f_catch): Resotre cfp if catched thrown object.
ko1
2008-01-03
2
-0
/
+6
*
Added known bug from ruby-core:14537
ryan
2008-01-03
1
-0
/
+9
*
* bootstraptest/test_eval.rb, test_knownbug.rb: move a fixed test.
ko1
2008-01-03
3
-9
/
+14
*
* encoding.c: (rb_tolower, rb_toupper): body was exchanged.
akr
2008-01-03
2
-2
/
+6
*
* regenc.h (onigenc_ascii_is_code_ctype): put back.
akr
2008-01-03
3
-2
/
+5
*
* encoding.c (rb_isalnum): defined.
akr
2008-01-03
5
-121
/
+189
*
* include/ruby/encoding.h (rb_isascii): simplified.
akr
2008-01-03
5
-14
/
+35
*
* parse.y (parser_magic_comment): use STRNCASECMP.
akr
2008-01-03
2
-2
/
+7
*
downcase MUL_OVERFLOW. it is a local variable.
akr
2008-01-03
1
-2
/
+2
*
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
[prev]
[next]