aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * pp.rb (ARGF.pretty_print): implemented.akr2002-09-115-17/+36
* * eval.c (proc_to_s): refined format. [ruby-dev:18215]nobu2002-09-112-4/+9
* * win32/win32.c, win32/win32.h (rb_w32_getpid): negate pid under Win9x.usa2002-09-113-1/+17
* * string.c (get_pat): Add an extra argument "quote".knu2002-09-112-17/+26
* * bcc32/Makefile.sub: remove unnecessary `.dll' from filename ofusa2002-09-115-14/+25
* 2002-09-11nobu2002-09-111-2/+2
* retry on EINTR, ERESTART and EWOULDBLOCK. [ruby-dev:17855], [ruby-dev:17878]...nobu2002-09-112-21/+107
* * win32/Makefile.sub (ext): make directory `ext' on compile dir.usa2002-09-112-2/+9
* * win32/configure.bat: add CR to end of line.usa2002-09-111-32/+32
* * eval.c (rb_mod_define_method): initialize orig_func too.nobu2002-09-102-0/+6
* 2002-09-10nobu2002-09-101-2/+2
* * parse.y (nextc): restore line number after here documents.nobu2002-09-102-0/+15
* * 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-103-9/+22
* * ChangeLog: specify the source.usa2002-09-101-3/+4
* * win32/Makefile.sub (miniruby): shouldn't link $(EXTOBJS).usa2002-09-105-59/+108
* * win32/win32.h (S_I?USR): define only if not mingw32.eban2002-09-092-3/+7
* capa field in RString, and RArray is now LONG (ruby-lang:458)michal2002-09-091-2/+2
* * ext/stringio/stringio.c (strio_set_string): reinitializenobu2002-09-092-11/+36
* * time.c (time_free): prototype; struct time_object -> void *.eban2002-09-084-12/+17
* 2002-09-08eban2002-09-081-2/+2
* * ext/tcltklib/tcltklib.c: prototype; invoke_queue_handler() to avoidusa2002-09-082-0/+4
* * time.c: prototype; time_free() to avoid VC++ warnings.usa2002-09-084-2/+49
* * lib/mkmf.rb (have_struct_member): moved from ext/socket/extconf.rb.eban2002-09-085-94/+76
* removed.eban2002-09-081-544/+0
* * configure.in: modify program_prefix only if specifiedeban2002-09-0835-60/+679
* bcc32/configure.bat : Control of a message.H_Konishi2002-09-085-4/+11
* * misc/inf-ruby.el (inferior-ruby-error-regexp-alist): regexpnobu2002-09-072-15/+48
* 2002-09-07eban2002-09-071-2/+2
* 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-072-4/+38
* * lib/set.rb: Fix a bug in flatten()'s recursive set detection.knu2002-09-072-292/+332
* * parse.y (rb_gc_mark_parser): ruby_eval_tree is marked in eval.c.aamine2002-09-062-2/+4
* * lib/mkmf.rb ($CC): command to compile C source.nobu2002-09-062-13/+82
* * gc.c (ruby_xmalloc): remove MALLOC_LIMIT to avoid frequentmatz2002-09-066-24/+13
* 2002-09-06eban2002-09-061-2/+2
* * parse.y (rb_gc_mark_parser): should mark lex_input and ruby_debug_lines.aamine2002-09-062-3/+10
* * parse.y (rb_gc_mark_parser): should mark parse.y global variables.aamine2002-09-062-5/+12
* * io.c (rb_io_puts): RSTRING(line)->ptr might be NULL.aamine2002-09-062-1/+6
* * parse.y: should not use non-NODE VALUEs in the semantic stack.aamine2002-09-062-21/+21
* * file.c (rb_path_check): nothing to check under DOSISH.nobu2002-09-052-1/+10
* modify function name.aamine2002-09-051-1/+1
* * gc.c (gc_sweep): should mark parser.aamine2002-09-054-0/+19
* * variable.c (rb_path2class): should not use rb_eval_string().matz2002-09-055-49/+120
* fix mem leaks (ruby-core:405, ruby-core:407)michal2002-09-052-14/+25
* 2002-09-05nobu2002-09-051-2/+2
* * eval.c (rb_eval): overriding false constant with class/modulenobu2002-09-052-6/+5
* * lib/mkmf.rb (xsystem): mkmf.log.eban2002-09-051-1/+1
* = should be ==matz2002-09-051-1/+1
* * extmk.rb (create_makefile): add macro MAKEDIRS, INSTALL_PROG,eban2002-09-043-30/+37