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
*
* ext/syck/emitter.c: new emitter code.
why
2003-07-11
1
-0
/
+16
*
addition
nobu
2003-07-11
1
-5
/
+4
*
* eval.c (avalue_to_svalue): typo.
nobu
2003-07-11
1
-0
/
+11
*
* configure.in (aix): needs ruby.imp even with gcc.
nobu
2003-07-11
1
-0
/
+5
*
* ChangeLog: typo fix.
eban
2003-07-11
1
-1
/
+1
*
* instruby: do not handle directories. [ruby-dev:20613]
eban
2003-07-11
1
-0
/
+4
*
* util.c (ruby_strtod): exp should be less than MDMAXEXPT.
matz
2003-07-11
1
-0
/
+4
*
* math.c (math_log): nan takes a dummy argument on Cygwin 1.5.0.
eban
2003-07-10
1
-0
/
+4
*
* eval.c (rb_load): put rb_load_file() in a thread critical
matz
2003-07-09
1
-5
/
+31
*
* regex.c (mbctab_sjis): 0x80 is not shift jis first byte.
nobu
2003-07-09
1
-0
/
+5
*
* mkconfig.rb: support text-mount on Cygwin.
eban
2003-07-09
1
-0
/
+2
*
* instruby.rb: do not install shared libraries as man pages.
eban
2003-07-09
1
-0
/
+4
*
* re.c (match_entry): add prototype to avoid VC++ warnings.
usa
2003-07-09
1
-0
/
+4
*
* eval.c (rb_call_super): k->super maybe NULL if klass is Kernel.
matz
2003-07-07
1
-0
/
+12
*
* ext/dbm/extconf.rb (gdbm_compat, qdbm): add check for gdbm_compat
eban
2003-07-07
1
-0
/
+5
*
* node.h (NEW_NODE): cast arguments to rb_node_newnode().
matz
2003-07-04
1
-0
/
+4
*
* ext/syck/rubyext.c, ext/syck/syck.c, ext/syck/syck.h,
nobu
2003-07-04
1
-0
/
+6
*
* Changelog, lib/debug.rb: fix typo.
matz
2003-07-03
1
-3
/
+1
*
* lib/timeout.rb: add optional exception argument for compatibility
akr
2003-07-03
1
-0
/
+5
*
* array.c (rb_values_at): extract common procedure from
matz
2003-07-03
1
-0
/
+33
*
* lib/mkmf.rb (VPATH): convert from Windows form to Unix form on
eban
2003-07-03
1
-0
/
+5
*
* string.c (rb_str_shared_replace): clear flags before copy.
matz
2003-07-02
1
-0
/
+9
*
* lib/net/smtp.rb: synchronize document with source code.
aamine
2003-07-02
1
-0
/
+6
*
* lib/net/smtp.rb: unify SMTP and SMTPCommand.
aamine
2003-07-02
1
-0
/
+50
*
* lib/net/http.rb: set old class aliases for backward compatibility. [ruby-ta...
aamine
2003-07-02
1
-0
/
+7
*
* lib/net/pop.rb (Net::POP3#start): typofix.
eban
2003-07-01
1
-0
/
+4
*
* parse.y (rb_intern): should use mbclen instead of mblen.
eban
2003-07-01
1
-0
/
+4
*
* class.c (rb_define_class, rb_define_module): also set constant under
nobu
2003-07-01
1
-0
/
+11
*
* eval.c (mnew): ignore metaclasses have no influence, for rklass.
nobu
2003-06-30
1
-0
/
+5
*
import drb-2.0.4 (use LocalJumpeError#reason)
seki
2003-06-28
1
-0
/
+5
*
* configure.in (rb_cv_stack_grow_dir): check stack growing direction.
nobu
2003-06-28
1
-0
/
+14
*
* string.c (rb_str_split_m): remove white spaces on the head of
nobu
2003-06-27
1
-0
/
+5
*
* io.c (io_fflush): need to check if closed after thread switch.
nobu
2003-06-26
1
-0
/
+10
*
* class.c (class_instance_method_list): get rid of warning about
nobu
2003-06-26
1
-0
/
+6
*
* class.c (rb_generic_class_instance_methods): merge argument
matz
2003-06-25
1
-0
/
+6
*
* variable.c (autoload_delete): should delete Qundef from iv_tbl.
matz
2003-06-25
1
-2
/
+7
*
* lib/yaml/types.rb: replaced Kernel::Hash reference with Object::Hash
why
2003-06-24
1
-0
/
+5
*
* eval.c (rb_yield_0): show yielded block position not only yielding
nobu
2003-06-24
1
-0
/
+5
*
* lib/net/http.rb (HTTPHeader#proxy_basic_auth): missing `@'.
aamine
2003-06-24
1
-0
/
+5
*
* config.guess: have wrongly returned "alphaev56-unknown-linux-" on Linux/Alpha.
aamine
2003-06-24
1
-0
/
+5
*
* configure.in: always add -mieee for gcc/alpha. [ruby-dev:20429]
aamine
2003-06-23
1
-1
/
+5
*
* array.c (rb_ary_unshift_m): need to check number of arguments.
nobu
2003-06-23
1
-0
/
+5
*
* io.c (io_close): missing prototype.
aamine
2003-06-23
1
-0
/
+11
*
* MANIFEST: add wince files.
eban
2003-06-23
1
-0
/
+6
*
* dir.c (find_dirsep): get rid of warnings.
nobu
2003-06-23
1
-0
/
+18
*
* io.c (rb_open_file): initialize flags.
akr
2003-06-23
1
-1
/
+3
*
* string.c (rb_str_upto): generate sequence according to "succ"
matz
2003-06-23
1
-0
/
+34
*
* time.c (time_arg): initialize v[6] even when argc is 10 to
akr
2003-06-23
1
-0
/
+5
*
typo in date, reported by daz.
nobu
2003-06-22
1
-2
/
+2
*
* eval.c (proc_invoke): should not propagate distination tag if
matz
2003-06-21
1
-0
/
+3
[next]