summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2002-10-24* configure.in (LIBPATHFLAG): avoid $ substitution.nobu
2002-10-24* bcc32/Makefile.sub (.rc.res): directory part may be empty in Borland make.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* configure.in (LIBPATHFLAG): should escape $. [ruby-dev:18572]nobu
2002-10-232002-10-23nobu
2002-10-23* eval.c (rb_eval): added NODE_DSYM, symbol literal withnobu
2002-10-23README.EXT: grammer updates by Simon Cozens.matz
2002-10-22* lib/mkmf.rb (init_mkmf): add dir_config("opt").eban
2002-10-22*bcc32/configure.bat : The command line when calling setup.mak is corrected.H_Konishi
2002-10-22* ext/extmk.rb (extmake): add install: target to dummy Makefile.nobu
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-21commit missnobu
2002-10-212002-10-21nobu
2002-10-21* configure.in (XCFLAGS): CFLAGS to comile ruby itself.nobu
2002-10-20should raise InvalidComponentError if MAILTO_REGEXP could not match with @opa...akira
2002-10-18* parse.y (value_expr0): allow return/break/next/redo/retry in rhsnobu
2002-10-17* hash.c, eval.c: Use (*_NSGetEnviron()) instead of environ onknu
2002-10-17* win32ole.c(EVENTSINK_Invoke): set pvarResult.suke
2002-10-17* marshal.c (w_byten): added; write n bytes from s to arg.nobu
2002-10-172002-10-17eban
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-17* lib/fileutils.rb: stat.blksize might become 0/nil.aamine
2002-10-16* sprintf.c (rb_f_sprintf): disallow mixed usage of numbered andnobu
2002-10-162002-10-16nobu
2002-10-16* variable.c (rb_global_entry): not add global entry untilnobu
2002-10-122002-10-12nobu
2002-10-12* win32/win32.c (rb_w32_putc): wrong condition to fill or flush onnobu
2002-10-10* win32/win32.c (rb_w32_fclose, rb_w32_close): use closesocket()nobu
2002-10-10rename malloc_memories to malloc_increase. [ruby-cvs:05237]nobu
2002-10-10use BUITIN_TYPE() rather than TYPE().nobu
2002-10-10* gc.c (ruby_xmalloc, ruby_xrealloc): restrict total allocationnobu
2002-10-10* ext/tcltklib/stubs.c (ruby_tcltk_stubs): fix memory leak.eban
2002-10-10* lib/weakref.rb (WeakRef::@@final): use Hash#delete.nobu
2002-10-09* gc.c (gc_sweep): also adjust heaps_limits when free unused heapnobu
2002-10-082002-10-08eban
2002-10-08* io.c (io_write): must check returned value from fwrite() beforenobu
2002-10-08* lib/prettyprint.rb (PrettyPrint.singleline_format): new method.akr
2002-10-072002-10-07eban
2002-10-07* bignum.c (bigdivrem): bignum zero's len should not be 0.matz
2002-10-07* bignum.c (bigdivmod): wrong condition check for Bignum zero.matz
2002-10-07Fixed error messages and descriptions.ttate
2002-10-062002-10-06nobu
2002-10-05* eval.c (rb_load): should not pass block to the loaded file.aamine
2002-10-04* bignum.c (rb_big_rshift): num should be initialized by carrymatz
2002-10-04* eval.c (rb_thread_interrupt, rb_thread_signal_raise): no need tonobu
2002-10-04updated uri.rb and uri/*.rb to uri-0.9.7akira