aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add documentation to fork()dave2004-09-212-1/+16
* should use 'c' for 'unsigned char ref'.ttate2004-09-211-2/+2
* * enum.c (enum_sort_by): do not use qsort directly. usematz2004-09-2111-93/+232
* * ext/ripper/lib/ripper/tokenizer.rb: fix typo.aamine2004-09-202-1/+4
* * test/ripper/test_scanner_events.rb: tokens must be reordered.aamine2004-09-203-10/+64
* * parse.y [ripper]: do not delay dispatching.aamine2004-09-203-56/+44
* * ext/ripper/MANIFEST: add lib/ripper/tokenizer.rb.eban2004-09-201-0/+1
* * ext/ripper/lib/ripper/tokenizer.rb: new file.aamine2004-09-202-0/+39
* * test/ripper/test_scanner_events.rb: test #lineno and #column.aamine2004-09-202-19/+63
* * parse.y [ripper]: delayed heredocument events should be dispatched after EOF.aamine2004-09-202-4/+8
* * parse.y [ripper]: adjust lineno and columns for multi-line strings.aamine2004-09-207-57/+107
* * parse.y [ripper]: remove Ripper#pos.aamine2004-09-202-26/+8
* * parse.y [ripper]: unify old_lex_p and token_head.aamine2004-09-203-130/+87
* * parse.y [ripper]: adjust line number for heredoc. [ruby-dev:24272]aamine2004-09-202-2/+22
* 2004-09-20aamine2004-09-191-3/+3
* * ext/ripper/ripper.rb.in: new const Ripper::PARSER_EVENT_TABLE.aamine2004-09-194-221/+260
* * test/ripper/test_scanner_events.rb: test spaces before heredoc mark.aamine2004-09-192-30/+27
* * parse.y [ripper]: spaces before heredoc marker was lost.aamine2004-09-196-3/+26
* * ext/zlib/zlib.c (gzfile_read_raw): call readpartial at first.akr2004-09-194-13/+124
* * parse.y: add prototypes for Microsoft compiler.usa2004-09-176-4/+19
* * array.c (rb_ary_delete): element comparison might change arraymatz2004-09-1712-587/+569
* * ext/tk/lib/multi-tk.rb: improve exit operationnagai2004-09-172-55/+71
* 2004-09-17eban2004-09-171-3/+3
* * ext/tcltklib/tcltklib.c: fix SEGV when (thread_)vwait or (thread_)tkwaitnagai2004-09-177-208/+587
* added 'const char *' to use the type specifier 'S' instead of 'char *'.ttate2004-09-161-2/+3
* 2004-09-16eban2004-09-161-3/+3
* * lib/webrick/cgi.rb (WEBrick::CGI#start): should set REMOTE_USERgotoyuzo2004-09-163-1/+11
* 2004-09-15ocean2004-09-151-3/+3
* * ext/tk/lib/tkoptdb-safeTk.rb: fix a bug depend on the changes of MultiTkIpnagai2004-09-152-3/+8
* * ext/tk/lib/multi-tk.rb: MultiTkIp#eval_string was en-bugged by thenagai2004-09-143-16/+49
* Add simple formatter to ridave2004-09-143-15/+76
* * parse.y [ripper]: Add rdoc.aamine2004-09-142-0/+55
* * parse.y [ripper]: space event is on__sp, not on__lwsp. [ruby-dev:24257]aamine2004-09-1411-185/+157
* 2004-09-14eban2004-09-141-3/+3
* * ext/tcltklib/tcltklib.c: fix SEGVnagai2004-09-146-116/+262
* * ext/openssl/ossl_x509name.c (ossl_x509name_to_s): add optionalgotoyuzo2004-09-134-5/+232
* * eval.c (blk_copy_prev): need frame_dup(). [ruby-dev:24103]eban2004-09-132-17/+22
* * ext/tk/lib/multi-tk.rb: MultiTkIp.new_master and new_slave acceptnagai2004-09-133-21/+81
* * win32/win32.c (rb_w32_getpid): don't need to use _getpid() onusa2004-09-132-5/+6
* * object.c (nil_inspect): fix typo.usa2004-09-131-0/+4
* ChangeLogusa2004-09-131-1/+1
* * ext/ripper/depend: (nmake hack) prepend "./" to ripper.c to avoid {$(srcdir)}.aamine2004-09-132-2/+8
* * ext/ripper/tools/list-parse-event-ids.rb: does not use getopts.aamine2004-09-123-34/+26
* * ext/Setup: add ripper.aamine2004-09-127-0/+20
* * ext/ripper: ripper extention added.aamine2004-09-1225-0/+3911
* * ext/tcltklib/tcltklib.c: improve control of preserv/release tcltkipnagai2004-09-123-44/+216
* 2004-09-13eban2004-09-121-3/+3
* * parse.y: fix file header.aamine2004-09-122-3/+7
* * parse.y: ripper merged.aamine2004-09-124-113/+2714
* * util.c (ruby_strdup): remove unnecessary code. (xmalloc neverocean2004-09-122-2/+12