aboutsummaryrefslogtreecommitdiffstats
path: root/misc
Commit message (Expand)AuthorAgeFilesLines
* * 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
* 19991201matz1999-12-011-2/+5
* mark_end_procmatz1999-11-261-3/+2
* 19991029matz1999-10-291-8/+2
* 19991004matz1999-10-042-4/+5
* 19990920matz1999-09-201-1/+1
* 1.4.1 to bematz1999-08-241-2/+2
* 1.4.0matz1999-08-135-0/+1268