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
/
version.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
* numeric.c (fix_divmod): should return integer division. [ruby-dev:34006]
matz
2008-03-13
1
-3
/
+3
*
* configure.in (stdint.h): check if presence.
nobu
2008-03-12
1
-3
/
+3
*
* array.c (rb_ary_combination): argument check before creating
matz
2008-03-11
1
-3
/
+3
*
* ruby.c (usage): remove some unimportant lines to fit -h message
matz
2008-03-10
1
-3
/
+3
*
* string.c (rb_str_index): if t == s + pos, the character beginning
naruse
2008-03-09
1
-3
/
+3
*
* string.c (search_nonascii): Use VALUE instead of unsigned long
naruse
2008-03-08
1
-3
/
+3
*
* 2008-03-07
usa
2008-03-07
1
-3
/
+3
*
* struct.c (make_struct): preserve encoding of struct name.
nobu
2008-03-05
1
-3
/
+3
*
* lib/debug.rb: require 'continuation' to implement "restart"
matz
2008-03-05
1
-3
/
+3
*
* io.c (open_key_args): use rb_io_open instead of rb_f_open.
naruse
2008-03-03
1
-3
/
+3
*
* hash.c (rb_any_hash): shrinks all results in Fixnum range.
nobu
2008-03-03
1
-3
/
+3
*
* object.c (rb_cstr_to_dbl): check for successive underscores.
nobu
2008-03-01
1
-3
/
+3
*
* encoding.c (rb_enc_dummy_p): bootstrap encodings can not be dummy.
nobu
2008-02-29
1
-4
/
+4
*
* string.c (str_new): remove encoding assumption of empty string.
naruse
2008-02-28
1
-3
/
+3
*
* include/ruby/encoding.h (rb_str_coderange_scan_restartable): added
nobu
2008-02-28
1
-1
/
+1
*
* string.c (rb_str_coderange_scan_restartable): coderange scaning
naruse
2008-02-27
1
-2
/
+2
*
* ext/extmk.rb, enc/make_encmake.rb: load current mkmf.rb even if
nobu
2008-02-26
1
-3
/
+3
*
* 2008-02-26
usa
2008-02-26
1
-3
/
+3
*
* 2008-02-25
nobu
2008-02-25
1
-3
/
+3
*
* util.c (valid_filename): use O_EXCL to get rid of clobbering
nobu
2008-02-23
1
-3
/
+3
*
* 2008-02-23
nobu
2008-02-23
1
-3
/
+3
*
* enc/{depend,make_encdb.rb,trans/make_transdb.rb}: sort in alpha-numeric order.
nobu
2008-02-22
1
-3
/
+3
*
* io.c (rb_f_putc): invoke stdout method so that redefining putc
matz
2008-02-21
1
-3
/
+3
*
* configure.in (RPATHFLAG): -R option of HP-UX ld is not for runtime
nobu
2008-02-20
1
-3
/
+3
*
* io.c (open_key_args): set arg->io even if no options passed.
usa
2008-02-20
1
-3
/
+3
*
* eval.c (ruby_exec_node): no thread starts inside iseq compilation.
nobu
2008-02-19
1
-3
/
+3
*
* 2008-02-18
usa
2008-02-17
1
-3
/
+3
*
* win32/resource.rb: made version infos confirm to OS spec.
usa
2008-02-16
1
-3
/
+3
*
* range.c (rb_range_beg_len): check if responds to "begin" and "end"
nobu
2008-02-15
1
-3
/
+3
*
* configure.in (sigsetmask): check when signal semantics is not POSIX.
nobu
2008-02-14
1
-3
/
+3
*
* common.mk (INSTRUBY_ARGS): pass mode to install. [ruby-dev:33766]
nobu
2008-02-13
1
-3
/
+3
*
* parse.y (arg_add_gen): removed since identical to arg_append_gen.
nobu
2008-02-12
1
-3
/
+3
*
* range.c (range_include): specialize single character string
matz
2008-02-11
1
-3
/
+3
*
* test/ruby/test_pack.rb: fix tests for 64bit CPU.
mame
2008-02-10
1
-3
/
+3
*
* {bcc32,win32,wince}/Makefile.sub (MISSING): added cbrt.obj.
nobu
2008-02-10
1
-3
/
+3
*
* lib/irb.rb (IRB::Irb::eval_input): rescues Interrupt and other than
nobu
2008-02-08
1
-3
/
+3
*
* test/ruby/test_hash.rb: follow the change of Hash#flatten.
mame
2008-02-07
1
-3
/
+3
*
* ext/nkf/nkf-utf8/nkf.c (nkf_enc_from_index): BINARY does not
matz
2008-02-07
1
-3
/
+3
*
* hash.c (env_rassoc): remove access to free'd environment on mswin32.
mame
2008-02-05
1
-3
/
+3
*
* lib/mkmf.rb (INSTALL_DIRS, install_dirs): added BINDIR.
nobu
2008-02-05
1
-3
/
+3
*
* lib/cgi.rb (CGI::QueryExtension::[]): no more transition
matz
2008-02-04
1
-3
/
+3
*
* configure.in (darwin): disabled fat-binary support which confuses
nobu
2008-02-02
1
-3
/
+3
*
* 2008-02-01
usa
2008-02-01
1
-4
/
+4
*
* 2008-01-31
usa
2008-01-30
1
-3
/
+3
*
* 2008-01-30
usa
2008-01-29
1
-3
/
+3
*
* misc/ruby-mode.el (ruby-mode-set-encoding): updates magic comment.
nobu
2008-01-28
1
-3
/
+3
*
* parse.y (parser_set_encode): check if encoding is ASCII compatible.
nobu
2008-01-27
1
-3
/
+3
*
* 2008-01-26
usa
2008-01-25
1
-3
/
+3
*
* */*.bat: set svn:mime-type to text/batch.
nobu
2008-01-25
1
-3
/
+3
*
* 2008-01-24
usa
2008-01-23
1
-3
/
+3
[next]