aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * eval.c, file.c, gc.c, io.c, object.c, ruby.c, ruby.h, struct.c,knu2002-10-2910-26/+32
* 2002-10-29nobu2002-10-291-2/+2
* * eval.c (error_print, rb_longjmp, rb_thread_schedule): flushnobu2002-10-293-8/+39
* * ext/extmk.rb (extmake): use dummy_makefile to create dummynobu2002-10-283-67/+68
* * djgpp/config.sed (@program_transform_name@): use `%', not `,'.eban2002-10-272-1/+5
* ChangeLog: commit miss.eban2002-10-271-0/+9
* ext/extmk.rb(78) : The unnecessary error when installing by bccwin32 is cont...H_Konishi2002-10-273-1/+11
* * djgpp/*: sync with the latest.eban2002-10-277-78/+132
* 2002-10-27eban2002-10-271-2/+2
* * moved a blank line.nobu2002-10-271-1/+1
* * fixed generator script name.nobu2002-10-271-3/+4
* * node.h (nd_type): cast the value to int.knu2002-10-262-1/+5
* 2002-10-26knu2002-10-251-2/+2
* * ext/dbm/dbm.c (fdbm_indexes, fdbm_select): add a missingknu2002-10-253-4/+12
* * eval.c, gc.c: adopt a common set of alloca() #ifdef's. Thisknu2002-10-253-15/+31
* * ChangeLog: add ML ref.aamine2002-10-241-0/+1
* * string.c (rb_str_split_m): RSTRING(str)->ptr might become NULL.aamine2002-10-242-1/+9
* 2002-10-24nobu2002-10-241-2/+2
* * configure.in (LIBPATHFLAG): avoid $ substitution.nobu2002-10-245-10/+18
* * bcc32/Makefile.sub (.rc.res): directory part may be empty in Borland make.nobu2002-10-242-1/+6
* * lib/mkmf.rb (create_makefile): site-install target for backward compatibility.nobu2002-10-232-5/+6
* * lib/mkmf.rb (init_mkmf): libdir prior to topdir.nobu2002-10-232-1/+5
* * configure.in (LIBPATHFLAG): should escape $. [ruby-dev:18572]nobu2002-10-234-4/+16
* 2002-10-23nobu2002-10-231-2/+2
* * eval.c (rb_eval): added NODE_DSYM, symbol literal withnobu2002-10-238-9/+103
* README.EXT: grammer updates by Simon Cozens.matz2002-10-232-167/+170
* * lib/mkmf.rb (init_mkmf): add dir_config("opt").eban2002-10-222-1/+6
* *bcc32/configure.bat : The command line when calling setup.mak is corrected.H_Konishi2002-10-223-7/+16
* * ext/extmk.rb (extmake): add install: target to dummy Makefile.nobu2002-10-222-2/+4
* * instruby.rb: add dryrun mode.nobu2002-10-226-81/+130
* * configure.in (RUBY_CPPOUTFILE): fix cache file bug.eban2002-10-214-15/+17
* * configure.in (XCFLAGS): CFLAGS to comile ruby itself.nobu2002-10-214-70/+238
* commit missnobu2002-10-211-2/+2
* 2002-10-21nobu2002-10-211-2/+2
* * configure.in (XCFLAGS): CFLAGS to comile ruby itself.nobu2002-10-219-1127/+877
* should raise InvalidComponentError if MAILTO_REGEXP could not match with @opa...akira2002-10-201-2/+3
* * parse.y (value_expr0): allow return/break/next/redo/retry in rhsnobu2002-10-183-7/+40
* * hash.c, eval.c: Use (*_NSGetEnviron()) instead of environ onknu2002-10-174-7/+28
* * win32ole.c(EVENTSINK_Invoke): set pvarResult.suke2002-10-171-3/+8
* * marshal.c (w_byten): added; write n bytes from s to arg.nobu2002-10-172-30/+84
* 2002-10-17eban2002-10-171-2/+2
* * object.c (rb_str_to_dbl): RString ptr might be NULL.matz2002-10-176-24/+60
* * lib/fileutils.rb: stat.blksize might become 0/nil.aamine2002-10-171-0/+6
* * lib/fileutils.rb: stat.blksize might become 0/nil.aamine2002-10-171-44/+54
* * sprintf.c (rb_f_sprintf): disallow mixed usage of numbered andnobu2002-10-162-15/+36
* 2002-10-16nobu2002-10-161-2/+2
* * variable.c (rb_global_entry): not add global entry untilnobu2002-10-162-2/+9
* 2002-10-12nobu2002-10-121-2/+2
* * win32/win32.c (rb_w32_putc): wrong condition to fill or flush onnobu2002-10-122-3/+13
* * win32/win32.c (rb_w32_fclose, rb_w32_close): use closesocket()nobu2002-10-103-29/+80