aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* * ext/extmk.rb (extmake): use dummy_makefile to create dummynobu2002-10-281-63/+52
* ext/extmk.rb(78) : The unnecessary error when installing by bccwin32 is cont...H_Konishi2002-10-271-1/+1
* * djgpp/*: sync with the latest.eban2002-10-271-1/+5
* * configure.in (LIBPATHFLAG): avoid $ substitution.nobu2002-10-241-2/+2
* * lib/mkmf.rb (create_makefile): site-install target for backward compatibility.nobu2002-10-231-2/+2
* * lib/mkmf.rb (init_mkmf): libdir prior to topdir.nobu2002-10-231-1/+1
* * eval.c (rb_eval): added NODE_DSYM, symbol literal withnobu2002-10-231-4/+4
* * lib/mkmf.rb (init_mkmf): add dir_config("opt").eban2002-10-221-0/+1
* * instruby.rb: add dryrun mode.nobu2002-10-221-1/+2
* * configure.in (RUBY_CPPOUTFILE): fix cache file bug.eban2002-10-211-2/+2
* * configure.in (XCFLAGS): CFLAGS to comile ruby itself.nobu2002-10-211-473/+431
* should raise InvalidComponentError if MAILTO_REGEXP could not match with @opa...akira2002-10-201-2/+3
* * object.c (rb_str_to_dbl): RString ptr might be NULL.matz2002-10-171-0/+9
* * lib/fileutils.rb: stat.blksize might become 0/nil.aamine2002-10-171-44/+54
* * lib/weakref.rb (WeakRef::@@final): use Hash#delete.nobu2002-10-101-11/+7
* * lib/prettyprint.rb (PrettyPrint.singleline_format): new method.akr2002-10-082-4/+53
* updated uri.rb and uri/*.rb to uri-0.9.7akira2002-10-045-37/+76
* use Object#class instead of deprecated Object#type.nobu2002-10-0222-93/+91
* * lib/delegate.rb (Delegator::initialize): use Object#classnobu2002-10-021-2/+2
* * lib/mkmf.rb (libpathflag): restore ENV['LIB'] when some error occured.usa2002-09-251-2/+5
* * io.c (appendline): forget to terminate with nul.matz2002-09-251-5/+7
* * configure.in (RUBY_MINGW32): new macro. check for the MinGWeban2002-09-231-106/+104
* * lib/set.rb: Merge rough/lib/set.rb rev.1.5-1.15.knu2002-09-201-36/+394
* No exception report when the exception is not specified to catch.nahi2002-09-181-1/+1
* * configure.in (OUTFLAG, CPPOUTFILE): moved from lib/mkmf.rb.eban2002-09-151-16/+39
* * lib/mkmf.rb ($INSTALLFILES): avoid warning when $VERBOSE mode.eban2002-09-131-0/+2
* * pp.rb (ARGF.pretty_print): implemented.akr2002-09-114-17/+31
* * lib/mkmf.rb: $hdrdir is $top_srcdir if invoked from extmk.rbeban2002-09-101-2/+4
* * ext/extmk.rb, lib/mkmf.rb ($INCFLAGS): new var for -I$(topdir).eban2002-09-101-8/+13
* * time.c (time_free): prototype; struct time_object -> void *.eban2002-09-081-4/+4
* * lib/mkmf.rb (have_struct_member): moved from ext/socket/extconf.rb.eban2002-09-081-8/+42
* * configure.in: modify program_prefix only if specifiedeban2002-09-081-22/+40
* bcc32/configure.bat : Control of a message.H_Konishi2002-09-081-1/+1
* Use Enumerable#all? to optimize a bit.knu2002-09-071-5/+2
* * lib/set.rb: Disallow Set.new(false). Add even more tests.knu2002-09-071-4/+33
* * lib/set.rb: Fix a bug in flatten()'s recursive set detection.knu2002-09-071-292/+315
* * lib/mkmf.rb ($CC): command to compile C source.nobu2002-09-061-13/+63
* * lib/mkmf.rb (xsystem): mkmf.log.eban2002-09-051-1/+1
* * extmk.rb (create_makefile): add macro MAKEDIRS, INSTALL_PROG,eban2002-09-041-6/+10
* - ==(o) should be aware of all the Set variant instances, not justknu2002-09-041-2/+2
* * extmk.rb: require mkmf.rb. remove duplicate methods.eban2002-09-031-36/+51
* Add set.rb.knu2002-08-301-0/+778
* * array.c (rb_ary_become): should not free ptr if it's shared.matz2002-08-291-134/+119
* * file.c (rb_find_file): $LOAD_PATH must not be empty.matz2002-08-271-0/+3
* * lib/cgi.rb (CGI#form): fix ruby-bugs-ja:PR#280, add default action.wakou2002-08-251-3/+7
* * lib/time.rb (Time.rfc2822, Time#rfc2822): preserve localtimeness.akr2002-08-242-12/+41
* * configure.in: RUBY_SO_NAME is msvcrt-rubyXX on mswin32/mingw32.eban2002-08-231-0/+1
* * eval.c (rb_thread_cleanup): should not modify the globalmatz2002-08-211-0/+24
* * array.c (sort_2): *a - *b may overflow.matz2002-08-191-0/+3
* * lib/rational.rb(Rational#hash): modify algorism for hash-function.keiju2002-08-151-1/+1