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
/
lib
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
* sprintf.c (rb_f_sprintf): preceding ".." for negative numbers
matz
2002-12-10
1
-1
/
+2
*
Teach eval the correct line number to report.
knu
2002-12-07
1
-1
/
+1
*
* lib/pp.rb (PP.singleline_pp): new method.
akr
2002-12-02
1
-68
/
+80
*
renamed OptionParser#new to #define.
nobu
2002-12-02
1
-9
/
+9
*
* lib/optparse.rb (OptionParser::new): same as OptionParser#on but
nobu
2002-12-01
1
-7
/
+23
*
* lib/mkmf.rb: Avoid the use of "clean::" in favor of "clean:" in
knu
2002-11-28
1
-8
/
+7
*
* lib/mkmf.rb: Make sure to dig the destination directory before
knu
2002-11-27
1
-2
/
+2
*
* file.c (rb_find_file_ext): should not terminate searching with
matz
2002-11-22
1
-10
/
+10
*
change default prompt.
keiju
2002-11-22
1
-0
/
+6
*
* erb.rb: fix def_class bug.
seki
2002-11-21
1
-2
/
+2
*
* lib/net/smtp.rb: changes coding style.
aamine
2002-11-21
3
-117
/
+122
*
* lib/net/http.rb: unify coding style.
aamine
2002-11-21
1
-221
/
+222
*
* lib/net/http.rb: should not overwrite Host: header. (Original patch is cont...
aamine
2002-11-21
1
-1
/
+1
*
* lib/net/http.rb: support Proxy-Authorization. (Original patch is contribute...
aamine
2002-11-21
1
-7
/
+63
*
* array.c (rb_ary_zip): iterates over items in the receiver.
matz
2002-11-19
1
-1
/
+1
*
URI::extract extracts only URIs of specified schemes when schemes are specified.
akira
2002-11-19
1
-2
/
+2
*
initialize hack
matz
2002-11-19
1
-1
/
+1
*
* instruby.rb: not rewrite installed scripts when dry-run mode.
nobu
2002-11-18
1
-8
/
+4
*
Improve the comment section.
knu
2002-11-18
1
-11
/
+14
*
* lib/tempfile.rb: Make this libary thread safe.
knu
2002-11-17
1
-29
/
+52
*
* add ERB
seki
2002-11-17
1
-0
/
+258
*
* ostruct.rb: keep NoMethodError message with Ruby itself.
nahi
2002-11-15
1
-1
/
+1
*
* profile.rb: illegal use of Array#sort!. replaced it with non-bang
nahi
2002-11-14
1
-1
/
+2
*
* observer.rb: raise NoMethodError instead of NameError. [ruby-dev:18788]
nahi
2002-11-14
2
-3
/
+3
*
* configure.in (LIBRUBY_A): append -static. [ruby-dev:18689]
nobu
2002-11-14
1
-1
/
+7
*
* math.c (math_acos): check errno after operation. ditto for
matz
2002-11-14
2
-6
/
+9
*
* lib/set.rb: retire contain?() and add superset?(),
knu
2002-11-09
1
-17
/
+128
*
DEBUGGER__::Context::debug_print_help: Typo fix of help message.
nahi
2002-11-09
1
-1
/
+1
*
* class.c (rb_define_method): do not set NOEX_CFUNC if klass is
matz
2002-11-07
4
-12
/
+12
*
* instruby.rb, lib/mkmf.rb: use CONFIG["ENABLE_SHARED"] instead of
usa
2002-11-04
1
-1
/
+1
*
* lib/getopts.rb: Do not choke on characters that cannot be used
knu
2002-11-03
1
-2
/
+10
*
* object.c (Init_Object): added Object#object_id, new name for
matz
2002-11-03
1
-8
/
+5
*
* ext/extmk.rb (extmake): use dummy_makefile to create dummy
nobu
2002-10-28
1
-63
/
+52
*
ext/extmk.rb(78) : The unnecessary error when installing by bccwin32 is cont...
H_Konishi
2002-10-27
1
-1
/
+1
*
* djgpp/*: sync with the latest.
eban
2002-10-27
1
-1
/
+5
*
* configure.in (LIBPATHFLAG): avoid $ substitution.
nobu
2002-10-24
1
-2
/
+2
*
* lib/mkmf.rb (create_makefile): site-install target for backward compatibility.
nobu
2002-10-23
1
-2
/
+2
*
* lib/mkmf.rb (init_mkmf): libdir prior to topdir.
nobu
2002-10-23
1
-1
/
+1
*
* eval.c (rb_eval): added NODE_DSYM, symbol literal with
nobu
2002-10-23
1
-4
/
+4
*
* lib/mkmf.rb (init_mkmf): add dir_config("opt").
eban
2002-10-22
1
-0
/
+1
*
* instruby.rb: add dryrun mode.
nobu
2002-10-22
1
-1
/
+2
*
* configure.in (RUBY_CPPOUTFILE): fix cache file bug.
eban
2002-10-21
1
-2
/
+2
*
* configure.in (XCFLAGS): CFLAGS to comile ruby itself.
nobu
2002-10-21
1
-473
/
+431
*
should raise InvalidComponentError if MAILTO_REGEXP could not match with @opa...
akira
2002-10-20
1
-2
/
+3
*
* object.c (rb_str_to_dbl): RString ptr might be NULL.
matz
2002-10-17
1
-0
/
+9
*
* lib/fileutils.rb: stat.blksize might become 0/nil.
aamine
2002-10-17
1
-44
/
+54
*
* lib/weakref.rb (WeakRef::@@final): use Hash#delete.
nobu
2002-10-10
1
-11
/
+7
*
* lib/prettyprint.rb (PrettyPrint.singleline_format): new method.
akr
2002-10-08
2
-4
/
+53
*
updated uri.rb and uri/*.rb to uri-0.9.7
akira
2002-10-04
5
-37
/
+76
*
use Object#class instead of deprecated Object#type.
nobu
2002-10-02
22
-93
/
+91
[prev]
[next]