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
*
* array.c (sort_2): comparison should be done as signed long.
matz
2002-08-19
1
-0
/
+6
*
* array.c (sort_2): *a - *b may overflow.
matz
2002-08-19
1
-0
/
+23
*
particular symbol for win32_exception_list.
nobu
2002-08-19
1
-2
/
+2
*
* eval.c (rb_thread_save_context, rb_thread_restore_context):
nobu
2002-08-19
1
-0
/
+9
*
* io.c (NOFILE): define NOFILE as 64 if not defined.
eban
2002-08-16
1
-0
/
+6
*
* bignum.c (rb_cstr_to_inum): new decimal and octal string.
nobu
2002-08-16
1
-0
/
+4
*
* io.c (rb_io_fread): renamed from io_fread and made extern.
nobu
2002-08-16
1
-0
/
+10
*
commit miss.
nobu
2002-08-15
1
-2
/
+0
*
* eval.c (compile_error): must not clear ruby_sourcefile here.
nobu
2002-08-15
1
-0
/
+10
*
* eval.c (ruby_current_node) : added to set sourceline on demand.
nobu
2002-08-15
1
-0
/
+26
*
* hash.c (rb_hash_replace): should copy ifnone.
matz
2002-08-13
1
-0
/
+36
*
* ruby.c (set_arg0): Correct the position of #endif.
knu
2002-08-12
1
-0
/
+4
*
* bignum.c (rb_big_cmp): use dbl2big() for Floats, instead of
matz
2002-08-12
1
-0
/
+33
*
* bignum.c (rb_big_cmp): raise for NaN. (ruby-bugs-ja:PR#284).
nobu
2002-08-12
1
-0
/
+4
*
* eval.c (rb_eval): set line number from all nodes.
nobu
2002-08-11
1
-0
/
+8
*
* ext/Win32API/extconf.rb: check existence of <windows.h>.
eban
2002-08-09
1
-0
/
+4
*
* lib/optparse.rb (String): must provide conversion block.
nobu
2002-08-08
1
-4
/
+3
*
* lib/optparse.rb (OptionParser::Switch::parse_arg): require block
nobu
2002-08-07
1
-4
/
+12
*
* lib/optparse/time.rb: prior time.rb.
nobu
2002-08-07
1
-1
/
+3
*
* optparse.rb (OptionParser::Completion::convert): returned all
nobu
2002-08-07
1
-1
/
+8
*
* lib/optparse/uri.rb: require standard uri module. thanks to
nobu
2002-08-07
1
-0
/
+5
*
* ext/racc/cparse/cparse.c: reduce goto.
aamine
2002-08-06
1
-0
/
+4
*
* string.c (rb_str_rindex): must return -1 if unmatched.
usa
2002-08-06
1
-0
/
+4
*
* MANIFEST: add lib/racc/parser.rb.
aamine
2002-08-05
1
-0
/
+8
*
* ext/curses/curses.c: follow allocation framework.
nobu
2002-08-04
1
-0
/
+4
*
* eval.c (rb_eval): set constant in cbase scope.
nobu
2002-08-03
1
-0
/
+6
*
* ext/strscan/strscan.c: follow allocation framework.
aamine
2002-08-02
1
-0
/
+4
*
* parse.y (tokadd_string): ignore backslashed spaces in %w.
matz
2002-08-01
1
-0
/
+9
*
* eval.c (rb_undef): undef should be done for klass, not ruby_class.
matz
2002-07-31
1
-0
/
+4
*
* misc/ruby-mode.el (ruby-accurate-end-of-block): restrict search
nobu
2002-07-30
1
-0
/
+7
*
* misc/ruby-mode.el (ruby-accurate-end-of-block): incomplete block
nobu
2002-07-30
1
-0
/
+8
*
* ext/tcltklib/stubs.c (ruby_tcltk_stubs): win32_getenv returns
eban
2002-07-30
1
-0
/
+7
*
* eval.c (rb_thread_join_m): add parameter type declaration.
aamine
2002-07-30
1
-1
/
+5
*
* eval.c (localjump_error): add parameter type declaration.
aamine
2002-07-29
1
-0
/
+4
*
* ext/extmk.rb.in: always use File.expand_path for $top_srcdir.
eban
2002-07-29
1
-0
/
+4
*
* numeric.c (num_to_int): default to_int implementaion for every
matz
2002-07-29
1
-0
/
+10
*
* eval.c (rb_eval): no need to convert to string twice.
nobu
2002-07-26
1
-0
/
+4
*
* misc/ruby-mode.el (ruby-expr-beg): wrong indent at modifiers
nobu
2002-07-26
1
-0
/
+5
*
* sample/mkproto.rb: ditto and fix bug.
eban
2002-07-26
1
-0
/
+2
*
* ext/extmk.rb.in (create_makefile): use Regexp in gsub.
eban
2002-07-26
1
-0
/
+4
*
* random.c: replace with Mersenne Twister RNG.
matz
2002-07-26
1
-0
/
+52
*
* parse.y (yylex): modify to accept a code like "m (a){...}".
aamine
2002-07-26
1
-0
/
+4
*
* misc/ruby-mode.el (ruby-delimiter): include here document.
nobu
2002-07-25
1
-0
/
+20
*
* lib/net/ftp.rb (set_socket): new method.
shugo
2002-07-18
1
-0
/
+4
*
* parse.y (yylex): fix typo.
aamine
2002-07-17
1
-1
/
+5
*
* parse.y (heredoc_identifier): modify typo.
aamine
2002-07-15
1
-0
/
+4
*
* parse.y (literal_concat_string): wrong optimization.
nobu
2002-07-13
1
-0
/
+4
*
* lib/resolv.rb (Resolv::DNS::open, close): new.
nobu
2002-07-12
1
-0
/
+6
*
* lib/net/http.rb: rename HTTP.get_uri get_response.
aamine
2002-07-11
1
-0
/
+8
*
* string.c (rb_str_match): fix for string match.
nobu
2002-07-11
1
-0
/
+4
[next]