aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* synchronized with date2 3.6.1tadf2004-09-253-32/+81
* * hash.c: iterator functions for hash_foreach() should return enumnobu2004-09-242-19/+24
* * struct.c (rb_struct_s_members): wrong call of struct_members.matz2004-09-243-6/+36
* 2004-09-24eban2004-09-241-3/+3
* * parse.y (rb_parser_append_print): should handle prelude.matz2004-09-2411-155/+196
* * ext/ripper/Makefile.dev: removed.aamine2004-09-2313-1352/+1365
* * eval.c: remove debug print.matz2004-09-231-1/+0
* * eval.c: remove debug print.matz2004-09-231-3/+0
* * hash.c (rb_hash_rehash): replace st_foreach() by its deepmatz2004-09-237-48/+76
* * parse.y [ripper]: on__scan event removed.aamine2004-09-2214-287/+379
* * hash.c (hash_alloc): was using tbl pointer withoutmatz2004-09-222-4/+7
* * hash.c (rb_hash_rehash): add iteration check. [ruby-dev:24301]matz2004-09-226-49/+103
* * win32/win32.c (rb_w32_call_handler): workaround for Ctrl-C.usa2004-09-222-1/+5
* 2004-09-22usa2004-09-221-3/+3
* * parse.y: remove global variables ruby_eval_tree andmatz2004-09-228-74/+94
* 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