index
:
ruby.git
master
ruby_1_3
ruby_1_4
ruby_1_6
ruby_1_8
ruby_1_8_5
ruby_1_8_6
ruby_1_8_7
ruby_1_9_1
ruby_1_9_2
ruby_1_9_3
ruby_2_0_0
ruby_2_1
ruby_2_2
ruby_2_3
ruby_2_4
ruby_2_5
ruby_2_6
ruby_2_7
ruby_3_0
ruby_3_1
ruby_3_2
ruby_3_3
v1_0r
v1_1dev
v1_1r
The Ruby Programming Language
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
Age
Commit message (
Expand
)
Author
2002-10-24
* configure.in (LIBPATHFLAG): avoid $ substitution.
nobu
2002-10-23
* lib/mkmf.rb (create_makefile): site-install target for backward compatibility.
nobu
2002-10-23
* lib/mkmf.rb (init_mkmf): libdir prior to topdir.
nobu
2002-10-23
* eval.c (rb_eval): added NODE_DSYM, symbol literal with
nobu
2002-10-22
* lib/mkmf.rb (init_mkmf): add dir_config("opt").
eban
2002-10-22
* instruby.rb: add dryrun mode.
nobu
2002-10-21
* configure.in (RUBY_CPPOUTFILE): fix cache file bug.
eban
2002-10-21
* configure.in (XCFLAGS): CFLAGS to comile ruby itself.
nobu
2002-10-20
should raise InvalidComponentError if MAILTO_REGEXP could not match with @opa...
akira
2002-10-17
* object.c (rb_str_to_dbl): RString ptr might be NULL.
matz
2002-10-17
* lib/fileutils.rb: stat.blksize might become 0/nil.
aamine
2002-10-10
* lib/weakref.rb (WeakRef::@@final): use Hash#delete.
nobu
2002-10-08
* lib/prettyprint.rb (PrettyPrint.singleline_format): new method.
akr
2002-10-04
updated uri.rb and uri/*.rb to uri-0.9.7
akira
2002-10-02
use Object#class instead of deprecated Object#type.
nobu
2002-10-02
* lib/delegate.rb (Delegator::initialize): use Object#class
nobu
2002-09-25
* lib/mkmf.rb (libpathflag): restore ENV['LIB'] when some error occured.
usa
2002-09-25
* io.c (appendline): forget to terminate with nul.
matz
2002-09-23
* configure.in (RUBY_MINGW32): new macro. check for the MinGW
eban
2002-09-20
* lib/set.rb: Merge rough/lib/set.rb rev.1.5-1.15.
knu
2002-09-18
No exception report when the exception is not specified to catch.
nahi
2002-09-15
* configure.in (OUTFLAG, CPPOUTFILE): moved from lib/mkmf.rb.
eban
2002-09-13
* lib/mkmf.rb ($INSTALLFILES): avoid warning when $VERBOSE mode.
eban
2002-09-11
* pp.rb (ARGF.pretty_print): implemented.
akr
2002-09-10
* lib/mkmf.rb: $hdrdir is $top_srcdir if invoked from extmk.rb
eban
2002-09-10
* ext/extmk.rb, lib/mkmf.rb ($INCFLAGS): new var for -I$(topdir).
eban
2002-09-08
* time.c (time_free): prototype; struct time_object -> void *.
eban
2002-09-08
* lib/mkmf.rb (have_struct_member): moved from ext/socket/extconf.rb.
eban
2002-09-08
* configure.in: modify program_prefix only if specified
eban
2002-09-08
bcc32/configure.bat : Control of a message.
H_Konishi
2002-09-07
Use Enumerable#all? to optimize a bit.
knu
2002-09-07
* lib/set.rb: Disallow Set.new(false). Add even more tests.
knu
2002-09-07
* lib/set.rb: Fix a bug in flatten()'s recursive set detection.
knu
2002-09-06
* lib/mkmf.rb ($CC): command to compile C source.
nobu
2002-09-05
* lib/mkmf.rb (xsystem): mkmf.log.
eban
2002-09-04
* extmk.rb (create_makefile): add macro MAKEDIRS, INSTALL_PROG,
eban
2002-09-04
- ==(o) should be aware of all the Set variant instances, not just
knu
2002-09-03
* extmk.rb: require mkmf.rb. remove duplicate methods.
eban
2002-08-30
Add set.rb.
knu
2002-08-29
* array.c (rb_ary_become): should not free ptr if it's shared.
matz
2002-08-27
* file.c (rb_find_file): $LOAD_PATH must not be empty.
matz
2002-08-25
* lib/cgi.rb (CGI#form): fix ruby-bugs-ja:PR#280, add default action.
wakou
2002-08-24
* lib/time.rb (Time.rfc2822, Time#rfc2822): preserve localtimeness.
akr
2002-08-23
* configure.in: RUBY_SO_NAME is msvcrt-rubyXX on mswin32/mingw32.
eban
2002-08-21
* eval.c (rb_thread_cleanup): should not modify the global
matz
2002-08-19
* array.c (sort_2): *a - *b may overflow.
matz
2002-08-15
* lib/rational.rb(Rational#hash): modify algorism for hash-function.
keiju
2002-08-12
* bignum.c (rb_big_cmp): use dbl2big() for Floats, instead of
matz
2002-08-08
* lib/optparse.rb (String): must provide conversion block.
nobu
2002-08-07
* lib/optparse.rb (OptionParser::Switch::parse_arg): require block
nobu
[next]