aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* * Makefile.in, ext/extmk.rb, bcc32/Makefile.sub,knu2002-11-031-0/+10
* * lib/getopts.rb: Do not choke on characters that cannot be usedknu2002-11-031-0/+6
* * object.c (Init_Object): added Object#object_id, new name formatz2002-11-031-0/+26
* * eval.c (rb_mod_public_method_defined, etc.): new methods:matz2002-10-301-0/+15
* * eval.c, file.c, gc.c, io.c, object.c, ruby.c, ruby.h, struct.c,knu2002-10-291-0/+6
* * eval.c (error_print, rb_longjmp, rb_thread_schedule): flushnobu2002-10-291-0/+13
* * ext/extmk.rb (extmake): use dummy_makefile to create dummynobu2002-10-281-0/+15
* * djgpp/config.sed (@program_transform_name@): use `%', not `,'.eban2002-10-271-0/+4
* ChangeLog: commit miss.eban2002-10-271-0/+9
* ext/extmk.rb(78) : The unnecessary error when installing by bccwin32 is cont...H_Konishi2002-10-271-0/+7
* * node.h (nd_type): cast the value to int.knu2002-10-261-0/+4
* * ext/dbm/dbm.c (fdbm_indexes, fdbm_select): add a missingknu2002-10-251-0/+8
* * eval.c, gc.c: adopt a common set of alloca() #ifdef's. Thisknu2002-10-251-0/+8
* * ChangeLog: add ML ref.aamine2002-10-241-0/+1
* * string.c (rb_str_split_m): RSTRING(str)->ptr might become NULL.aamine2002-10-241-0/+4
* * configure.in (LIBPATHFLAG): avoid $ substitution.nobu2002-10-241-1/+11
* * bcc32/Makefile.sub (.rc.res): directory part may be empty in Borland make.nobu2002-10-241-0/+5
* * lib/mkmf.rb (create_makefile): site-install target for backward compatibility.nobu2002-10-231-3/+4
* * lib/mkmf.rb (init_mkmf): libdir prior to topdir.nobu2002-10-231-0/+4
* * configure.in (LIBPATHFLAG): should escape $. [ruby-dev:18572]nobu2002-10-231-0/+9
* * eval.c (rb_eval): added NODE_DSYM, symbol literal withnobu2002-10-231-0/+21
* * lib/mkmf.rb (init_mkmf): add dir_config("opt").eban2002-10-221-1/+5
* *bcc32/configure.bat : The command line when calling setup.mak is corrected.H_Konishi2002-10-221-0/+7
* * ext/extmk.rb (extmake): add install: target to dummy Makefile.nobu2002-10-221-1/+3
* * instruby.rb: add dryrun mode.nobu2002-10-221-0/+21
* * configure.in (RUBY_CPPOUTFILE): fix cache file bug.eban2002-10-211-0/+7
* * configure.in (XCFLAGS): CFLAGS to comile ruby itself.nobu2002-10-211-0/+77
* * parse.y (value_expr0): allow return/break/next/redo/retry in rhsnobu2002-10-181-0/+8
* * hash.c, eval.c: Use (*_NSGetEnviron()) instead of environ onknu2002-10-171-0/+9
* * marshal.c (w_byten): added; write n bytes from s to arg.nobu2002-10-171-0/+9
* * object.c (rb_str_to_dbl): RString ptr might be NULL.matz2002-10-171-0/+17
* * lib/fileutils.rb: stat.blksize might become 0/nil.aamine2002-10-171-0/+6
* * sprintf.c (rb_f_sprintf): disallow mixed usage of numbered andnobu2002-10-161-0/+6
* * variable.c (rb_global_entry): not add global entry untilnobu2002-10-161-0/+7
* * win32/win32.c (rb_w32_putc): wrong condition to fill or flush onnobu2002-10-121-0/+5
* * win32/win32.c (rb_w32_fclose, rb_w32_close): use closesocket()nobu2002-10-101-0/+9
* * gc.c (ruby_xmalloc, ruby_xrealloc): restrict total allocationnobu2002-10-101-0/+8
* * ext/tcltklib/stubs.c (ruby_tcltk_stubs): fix memory leak.eban2002-10-101-0/+5
* * lib/weakref.rb (WeakRef::@@final): use Hash#delete.nobu2002-10-101-0/+9
* * gc.c (gc_sweep): also adjust heaps_limits when free unused heapnobu2002-10-091-0/+9
* * io.c (io_write): must check returned value from fwrite() beforenobu2002-10-081-0/+5
* * lib/prettyprint.rb (PrettyPrint.singleline_format): new method.akr2002-10-081-0/+4
* * bignum.c (bigdivrem): bignum zero's len should not be 0.matz2002-10-071-0/+4
* * bignum.c (bigdivmod): wrong condition check for Bignum zero.matz2002-10-071-0/+6
* * eval.c (rb_load): should not pass block to the loaded file.aamine2002-10-051-0/+5
* * bignum.c (rb_big_rshift): num should be initialized by carrymatz2002-10-041-0/+7
* * eval.c (rb_thread_interrupt, rb_thread_signal_raise): no need tonobu2002-10-041-0/+7
* * configure.in (RUBY_PROG_GNU_LD): check whether the linker is GNU ld.eban2002-10-041-0/+7
* * gc.c (Init_stack): prefer address of argument rather than localnobu2002-10-031-1/+4
* * bcc32/mkexports.rb: to work on cygwin via telnet.nobu2002-10-031-0/+27