summaryrefslogtreecommitdiffstats
path: root/misc
Commit message (Expand)AuthorAgeFilesLines
...
* * misc/ruby-mode.el (ruby-accurate-end-of-block): incomplete blocknobu2002-07-301-4/+5
* * misc/ruby-mode.el (ruby-expr-beg): wrong indent at modifiersnobu2002-07-261-3/+5
* * misc/ruby-mode.el (ruby-delimiter): include here document.nobu2002-07-251-247/+288
* * re.c (rb_reg_expr_str): need to process backslashes properly.matz2002-06-281-0/+1
* * ruby.c (proc_options): removed "-*-" support for #! line.matz2002-05-231-3/+9
* * misc/ruby-mode.el (ruby-font-lock-keywords): symbols end with '_'.nobu2002-05-211-1/+1
* * eval.c (rb_clear_cache_by_class): new function.matz2002-05-141-4/+7
* * misc/ruby-mode.el (ruby-font-lock-keywords): fontify symbols fornobu2002-04-101-1/+1
* * misc/ruby-mode.el (ruby-block-hanging-re): rescue block was toonobu2002-02-181-2/+6
* * misc/ruby-mode.el (ruby-font-lock-keywords): fontifynobu2002-02-171-3/+3
* * file.c (rb_stat_inspect): print dev, rdev in hexadecimal.matz2002-02-011-0/+2
* * file.c (rb_stat_rdev_major): added. [new]matz2002-01-291-2/+9
* * class.c (rb_include_module): detect cyclic module inclusion.matz2002-01-251-2/+1
* * array.c (Init_Array): remove Array#filter.matz2002-01-231-4/+8
* * io.c (rb_io_s_new): block check moved from initialize to thismatz2002-01-181-0/+39
* * misc/ruby-mode.el (ruby-calculate-indent): indentation afternobu2002-01-091-7/+15
* * misc/ruby-mode.el (ruby-forward-string): forward a string. [new]nobu2002-01-051-78/+84
* * process.c (rb_f_system): abandon vfork.matz2002-01-041-12/+22
* * time.c (time_plus): result should not be negative unlessmatz2001-12-211-3/+4
* * string.c (rb_str_replace): swap arguments of OBJ_INFECT.matz2001-12-181-4/+4
* * eval.c (rb_thread_select): should subtract timeofday() frommatz2001-11-281-0/+7
* * string.c (rb_str_chomp_bang): do smart chomp if $/ == '\n'.matz2001-10-301-7/+11
* * string.c (rb_str_index): wrong increment for non alphanumericmatz2001-10-161-1/+1
* * parse.y (yylex): ternary ? can be followed by newline.matz2001-08-291-6/+6
* * range.c (range_step): new method.matz2001-08-141-37/+29
* * string.c (rb_str_lstrip_bang): new method.matz2001-08-061-8/+37
* * eval.c (svalue_to_avalue): new conversion scheme between singlematz2001-06-231-0/+4
* * eval.c (rb_f_require): searches ".rb" and ".so" at the samematz2001-06-191-15/+35
* * parse.y (aref_args): "*arg" should always be expanded by REXPAND.matz2001-06-061-18/+15
* * ruby.c (proc_options): unexpected SecurityError happens when -T4.matz2001-05-301-1/+3
* forgot some checkins.matz2001-05-061-1/+1
* * parse.y (parse_quotedwords): %w should allow parenthesis escape.matz2001-02-081-1/+1
* 001225matz2000-12-251-1/+2
* matzmatz2000-12-051-2/+2
* matzmatz2000-11-201-1/+1
* matzmatz2000-10-111-1/+1
* matzmatz2000-10-101-6/+5
* matzmatz2000-10-021-2/+2
* matz: 1.6.0 final (hopufully)matz2000-09-121-10/+12
* matzmatz2000-09-071-61/+34
* matzmatz2000-09-011-1/+4
* matzmatz2000-07-041-6/+9
* 2000-06-12matz2000-06-121-2/+2
* 2000-05-24matz2000-05-241-2/+39
* 2000-05-01matz2000-05-011-6/+40
* 2000-03-06matz2000-03-061-8/+13
* 2000-02-08matz2000-02-081-1/+1
* 2000-01-18matz2000-01-181-1/+2
* 20000105matz2000-01-051-13/+10
* 19991214matz1999-12-141-1/+6